-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
51 lines (51 loc) · 1.32 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
{
"name": "laosiji-blade",
"description": "laosiji-blade",
"author": "cyw <rose20.99.c@gmail.com>",
"private": true,
"scripts": {
"dev": "webpack --mode=development --watch",
"build": "webpack"
},
"license": "ISC",
"dependencies": {
"axios": "^0.16.2",
"axios-cache-plugin": "0.0.7",
"babel-core": "^6.0.0",
"babel-loader": "^7.0.0",
"babel-preset-es2015": "^6.0.0",
"copy-webpack-plugin": "^5.0.4",
"cross-env": "^4.0.0",
"css-loader": "^0.28.1",
"file-loader": "^0.11.1",
"vue": "^2.3.3",
"vue-loader": "^12.2.2",
"vue-template-compiler": "^2.3.3",
"webpack": "^4.28.3",
"webpack-command": "^0.4.1",
"webpack-glob-entries": "^1.0.1",
"xml-js": "^1.5.1"
},
"devDependencies": {
"clipboard": "^1.7.1",
"gulp": "^3.9.1",
"gulp-changed": "^3.1.0",
"gulp-clean-css": "^3.9.0",
"gulp-copy": "0.0.2",
"gulp-jshint": "^2.0.0",
"gulp-minify-css": "^1.2.4",
"gulp-obfuscate": "^0.2.9",
"gulp-tmod": "^1.0.1",
"gulp-uglify": "^1.4.0",
"jquery": "^3.2.1",
"run-sequence": "^2.2.0",
"surge": "^0.19.0",
"svg-inline-loader": "^0.8.0",
"timeago.js": "^3.0.2",
"ug": "github:FF-Mercurial/ug",
"uglify-js": "^2.8.29",
"uikit": "^3.0.0-beta.30",
"underscore": "^1.8.3",
"vue-timeago": "^3.3.6"
}
}