This repository has been archived by the owner on May 4, 2021. It is now read-only.
generated from BloomTech-Labs/template-fe
-
Notifications
You must be signed in to change notification settings - Fork 6
/
package.json
87 lines (87 loc) · 2.91 KB
/
package.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
{
"name": "story-squad-fe",
"version": "0.0.1",
"private": true,
"scripts": {
"dev": "react-app-rewired start",
"build": "react-app-rewired build",
"test": "react-app-rewired test",
"lint": "tsc --noEmit && eslint '*/**/*.{js,ts,tsx}' --quiet --fix",
"start": "serve -s build",
"heroku-postbuild": "yarn run build"
},
"dependencies": {
"@babel/core": "^7.7.7",
"@material-ui/core": "4.8.3",
"@material-ui/icons": "^4.9.1",
"@material-ui/lab": "4.0.0-alpha.39",
"acorn": "^7.1.1",
"axios": "^0.19.2",
"jsonwebtoken": "^8.5.1",
"minimist": "^1.2.5",
"modern-normalize": "^0.6.0",
"moment": "^2.24.0",
"node-sass": "^4.13.1",
"pdfjs-dist": "2.2.228",
"polyfill-object.fromentries": "^1.0.1",
"react": "^16.12.0",
"react-dom": "^16.12.0",
"react-flip-toolkit": "^7.0.7",
"react-material-ui-form-validator": "^2.0.10",
"react-pdf": "^4.1.0",
"react-router-dom": "^5.1.2",
"react-stripe-elements": "^6.0.1",
"serialize-javascript": "^2.1.2",
"typeface-bangers": "^0.0.72",
"typeface-nunito": "^1.1.3"
},
"devDependencies": {
"@testing-library/dom": "^6.11.0",
"@testing-library/jest-dom": "^5.0.2",
"@testing-library/react": "^9.4.0",
"@testing-library/react-hooks": "^3.2.1",
"@testing-library/user-event": "^8.0.5",
"@types/jest": "^25.1.0",
"@types/node": "^13.5.0",
"@types/react": "^16.9.19",
"@types/react-dom": "^16.9.5",
"@types/react-pdf": "^4.0.3",
"@types/react-router-dom": "^5.1.3",
"@types/react-stripe-elements": "^6.0.3",
"@typescript-eslint/eslint-plugin": "^2.18.0",
"@typescript-eslint/parser": "^2.18.0",
"babel-plugin-transform-imports": "^2.0.0",
"customize-cra": "^0.9.1",
"eslint": "^6.8.0",
"eslint-config-prettier": "^6.10.0",
"eslint-config-react-app": "^5.1.0",
"eslint-plugin-flowtype": "^3.13.0",
"eslint-plugin-import": "^2.20.0",
"eslint-plugin-jsx-a11y": "^6.2.3",
"eslint-plugin-prettier": "^3.1.2",
"eslint-plugin-react": "^7.18.0",
"eslint-plugin-react-app": "^6.1.0",
"eslint-plugin-react-hooks": "^1.7.0",
"prettier": "^1.19.1",
"prettier-eslint": "^9.0.1",
"react-app-rewired": "^2.1.5",
"react-scripts": "^3.4.0",
"react-test-renderer": "^16.12.0",
"typescript": "~3.7.5"
},
"resolutions": {
"@babel/core": "^7.7.7"
},
"browserslist": {
"production": [
">0.2%",
"not dead",
"not op_mini all"
],
"development": [
"last 1 chrome version",
"last 1 firefox version",
"last 1 safari version"
]
}
}