forked from MontageD/nuxt-maopingshou
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
executable file
Β·62 lines (62 loc) Β· 1.72 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
{
"name": "nuxjs",
"version": "1.0.0",
"description": "Nuxt.js project",
"author": "ε
³εΎ·ε
΄ <[email protected]>",
"private": true,
"scripts": {
"dev": "node server.js",
"build": "nuxt build",
"start": "nuxt start",
"generate": "nuxt generate",
"lint": "eslint --ext .js,.vue --ignore-path .gitignore .",
"precommit": "npm run lint"
},
"dependencies": {
"aframe": "^0.7.1",
"autosize": "^4.0.0",
"axios": "^0.17.0",
"better-scroll": "^1.8.3",
"body-parser": "^1.17.2",
"browserify": "^14.5.0",
"cross-env": "^5.0.1",
"express": "^4.15.3",
"express-session": "^1.15.3",
"external": "^1.0.0",
"lodash": "^4.17.4",
"material-design-icons": "^3.0.1",
"mysql": "^2.15.0",
"node-sass": "^4.7.1",
"nuxt": "^1.0.0-rc11",
"sass": "^1.0.0-beta.3",
"sass-loader": "^6.0.6",
"silly-datetime": "^0.1.2",
"source-map-support": "^0.4.15",
"stylus": "^0.54.5",
"stylus-loader": "^3.0.1",
"vue-awesome-swiper": "^3.1.0",
"vue-cookie": "^1.1.4",
"vue-directive-touch": "^1.0.10",
"vue-fancybox": "^1.0.3",
"vue-lazyload": "^1.1.4",
"vue-social-share": "0.0.3",
"vue-style-loader": "^3.0.3",
"vue-swiper": "^0.5.0",
"vue-touch": "^1.1.0",
"vue2-better-scroll": "^1.0.6",
"vue2-touch-events": "^1.0.0"
},
"devDependencies": {
"babel-eslint": "^7.2.3",
"backpack-core": "^0.4.1",
"eslint": "^4.3.0",
"eslint-config-standard": "^10.2.1",
"eslint-loader": "^1.9.0",
"eslint-plugin-html": "^3.1.1",
"eslint-plugin-import": "^2.7.0",
"eslint-plugin-node": "^5.1.1",
"eslint-plugin-promise": "^3.5.0",
"eslint-plugin-standard": "^3.0.1",
"vue-loader": "^13.7.2"
}
}