-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
41 lines (41 loc) · 1.07 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
{
"name": "super-toolbox",
"version": "1.0.19",
"description": "A progressive toolBox",
"main": "index.js",
"scripts": {
"start": "webpack-dev-server --config ./config/webpack.dev.js",
"build": "webpack --config ./config/webpack.prod.js",
"export": "node ./scripts/autoExport.mjs",
"prepare": "husky"
},
"keywords": [],
"author": "[email protected]",
"repository": {
"type": "git",
"url": "https://github.com/azx1573/toolbox"
},
"license": "MIT",
"dependencies": {
"html-webpack-plugin": "^5.6.0",
"webpack-dev-server": "^5.1.0"
},
"devDependencies": {
"css-loader": "^7.1.2",
"eslint": "^9.12.0",
"eslint-webpack-plugin": "^4.2.0",
"fs-extra": "^11.2.0",
"husky": "^9.1.6",
"less-loader": "^12.2.0",
"mini-css-extract-plugin": "^2.9.1",
"sass": "^1.79.4",
"sass-loader": "^16.0.2",
"style-loader": "^4.0.0",
"stylus": "^0.63.0",
"stylus-loader": "^8.1.1",
"ts-loader": "^9.5.1",
"webpack": "^5.94.0",
"webpack-bundle-analyzer": "^4.10.2",
"webpack-cli": "^5.1.4"
}
}