-
Notifications
You must be signed in to change notification settings - Fork 8
/
Copy pathpackage.json
41 lines (41 loc) · 1.11 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": "lzpan_pass",
"version": "1.0.0",
"description": "懒盘-网盘密码自动填取",
"main": "main.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"dev": "webpack-dev-server --config webpack.config.js",
"w": "webpack --config webpack.config.js --mode development --watch",
"build": "webpack --config webpack.config.js --mode production"
},
"author": "Kuan",
"license": "ISC",
"devDependencies": {
"@babel/cli": "^7.7.7",
"@babel/core": "^7.7.7",
"@babel/preset-env": "^7.7.7",
"autoprefixer": "^9.7.3",
"babel-loader": "^8.0.6",
"babel-preset-env": "^1.7.0",
"uglifyjs-webpack-plugin": "^2.2.0",
"webpack": "^4.41.5",
"webpack-cli": "^3.3.10",
"webpack-dev-server": "^3.10.1"
},
"browerslist": [
"> 1%",
"last 2 versions"
],
"dependencies": {
"@babel/polyfill": "^7.7.0",
"axios": "^0.21.1",
"css-loader": "^3.6.0",
"html-webpack-plugin": "^3.2.0",
"node-sass": "^4.14.1",
"postcss": "8.2.10",
"sass-loader": "^9.0.2",
"style-loader": "^1.2.1",
"webpack-serve": "^3.2.0"
}
}