-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
executable file
·53 lines (53 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
{
"name": "herald-hybrid-web-kernel",
"version": "1.0.0",
"description": "herald-hybrid-web-kernel",
"author": "Wolf-Tungsten <gaoruihao@wolf-tungsten.com>",
"private": true,
"scripts": {
"dev": "parcel index.html --port 8080",
"build": "rm -rf dist && parcel build index.html --public-url /; cp src/manifest* dist/",
"package": "cd ./dist && zip -r ../dist.zip ./* && cd .. && rm -rf hybrid-dist/* && mv dist.zip ./hybrid-dist/kernel.zip && node ./deploy-tools/generate-kernel-list.js && cp -R ./dist/* ./hybrid-dist/ ",
"test": "anywhere -s -p 8080 -d ./hybrid-dist"
},
"dependencies": {
"anywhere": "^1.5.0",
"axios": "^0.16.2",
"babel-polyfill": "^6.26.0",
"image-compressor": "^1.2.0",
"image-compressor.js": "^1.1.4",
"intercept-link-clicks": "^1.0.2",
"js-cookie": "^2.2.0",
"less": "^3.9.0",
"luxon": "^1.3.2",
"markdown-it": "^8.4.2",
"marked": "^0.6.0",
"moment": "^2.23.0",
"qiniu": "^7.2.1",
"querystring": "^0.2.0",
"static": "^2.0.0",
"uuid": "^3.3.2",
"vue": "^2.6.10",
"vue-component-persist": "^1.1.2",
"vue-datetime": "^1.0.0-beta.3",
"vue-hot-reload-api": "^2.3.3",
"vue-l-carousel": "^1.0.1",
"vue-router": "^2.6.0",
"vue-toasted": "^1.1.24",
"vuex": ">=2.5",
"vuex-persist": "^2.0.0",
"weekstart": "^1.0.0",
"xhook": "^1.4.9"
},
"devDependencies": {
"@vue/component-compiler-utils": "^3.0.0",
"parcel-bundler": "^1.12.3",
"pug": "^2.0.4",
"stylus": "^0.54.7",
"vue-template-compiler": "^2.6.10"
},
"alias": {
"static": "./static",
"zzj": "./src"
}
}