forked from ruicky/movie-robot-frontend
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
99 lines (99 loc) · 2.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
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
92
93
94
95
96
97
98
99
{
"name": "movie-robot",
"version": "0.0.1",
"description": "智能影音助理",
"author": "yee <[email protected]>",
"private": true,
"license": "https://material-ui.com/store/license/",
"scripts": {
"start": "craco start",
"build": "craco build",
"eject": "craco eject",
"lint": "eslint src --ext .js,.jsx --fix"
},
"browserslist": [
"> 0.5%",
"last 2 versions",
"Firefox ESR",
"not dead",
"not IE 11"
],
"eslintConfig": {
"extends": [
"react-app",
"react-app/jest"
]
},
"dependencies": {
"@auth0/auth0-spa-js": "1.19.3",
"@craco/craco": "6.4.3",
"@date-io/date-fns": "2.11.0",
"@fullcalendar/core": "5.10.1",
"@fullcalendar/daygrid": "5.10.1",
"@fullcalendar/interaction": "5.10.1",
"@fullcalendar/react": "5.10.1",
"@mui/icons-material": "5.2.4",
"@mui/lab": "5.0.0-alpha.60",
"@mui/material": "5.2.4",
"@mui/styled-engine-sc": "5.1.0",
"@mui/styles": "5.2.3",
"@mui/system": "5.2.4",
"@mui/x-data-grid": "5.2.1",
"@reduxjs/toolkit": "1.7.1",
"amazon-cognito-identity-js": "5.2.3",
"axios": "0.24.0",
"axios-mock-adapter": "1.20.0",
"better-scroll": "^2.4.2",
"chart.js": "3.6.2",
"css-vendor": "2.0.8",
"date-fns": "2.27.0",
"deepmerge": "4.2.2",
"echarts-for-react": "^3.0.2",
"faker": "5.5.3",
"firebase": "8.10.0",
"formik": "2.2.9",
"google-map-react": "2.1.10",
"history": "5.2.0",
"i18next": "20.6.1",
"immer": "^9.0.12",
"jsonwebtoken": "8.5.1",
"jss": "10.9.0",
"jwt-decode": "3.1.2",
"lodash": "^4.17.21",
"polished": "4.1.3",
"react": "17.0.2",
"react-app-polyfill": "2.0.0",
"react-chartjs-2": "3.3.0",
"react-dom": "17.0.2",
"react-dragula": "1.1.17",
"react-feather": "2.0.9",
"react-helmet-async": "1.2.2",
"react-i18next": "11.15.1",
"react-jvectormap": "0.0.16",
"react-lines-ellipsis": "^0.15.0",
"react-perfect-scrollbar": "1.5.8",
"react-quill": "2.0.0-beta.4",
"react-redux": "7.2.6",
"react-router-dom": "6.2.1",
"react-scripts": "4.0.3",
"react-syntax-highlighter": "15.4.5",
"redux": "4.1.2",
"redux-thunk": "2.4.1",
"styled-components": "5.3.3",
"web-vitals": "2.1.2",
"yup": "0.32.11",
"zustand": "^3.7.1"
},
"devDependencies": {
"@babel/preset-env": "7.16.5",
"craco-alias": "3.0.1",
"eslint-config-prettier": "6.15.0",
"eslint-plugin-prettier": "3.4.1",
"prettier": "2.5.1",
"redux-devtools-extension": "2.13.9"
},
"resolutions": {
"jss": "10.9.0",
"react-error-overlay": "6.0.9"
}
}