-
Notifications
You must be signed in to change notification settings - Fork 4
/
Copy pathpackage.json
61 lines (61 loc) · 1.62 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
{
"name": "frontend",
"version": "0.1.0",
"private": true,
"dependencies": {
"@ctrl/react-adsense": "^1.6.1",
"@emotion/react": "^11.10.4",
"@emotion/styled": "^11.10.4",
"@mui/icons-material": "^5.10.6",
"@mui/material": "^5.11.3",
"@testing-library/jest-dom": "^4.2.4",
"@testing-library/react": "^9.5.0",
"@testing-library/user-event": "^7.2.1",
"axios": "^0.21.4",
"dayjs": "^1.11.6",
"i18next": "^22.4.8",
"i18next-browser-languagedetector": "^7.0.1",
"i18next-http-backend": "^2.1.1",
"react": "^18.2.0",
"react-bootstrap": "^1.3.0",
"react-dom": "^18.2.0",
"react-i18next": "^12.1.1",
"react-infinite-scroll-component": "^6.1.0",
"react-modal": "^3.11.2",
"react-player": "^2.11.0",
"react-query": "^3.39.2",
"react-redux": "^7.2.1",
"react-router-dom": "^6.4.4",
"react-scripts": "3.4.1",
"react-tuby": "^0.1.24",
"redux": "^4.0.5",
"socket.io-client": "^2.3.0",
"styled-components": "^5.3.6"
},
"scripts": {
"start": "export HTTPS=true&&SSL_CRT_FILE=cert.pem&&SSL_KEY_FILE=key.pem react-scripts start",
"build": "react-scripts build",
"test": "react-scripts test",
"eject": "react-scripts eject",
"predeploy": "npm run build",
"deploy": "gh-pages -d build"
},
"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": {
"gh-pages": "^4.0.0"
}
}