-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
53 lines (53 loc) · 1.49 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
43
44
45
46
47
48
49
50
51
52
53
{
"name": "super-toolbox",
"version": "1.1.0",
"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": {
"@babel/runtime": "^7.25.7",
"html-webpack-plugin": "^5.6.0",
"webpack-dev-server": "^5.1.0"
},
"devDependencies": {
"@babel/core": "^7.25.7",
"@babel/plugin-transform-runtime": "^7.25.7",
"@babel/preset-env": "^7.25.7",
"@vue/preload-webpack-plugin": "^2.0.0",
"babel-loader": "^9.2.1",
"css-loader": "^7.1.2",
"css-minimizer-webpack-plugin": "^7.0.0",
"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",
"postcss": "^8.4.47",
"postcss-loader": "^8.1.1",
"postcss-preset-env": "^10.0.6",
"sass": "^1.79.4",
"sass-loader": "^16.0.2",
"style-loader": "^4.0.0",
"stylus": "^0.63.0",
"stylus-loader": "^8.1.1",
"thread-loader": "^4.0.4",
"ts-loader": "^9.5.1",
"webpack": "^5.94.0",
"webpack-bundle-analyzer": "^4.10.2",
"webpack-cli": "^5.1.4",
"workbox-webpack-plugin": "^7.1.0"
}
}