-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
44 lines (44 loc) · 1.24 KB
/
Copy pathpackage.json
File metadata and controls
44 lines (44 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
{
"name": "react-app",
"version": "1.0.0",
"description": "",
"main": "index.js",
"sideEffects": false,
"scripts": {
"start": "webpack serve --mode=development --hot",
"build:stats": "webpack --mode=production --json > ./dist/stats.json",
"build": "webpack --mode=production"
},
"keywords": [],
"author": "",
"license": "ISC",
"dependencies": {
"@mui/icons-material": "^5.5.1",
"@mui/material": "^5.5.1",
"@mui/styled-engine-sc": "^5.4.2",
"hyphen": "^1.6.4",
"react": "^17.0.2",
"react-dom": "^17.0.2",
"react-router-dom": "^6.2.1",
"styled-components": "^5.3.3"
},
"devDependencies": {
"@pmmmwh/react-refresh-webpack-plugin": "^0.5.4",
"@swc/core": "^1.2.135",
"@types/node": "^17.0.13",
"@types/react": "^17.0.38",
"@types/react-dom": "^17.0.11",
"@types/react-router-dom": "^5.3.3",
"@types/styled-components": "^5.1.21",
"@typescript-eslint/eslint-plugin": "^5.10.1",
"eslint-config-prettier": "^8.3.0",
"eslint-plugin-react": "^7.28.0",
"html-webpack-plugin": "^5.5.0",
"prettier": "^2.5.1",
"swc-loader": "^0.1.15",
"typescript": "^4.5.5",
"webpack": "^5.67.0",
"webpack-cli": "^4.9.2",
"webpack-dev-server": "^4.7.3"
}
}