-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathpackage.json
More file actions
33 lines (33 loc) · 853 Bytes
/
package.json
File metadata and controls
33 lines (33 loc) · 853 Bytes
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
{
"name": "frontend",
"version": "0.1.0",
"private": true,
"scripts": {
"watch": "webpack watch --mode development",
"build": "webpack build --mode=production"
},
"devDependencies": {
"@types/react": "^17.0.39",
"@types/react-dom": "^17.0.11",
"css-loader": "^6.5.1",
"css-modules-typescript-loader": "^4.0.1",
"mini-css-extract-plugin": "^2.4.5",
"prettier": "^2.5.1",
"sass": "^1.49.7",
"sass-loader": "^12.3.0",
"style-loader": "^3.3.1",
"ts-loader": "^9.2.6",
"tsconfig-paths-webpack-plugin": "^3.5.2",
"typescript": "^4.5.5",
"webpack": "^5.64.4",
"webpack-cli": "^4.9.2",
"webpack-manifest-plugin": "^4.1.1"
},
"dependencies": {
"axios": "^0.25.0",
"penpal": "^3.1.3",
"react": "^17.0.2",
"react-dom": "^17.0.2",
"usehooks-ts": "^2.5.4"
}
}