-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
42 lines (42 loc) · 1.1 KB
/
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
33
34
35
36
37
38
39
40
41
42
{
"name": "std",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"start": "webpack serve --config=config/webpack.dev.js",
"build": "webpack --config=config/webpack.prod.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/AleksanderIII/std.git"
},
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/AleksanderIII/std/issues"
},
"homepage": "https://github.com/AleksanderIII/std#readme",
"dependencies": {
"copy-webpack-plugin": "^9.0.0",
"css-loader": "^5.2.6",
"less": "^4.1.1",
"less-loader": "^9.0.0",
"script-loader": "^0.7.2",
"style-loader": "^2.0.0",
"webpack": "^5.38.1",
"webpack-cli": "^4.7.0",
"webpack-dev-server": "^3.11.2"
},
"devDependencies": {
"@babel/core": "^7.14.3",
"@babel/preset-env": "^7.14.4",
"babel-loader": "^8.2.2",
"clean-webpack-plugin": "*",
"file-loader": "^6.2.0",
"html-inline-css-webpack-plugin": "^1.11.0",
"html-loader": "^2.1.2",
"html-webpack-plugin": "^5.3.1",
"mini-css-extract-plugin": "^1.6.0"
}
}