This repository was archived by the owner on Apr 29, 2021. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
54 lines (54 loc) · 1.4 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
{
"name": "vgprogg",
"version": "0.1.0",
"private": true,
"dependencies": {
"@sentry/browser": "^4.4.0",
"axios": "^0.18.0",
"core-js": "^2.5.7",
"cross-env": "^5.2.0",
"i18next": "^10.6.0",
"i18next-browser-languagedetector": "^2.2.4",
"lodash": "^4.17.11",
"polished": "^1.9.3",
"query-string": "^5.1.1",
"react": "^16.6.3",
"react-adsense": "0.0.6",
"react-app-polyfill": "^0.1.3",
"react-dom": "^16.6.3",
"react-ga": "^2.5.6",
"react-helmet": "^5.2.0",
"react-i18next": "^8.3.8",
"react-id-swiper": "^1.6.8",
"react-media": "^1.8.0",
"react-popper": "^1.3.0",
"react-redux": "^5.1.1",
"react-router-dom": "^4.3.1",
"react-scripts": "2.1.1",
"react-spinkit": "^3.0.0",
"react-tilt": "^0.1.4",
"react-timeago": "^4.1.9",
"recharts": "^1.4.1",
"redux": "^4.0.1",
"redux-persist": "^5.10.0",
"redux-saga": "^0.16.2",
"styled-components": "^3.4.5"
},
"scripts": {
"analyze": "source-map-explorer build/static/js/main.*",
"start": "cross-env NODE_PATH=src/ react-scripts start",
"build": "react-scripts build",
"test": "react-scripts test --env=jsdom",
"eject": "react-scripts eject"
},
"devDependencies": {
"redux-devtools": "^3.4.2",
"source-map-explorer": "^1.6.0"
},
"browserslist": [
">0.2%",
"not dead",
"not ie <= 11",
"not op_mini all"
]
}