-
-
Notifications
You must be signed in to change notification settings - Fork 14
Expand file tree
/
Copy pathpackage.json
More file actions
26 lines (26 loc) · 711 Bytes
/
Copy pathpackage.json
File metadata and controls
26 lines (26 loc) · 711 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
{
"name": "webpack",
"version": "1.0.0",
"main": "index.js",
"scripts": {
"dev": "webpack-dev-server --config=config/webpack.dev.js",
"build": "webpack --config=config/webpack.dev.js"
},
"keywords": [],
"author": "TK",
"devDependencies": {
"@babel/core": "7.11.6",
"@babel/plugin-proposal-pipeline-operator": "7.10.5",
"@babel/preset-env": "7.11.5",
"babel-loader": "8.1.0",
"babel-plugin-transform-async-to-promises": "0.8.18",
"css-loader": "4.3.0",
"extract-loader": "5.1.0",
"file-loader": "6.2.0",
"html-loader": "1.3.2",
"style-loader": "1.2.1",
"webpack": "4.46.0",
"webpack-cli": "3.3.12",
"webpack-dev-server": "3.11.0"
}
}