forked from github1586/nuxt-bnhcp
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
51 lines (51 loc) · 1.34 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": "bnhcp",
"version": "1.0.0",
"description": "Nuxt.js project",
"author": "guanbobo1 <[email protected]>",
"private": true,
"dependencies": {
"autocannon": "^0.16.5",
"axios": "0.16.2",
"backpack-core": "0.3.0",
"cross-env": "5.0.1",
"eslint-plugin-import": "2.3.0",
"eslint-plugin-node": "5.0.0",
"express": "4.15.3",
"fs": "0.0.1-security",
"mysql": "2.13.0",
"nuxt": "v1.0.0-alpha.4",
"redis": "^2.8.0",
"socket.io": "^2.0.3",
"socket.io-client": "^2.0.3",
"source-map-support": "0.4.15",
"vue-carousel": "0.6.4",
"vue-slide": "1.1.1",
"vue-socket.io": "^2.1.1-a"
},
"scripts": {
"dev": "backpack dev",
"build": "nuxt build",
"start": "nuxt start",
"generate": "nuxt generate",
"lint": "eslint --ext .js,.vue --ignore-path .gitignore .",
"precommit": "npm run lint"
},
"devDependencies": {
"babel-eslint": "7.1.1",
"body-parser": "1.17.2",
"coffee-loader": "0.7.3",
"coffee-script": "1.12.6",
"eslint": "3.15.0",
"eslint-config-standard": "6.2.1",
"eslint-loader": "1.6.1",
"eslint-plugin-html": "2.0.0",
"eslint-plugin-promise": "3.4.1",
"eslint-plugin-standard": "2.0.1",
"node-sass": "4.5.3",
"pug": "2.0.0-beta6",
"pug-loader": "2.3.0",
"sass-loader": "6.0.5",
"vue-slide": "1.1.1"
}
}