generated from osmdik/webpack-starter
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
32 lines (32 loc) · 863 Bytes
/
package.json
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
{
"name": "create-studysite01",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"watch:server": "browser-sync start --config bs-config.js",
"watch:webpack": "webpack --watch",
"build": "webpack",
"w": "npm-run-all -p watch:webpack watch:server"
},
"author": "",
"license": "ISC",
"devDependencies": {
"@babel/core": "^7.17.9",
"@babel/preset-env": "^7.16.11",
"autoprefixer": "^10.4.7",
"babel-loader": "^8.2.5",
"browser-sync": "^2.27.9",
"css-loader": "^6.7.1",
"mini-css-extract-plugin": "^2.6.0",
"npm-run-all": "^4.1.5",
"postcss": "^8.4.13",
"postcss-loader": "^6.2.1",
"sass": "^1.50.1",
"sass-loader": "^12.6.0",
"style-loader": "^3.3.1",
"webpack": "^5.72.0",
"webpack-cli": "^4.9.2",
"webpack-remove-empty-scripts": "^0.8.0"
}
}