-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
38 lines (38 loc) · 993 Bytes
/
package.json
File metadata and controls
38 lines (38 loc) · 993 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
34
35
36
37
38
{
"name": "react-learn",
"version": "1.0.0",
"main": "index.js",
"license": "MIT",
"scripts": {
"dev": "webpack serve",
"build": "cross-env NODE_ENV=production webpack"
},
"dependencies": {
"-": "^0.0.1",
"D": "^1.0.0",
"css-loader": "^6.7.1",
"react": "^17.0.2",
"react-dom": "^17.0.2",
"style-loader": "^3.3.1"
},
"devDependencies": {
"@babel/cli": "^7.17.6",
"@babel/core": "^7.17.8",
"@babel/preset-env": "^7.16.11",
"@babel/preset-react": "^7.16.7",
"@babel/preset-typescript": "^7.16.7",
"@pmmmwh/react-refresh-webpack-plugin": "^0.5.4",
"@types/react": "^17.0.43",
"@types/react-dom": "^17.0.14",
"babel-loader": "^8.2.3",
"cross-env": "^7.0.3",
"html-webpack-plugin": "^5.5.0",
"node-sass": "^7.0.1",
"react-refresh": "^0.11.0",
"sass-loader": "^12.6.0",
"typescript": "^4.6.3",
"webpack": "^5.70.0",
"webpack-cli": "^4.9.2",
"webpack-dev-server": "^4.7.4"
}
}