-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
70 lines (70 loc) · 1.84 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
{
"name": "crypto_spa_ts",
"version": "0.1.0",
"private": true,
"dependencies": {
"@lemoncode/fonk": "^1.3.0",
"@lemoncode/fonk-final-form": "^2.3.4",
"@lemoncode/fonk-is-number-validator": "^1.1.2",
"@material-ui/core": "^4.9.5",
"@material-ui/icons": "^4.9.1",
"@types/jest": "24.0.18",
"@types/node": "12.7.11",
"@types/react": "16.9.5",
"@types/react-dom": "16.9.1",
"@types/react-redux": "^7.1.4",
"@types/react-router-dom": "^5.1.3",
"@types/redux": "^3.6.0",
"@types/redux-thunk": "^2.1.0",
"@types/styled-components": "^4.4.3",
"@types/yup": "^0.26.32",
"antd": "^3.26.10",
"axios": "^0.19.0",
"bootstrap": "^4.3.1",
"env-cmd": "^10.1.0",
"final-form": "^4.18.7",
"firebase": "^7.8.2",
"formik": "^2.1.4",
"immer": "^5.3.6",
"jquery": "^3.4.1",
"node-sass": "^4.13.1",
"popper.js": "^1.15.0",
"react": "^16.10.2",
"react-dom": "^16.10.2",
"react-final-form": "^6.3.5",
"react-redux": "^7.1.1",
"react-router-dom": "^5.1.2",
"react-scripts": "3.2.0",
"react-spinners": "^0.8.0",
"redux": "^4.0.4",
"redux-thunk": "^2.3.0",
"reselect": "^4.0.0",
"sass-loader": "^8.0.2",
"styled-components": "^5.0.1",
"typescript": "3.6.3",
"yup": "^0.28.1"
},
"scripts": {
"start": "PORT=3111 env-cmd -f .env.development react-scripts start",
"demo": "env-cmd -f .env.production react-scripts start",
"build": "react-scripts build",
"test": "react-scripts test",
"eject": "react-scripts eject"
},
"eslintConfig": {
"extends": "react-app"
},
"browserslist": {
"production": [
">0.2%",
"not dead",
"not op_mini all"
],
"development": [
"last 1 chrome version",
"last 1 firefox version",
"last 1 safari version"
]
},
"devDependencies": {}
}