-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
91 lines (91 loc) · 2.6 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
88
89
90
91
{
"name": "front",
"version": "0.1.0",
"private": true,
"dependencies": {
"@babel/plugin-proposal-class-properties": "^7.14.5",
"@babel/polyfill": "^7.12.1",
"@babel/preset-env": "^7.15.8",
"@babel/preset-react": "^7.14.5",
"@bumaga/tabs": "^0.2.0",
"@emotion/react": "^11.6.0",
"@emotion/styled": "^11.6.0",
"@material-ui/core": "^4.12.2",
"@material-ui/icons": "^4.11.2",
"@mui/material": "^5.1.0",
"@testing-library/jest-dom": "^5.11.4",
"@testing-library/react": "^11.1.0",
"@testing-library/user-event": "^12.1.10",
"axios": "^0.21.1",
"bootstrap": "^5.1.0",
"dotenv-cli": "^4.0.0",
"express-minify": "^1.0.0",
"ignore-styles": "^5.0.1",
"js-cookie": "^3.0.1",
"react": "^17.0.1",
"react-bootstrap": "^2.0.0-beta.6",
"react-burger-menu": "^3.0.6",
"react-cookie": "^4.1.1",
"react-cookie-consent": "^6.3.0",
"react-dom": "^17.0.1",
"react-ga": "^3.3.0",
"react-redux": "^7.2.4",
"react-responsive": "^9.0.0-beta.2",
"react-responsive-carousel": "^3.2.21",
"react-router-dom": "^5.2.0",
"react-router-sitemap": "^1.2.0",
"react-router-sitemap-generator": "0.0.8",
"react-scripts": "4.0.3",
"react-social-icons": "^5.6.1",
"react-wheel-of-prizes": "^1.0.8",
"redux": "^4.1.0",
"redux-devtools-extension": "^2.13.9",
"redux-mock-store": "^1.5.4",
"redux-thunk": "^2.3.0",
"serve": "^12.0.1",
"web-vitals": "^1.0.1"
},
"scripts": {
"start": "react-scripts start",
"build": "react-scripts build",
"test": "mocha --recursive src/components/**/*.test.js --require @babel/register --require ignore-styles --exit --timeout 5000",
"eject": "react-scripts eject",
"sitemap": "babel-node ./src/sitemap.js",
"ssr": "node src/server/index.js",
"prod": "npm run build && npm run ssr"
},
"eslintConfig": {
"extends": [
"react-app",
"react-app/jest"
]
},
"browserslist": {
"production": [
">0.2%",
"not dead",
"not op_mini all"
],
"development": [
"last 1 chrome version",
"last 1 firefox version",
"last 1 safari version"
]
},
"devDependencies": {
"@babel/core": "^7.16.0",
"@babel/polyfill": "^7.12.1",
"@babel/preset-env": "^7.16.0",
"@babel/register": "^7.16.0",
"chai": "^4.3.4",
"ignore-styles": "^5.0.1",
"jsdom": "^18.0.0",
"mocha": "^9.1.3",
"mocha-jsdom": "^2.0.0",
"babel-cli": "^6.26.0",
"babel-preset-es2015": "^6.24.1",
"babel-preset-react": "^6.24.1",
"babel-register": "^6.26.0",
"react-test-renderer": "^17.0.2"
}
}