-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
71 lines (71 loc) · 1.8 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
{
"name": "intoit-frontend2.0",
"version": "0.1.0",
"private": true,
"dependencies": {
"@material-ui/core": "^4.9.0",
"@styled-icons/evaicons-outline": "^10.2.0",
"@styled-icons/evaicons-solid": "^10.2.0",
"@styled-icons/material-outlined": "^10.0.0",
"@types/jest": "24.0.21",
"@types/node": "12.12.3",
"@types/react-dom": "16.9.3",
"@types/styled-components": "^5.0.1",
"axios": "^0.19.0",
"babel-plugin-macros": "^2.8.0",
"connected-react-router": "^6.5.2",
"lodash": "^4.17.15",
"moment": "^2.24.0",
"prettier": "^1.19.1",
"react": "^16.11.0",
"react-app-rewire-hot-loader": "^2.0.1",
"react-app-rewired": "^2.1.5",
"react-dom": "^16.11.0",
"react-facebook-login": "^4.1.1",
"react-ga": "^2.7.0",
"react-hook-form": "^5.2.0",
"react-hot-loader": "^4.12.19",
"react-lottie": "^1.2.3",
"react-redux": "^7.1.1",
"react-router-dom": "^5.1.2",
"react-scripts": "^3.4.0",
"react-youtube": "^7.9.0",
"redux": "^4.0.5",
"redux-persist": "^6.0.0",
"redux-thunk": "^2.3.0",
"styled-components": "^4.4.1",
"styled-icons": "^9.5.0",
"typescript": "3.6.4",
"uuid": "^3.4.0"
},
"scripts": {
"start": "react-scripts start",
"build": "react-scripts build",
"test": "react-scripts test",
"eject": "react-scripts eject"
},
"eslintConfig": {
"extends": "react-app"
},
"prettier": {
"singleQuote": true,
"trailingComma": "all",
"printWidth": 150
},
"browserslist": {
"production": [
">0.2%",
"not dead",
"not op_mini all"
],
"development": [
"last 1 chrome version",
"last 1 firefox version",
"last 1 safari version"
]
},
"devDependencies": {
"@types/react": "^16.9.11",
"redux-devtools": "^3.5.0"
}
}