This repository has been archived by the owner on May 16, 2021. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
56 lines (56 loc) · 1.61 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
{
"name": "kcibald",
"version": "0.0.3",
"description": "",
"scripts": {
"dev": "webpack-dev-server",
"build": "webpack",
"build:prod": "webpack -p",
"build:debug": "node %NODE_DEBUG_OPTION% debug.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/FirePillow/KCIbald.git"
},
"author": "FirePillow",
"license": "MIT",
"bugs": {
"url": "https://github.com/FirePillow/KCIbald/issues"
},
"homepage": "https://github.com/FirePillow/KCIbald#readme",
"dependencies": {
"graphql-request": "^1.8.2",
"jquery": "^3.4.1",
"layui-layer": "git+https://github.com/sentsin/layer.git",
"npm": "^6.9.0",
"vue": "^2.6.10",
"vue-router": "^3.1.3"
},
"devDependencies": {
"@babel/cli": "^7.5.5",
"@babel/core": "^7.5.5",
"@babel/plugin-syntax-dynamic-import": "^7.0.0",
"@babel/preset-env": "^7.5.5",
"@babel/preset-flow": "^7.0.0",
"babel-loader": "^8.0.6",
"babel-minify-webpack-plugin": "^0.3.1",
"clean-webpack-plugin": "^3.0.0",
"css-loader": "^3.1.0",
"file-loader": "^6.0.0",
"html-loader": "^1.1.0",
"html-webpack-plugin": "^4.3.0",
"html-webpack-template": "^6.2.0",
"mini-css-extract-plugin": "^0.9.0",
"optimize-css-assets-webpack-plugin": "^5.0.3",
"style-loader": "^1.2.1",
"url-loader": "^4.1.0",
"vue-loader": "^15.7.1",
"vue-template-compiler": "^2.6.10",
"webpack": "^4.38.0",
"webpack-bundle-analyzer": "^3.3.2",
"webpack-cdn-plugin": "^3.1.4",
"webpack-cli": "^3.3.6",
"webpack-dev-server": "^3.7.2",
"webpack-subresource-integrity": "^1.3.2"
}
}