-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
34 lines (34 loc) · 729 Bytes
/
package.json
File metadata and controls
34 lines (34 loc) · 729 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
{
"name": "webpack",
"version": "1.0.0",
"private": true,
"scripts": {
"bundle": "webpack",
"watch": "webpack-dev-server"
},
"keywords": [],
"author": "",
"license": "ISC",
"description": "",
"devDependencies": {
"autoprefixer": "^10.4.20",
"clean-webpack-plugin": "^4.0.0",
"file-loader": "^6.2.0",
"html-webpack-plugin": "^5.6.3",
"postcss-loader": "^8.1.1",
"webpack": "^5.97.1",
"webpack-cli": "^6.0.1",
"webpack-dev-server": "^5.2.0"
},
"dependencies": {
"css-loader": "^7.1.2",
"lodash": "^4.17.21",
"sass": "^1.83.0",
"sass-loader": "^16.0.4",
"style-loader": "^4.0.0"
},
"browserslist": [
"defaults",
"last 2 versions"
]
}