-
Notifications
You must be signed in to change notification settings - Fork 5
Expand file tree
/
Copy pathpackage.json
More file actions
45 lines (45 loc) · 1.24 KB
/
package.json
File metadata and controls
45 lines (45 loc) · 1.24 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
{
"dependencies": {
"@emotion/react": "^11.13.3",
"@emotion/styled": "^11.13.0",
"@fontsource/roboto": "^5.0.14",
"@mui/icons-material": "^6.0.1",
"@mui/material": "^6.0.1",
"@mui/styled-engine-sc": "^6.0.1",
"axios": "^1.7.7",
"bootstrap": "^5.3.3",
"bootstrap-icons": "^1.11.3",
"chart.js": "^4.4.4",
"i": "^0.3.7",
"prop-types": "^15.8.1",
"react": "^18.3.1",
"react-chart": "^0.0.1",
"react-chartjs-2": "^5.2.0",
"react-daum-postcode": "^3.1.3",
"react-dom": "^18.3.1",
"react-icons": "^5.3.0",
"react-paginate": "^8.2.0",
"react-router-dom": "^6.26.1",
"react-select": "^5.8.1",
"react-session-api": "^1.1.0",
"styled-components": "^6.1.13",
"url": "^0.11.4"
},
"devDependencies": {
"@babel/core": "^7.25.2",
"@babel/preset-env": "^7.25.4",
"@babel/preset-react": "^7.24.7",
"babel-loader": "^9.2.1",
"css-loader": "^7.1.2",
"file-loader": "^6.2.0",
"process": "^0.11.10",
"style-loader": "^4.0.0",
"webpack": "^5.94.0",
"webpack-cli": "^5.1.4",
"webpack-dev-server": "^5.1.0"
},
"scripts": {
"start": "gradlew bootRun",
"watch": "node_modules\\.bin\\webpack --watch --devtool inline-source-map"
}
}