forked from ztwireless/LetoH5GameCenter
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
64 lines (64 loc) · 2.02 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
{
"name": "games",
"version": "1.1.0",
"description": "h5",
"author": "hzp",
"private": true,
"scripts": {
"dev": "cross-env NODE_ENV=development nodemon server/index.js --watch server",
"build": "nuxt build",
"start": "cross-env NODE_ENV=production pm2 start ecosystem.config.js",
"precommit": "npm run lint",
"lint": "eslint --ext .js,.vue --ignore-path .gitignore .",
"analyze": "nuxt build --analyze"
},
"dependencies": {
"@babel/plugin-syntax-dynamic-import": "^7.2.0",
"@babel/plugin-transform-runtime": "^7.4.3",
"@koa/cors": "^2.2.1",
"@xkeshi/vue-qrcode": "^1.0.0",
"alloylever": "^1.0.3",
"axios": "^0.18.0",
"consola": "^2.5.8",
"cross-env": "^5.2.0",
"js-base64": "^2.5.0",
"js-cookie": "^2.2.0",
"js-md5": "^0.7.3",
"koa": "^2.6.2",
"koa-bodyparser": "^4.2.1",
"koa-log4": "^2.3.0",
"koa-router": "^7.4.0",
"koa-static": "^4.0.3",
"lazyload": "^2.0.0-beta.2",
"log4js": "^2.8.0",
"md5": "^2.2.1",
"nuxt": "2.6.0",
"nuxt-custom-headers": "^2.0.0",
"qs": "^6.5.2",
"sha1": "^1.1.1",
"source-map-support": "^0.4.15",
"vue": "^2.5.16",
"vue-awesome-swiper": "^3.1.3",
"vue-lazyload": "^1.2.6",
"vue-ydui": "^1.2.2",
"weixin-js-sdk": "^1.2.0"
},
"devDependencies": {
"babel-core": "7.0.0-bridge.0",
"clipboard": "^2.0.1",
"dayjs": "^1.6.4",
"eslint": "^3.13.1",
"eslint-config-standard": "^10.2.1",
"eslint-loader": "^1.9.0",
"eslint-plugin-html": "^2.0.3",
"eslint-plugin-import": "^2.2.0",
"eslint-plugin-node": "^4.2.2",
"eslint-plugin-promise": "^3.4.0",
"eslint-plugin-standard": "^3.0.1",
"fingerprintjs2": "^1.8.1",
"less": "^3.0.4",
"less-loader": "^4.1.0",
"nodemon": "^1.18.9",
"scmp": "^2.0.0"
}
}