-
-
Notifications
You must be signed in to change notification settings - Fork 1.8k
Expand file tree
/
Copy pathpackage.json
More file actions
31 lines (31 loc) · 754 Bytes
/
package.json
File metadata and controls
31 lines (31 loc) · 754 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
{
"name": "complete-react-case_component-app",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"webpack": "webpack --watch",
"serve": "serve dist -p 3001 --cors",
"start": "concurrently \"npm run webpack\" \"npm run serve\""
},
"keywords": [],
"author": "",
"license": "ISC",
"devDependencies": {
"@babel/core": "7.21.4",
"@babel/preset-react": "7.18.6",
"babel-loader": "8.2.5",
"concurrently": "7.6.0",
"css-loader": "6.7.3",
"html-webpack-plugin": "5.5.1",
"serve": "13.0.4",
"style-loader": "3.3.2",
"url-loader": "4.1.1",
"webpack": "5.80.0",
"webpack-cli": "4.10.0"
},
"dependencies": {
"react": "^17.0.2",
"react-dom": "^17.0.2"
}
}