forked from Reborn233/reborn-app
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
executable file
·57 lines (57 loc) · 1.54 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
54
55
56
57
{
"name": "web",
"description": "A Web project",
"author": "[email protected]",
"license": "ISC",
"private": true,
"scripts": {
"start": "webpack-dev-server --inline --hot --env.dev --mode development",
"build": "rimraf dist && webpack -p --progress --hide-modules --mode production"
},
"dependencies": {
"clipboard": "^2.0.8",
"marked": "^2.0.1",
"qrcodejs2": "^0.0.2"
},
"engines": {
"node": ">=6"
},
"devDependencies": {
"@babel/core": "^7.13.14",
"@babel/plugin-proposal-class-properties": "^7.13.0",
"@babel/plugin-transform-runtime": "^7.13.10",
"@babel/preset-env": "^7.13.12",
"@babel/runtime": "^7.13.10",
"autoprefixer": "^6.6.0",
"babel-eslint": "^10.1.0",
"babel-loader": "^8.2.2",
"copy-webpack-plugin": "4.5.2",
"css-loader": "^0.27.0",
"eslint": "^7.20.0",
"eslint-loader": "^4.0.2",
"extract-text-webpack-plugin": "^4.0.0-beta.0",
"file-loader": "^2.0.0",
"html-loader": "0.5.5",
"html-webpack-plugin": "^4.0.0-alpha.2",
"less": "^3.8.1",
"less-loader": "^4.1.0",
"postcss-loader": "^3.0.0",
"rimraf": "^2.5.4",
"style-loader": "^0.23.0",
"uglifyjs-webpack-plugin": "^1.3.0",
"url-loader": "^0.5.8",
"ware-loader": "^0.2.4",
"webpack": "^4.19.0",
"webpack-cli": "^3.1.0",
"webpack-dev-server": "^3.1.8",
"webpack-pwa-manifest": "^4.3.0",
"workbox-webpack-plugin": "^6.1.2"
},
"browserslist": [
"> 1%",
"last 7 versions",
"not ie <= 8",
"ios >= 8",
"android >= 4.0"
]
}