-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
88 lines (88 loc) · 3.04 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
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
{
"name": "bch-wormhole",
"version": "1.0.0",
"description": "",
"author": "guodelong <ggddll123@qq.com>",
"private": true,
"dependencies": {
"@nuxtjs/bootstrap-vue": "^2.0.2",
"avatar-initials": "^4.1.0",
"axios": "^0.15.3",
"bigi": "^1.4.2",
"bootstrap": "^4.1.1",
"bootstrap-vue": "^2.0.0-rc.11",
"bs58": "^4.0.1",
"cluster": "^0.7.7",
"cross-env": "^3.2.4",
"decimal.js": "^7.2.3",
"ecurve": "^1.0.5",
"es6-promise": "^4.1.1",
"extract-text-webpack-plugin": "^3.0.0",
"fs-extra": "^4.0.1",
"i18n-cn-autotrans-loader": "^1.3.3",
"imagemin": "^5.3.1",
"jquery": "^3.0.0",
"koa": "^2.2.0",
"koa-compress": "^2.0.0",
"koa-mount": "^3.0.0",
"koa-router": "^7.0.1",
"koa-static": "^3.0.0",
"log4js": "^2.7.0",
"lru-cache": "^4.0.2",
"nuxt": "^1.4.0",
"qr.js": "0.0.0",
"uglify-js": "3.1.7",
"via-vue-focus": "^2.1.0",
"vue": "^2.5.13",
"vue-clipboards": "^0.2.6",
"vue-core-image-upload": "^2.3.10",
"vue-form-wizard": "^0.7.0",
"vue-i18n": "^7.0.3",
"vue-loader": "^14.1.1",
"vue-server-renderer": "^2.5.13",
"vue-slider-component": "^2.3.9",
"vue-smoothscroll": "^0.1.1",
"vue-template-compiler": "^2.5.13",
"zxcvbn": "^4.4.2"
},
"scripts": {
"dev": "cross-env NODE_ENV=dev DEBUG=nuxt:* node app",
"start": "cross-env NODE_ENV=production node app",
"build": "cross-env NODE_ENV=production npm run build-lang && nuxt build",
"build-lang": "nuxt build --config-file nuxt.lang.config.js",
"build-monitor": "cross-env NODE_ENV=production nuxt build --webpackmonitor",
"build-pre": "cross-env NODE_ENV=pre npm run build-lang && nuxt build",
"deploy-dev": "git pull && npm i && pm2 deploy ecosystem.json dev",
"deploy-bcc": "pm2 deploy ecosystem.json bcc",
"deploy-online-setup": "pm2 deploy ecosystem.json production setup",
"deploy-pre": "git pull && npm i && npm run build-pre && pm2 startOrRestart ecosystem.json --env pre",
"deploy-online": "git pull && npm i && npm run build && pm2 startOrRestart ecosystem.json --env production",
"pm2-dev": "pm2 startOrRestart ecosystem.json",
"pm2": "pm2 startOrRestart ecosystem.json --env production",
"pm2-pre": "pm2 startOrRestart ecosystem.json --env pre",
"generate": "nuxt generate",
"lint": "eslint --ext .js,.vue --ignore-path .gitignore .",
"precommit": "npm run lint"
},
"devDependencies": {
"@nuxtjs/webpackmonitor": "0.0.3",
"babel-eslint": "^7.1.1",
"browserify": "^14.4.0",
"css-loader": "^0.27.3",
"eslint": "^3.15.0",
"eslint-config-standard": "^6.2.1",
"eslint-loader": "^1.6.1",
"eslint-plugin-html": "^2.0.3",
"eslint-plugin-promise": "^3.4.1",
"eslint-plugin-standard": "^2.0.1",
"image-webpack-loader": "^3.2.0",
"node-sass": "^4.5.3",
"nodemon": "^1.11.0",
"sass-loader": "^6.0.5",
"style-loader": "^0.17.0",
"viawebp-loader": "0.0.5",
"webpack": "^3.5.5",
"webpack-bundle-analyzer": "^2.9.1",
"webpack-spritesmith": "^0.3.3"
}
}