forked from huniiieee/mozit-frontend
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
76 lines (76 loc) · 2.05 KB
/
package.json
File metadata and controls
76 lines (76 loc) · 2.05 KB
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
{
"name": "mozit",
"version": "0.1.0",
"private": true,
"dependencies": {
"@azure/core-auth": "^1.9.0",
"@azure/identity": "^4.6.0",
"@azure/storage-blob": "^12.26.0",
"@emotion/react": "^11.14.0",
"@emotion/styled": "^11.14.0",
"@fontsource/roboto": "^5.1.1",
"@img-comparison-slider/react": "^8.0.2",
"@mui/icons-material": "^6.4.0",
"@mui/material": "^6.4.0",
"@mui/styled-engine-sc": "^6.4.0",
"@mui/x-charts": "^7.24.0",
"@mui/x-data-grid": "^7.24.0",
"@mui/x-date-pickers": "^7.24.0",
"@mui/x-tree-view": "^7.24.0",
"@react-spring/web": "^9.7.5",
"axios": "^1.7.9",
"cra-template": "1.2.0",
"dayjs": "^1.11.13",
"dotenv": "^16.4.7",
"js-cookie": "^3.0.5",
"quill": "^2.0.3",
"react": "^17.0.0 || ^18.0.0",
"react-daum-postcode": "^3.2.0",
"react-dom": "^17.0.0 || ^18.0.0",
"react-modal": "^3.16.3",
"react-model": "^4.3.1",
"react-quill": "^2.0.0",
"react-router-dom": "^7.1.2",
"react-scripts": "5.0.1",
"react-slick": "^0.30.3",
"reactstrap": "^9.2.3",
"recharts": "^2.15.1",
"slick-carousel": "^1.8.1",
"stackblur-canvas": "^2.7.0",
"styled-components": "^6.1.14",
"web-vitals": "^4.2.4"
},
"scripts": {
"start": "react-scripts start",
"build": "cross-env CI=false ESLINT_NO_DEV_ERRORS=true react-scripts build",
"test": "react-scripts test",
"eject": "react-scripts eject"
},
"proxy": "https://mozit-spring-leo8071004-e7b9gwh9cuayc2gf.koreacentral-01.azurewebsites.net",
"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"
]
},
"peerDependencies": {
"react": "^17.0.0 || ^18.0.0",
"react-dom": "^17.0.0 || ^18.0.0"
},
"devDependencies": {
"@babel/plugin-proposal-private-property-in-object": "^7.18.6",
"cross-env": "^7.0.3"
}
}