-
Notifications
You must be signed in to change notification settings - Fork 81
/
package.json
47 lines (47 loc) · 1.21 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
{
"name": "js_lzpan",
"version": "1.0.0",
"description": "Lzpan gather Search",
"main": "index.js",
"author": "Kuan",
"scripts": {
"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"
},
"license": "MIT",
"devDependencies": {
"@babel/polyfill": "^7.10.4",
"clean-webpack-plugin": "^3.0.0",
"copy-webpack-plugin": "^6.0.3",
"css-loader": "^4.2.1",
"html-webpack-plugin": "^4.3.0",
"mini-css-extract-plugin": "^0.10.0",
"sass-loader": "^9.0.3",
"style-loader": "^1.2.1",
"webpack-server": "^0.1.2"
},
"dependencies": {
"@babel/cli": "^7.10.5",
"@babel/core": "^7.11.1",
"@babel/preset-env": "^7.11.0",
"babel-loader": "^8.1.0",
"babel-preset-env": "^1.7.0",
"sass": "^1.52.3",
"webpack": "^4.44.1",
"webpack-cli": "^3.3.12",
"webpack-dev-server": "^3.11.0"
},
"browserslist": {
"development": [
"last 1 chrome version",
"last 1 firefox version",
"last 1 safari version"
],
"production": [
">0.2%",
"not dead",
"not op_mini all"
]
}
}