-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
61 lines (61 loc) · 1.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
{
"name": "site_dubstudio",
"version": "0.1.0",
"private": true,
"homepage": "/web/",
"dependencies": {
"@fullcalendar/core": "^5.3.1",
"@fullcalendar/daygrid": "^5.3.2",
"@fullcalendar/google-calendar": "^5.3.1",
"@fullcalendar/list": "^5.3.1",
"@fullcalendar/react": "^5.3.1",
"@fullcalendar/timegrid": "^5.3.1",
"axios": "^0.21.1",
"body-scroll-lock": "^3.1.5",
"cors": "^2.8.5",
"date-fns": "^2.16.1",
"formik": "^2.2.6",
"materialize-css": "^1.0.0",
"react": "^16.13.1",
"react-content-loader": "^6.0.1",
"react-dom": "^16.13.1",
"react-icons": "^4.4.0",
"react-jinke-music-player": "^4.19.0",
"react-router-dom": "^5.2.0",
"react-scripts": "4.0.3",
"react-scroll": "^1.8.1",
"react-scrollspy": "^3.4.3",
"react-spring": "^8.0.27",
"styled-components": "^5.2.1",
"swiper": "^6.2.0",
"yup": "^0.32.8"
},
"scripts": {
"start": "react-scripts start",
"build": "react-scripts build",
"test": "react-scripts test",
"eject": "react-scripts eject"
},
"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/materialize-css": "^1.0.8",
"eslint": "^7.23.0",
"eslint-config-prettier": "^8.1.0",
"eslint-config-standard": "^16.0.2",
"eslint-plugin-import": "^2.22.1",
"eslint-plugin-node": "^11.1.0",
"eslint-plugin-promise": "^4.3.1",
"eslint-plugin-react": "^7.23.2"
}
}