forked from okoala/vue-fis3
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
71 lines (71 loc) · 2.17 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
{
"name": "fis3-vue",
"version": "1.0.0",
"author": "Koala Huang <dapixp@gmail.com>",
"license": "MIT",
"description": "fis3 & vue",
"keywords": [
"mvvm",
"browser",
"cms"
],
"main": "server/index.js",
"repository": {
"type": "git",
"url": "https://github.com/okoala/fis3-vue.git"
},
"bugs": "https://github.com/okoala/fis3-vue/issues",
"scripts": {
"pre": "gulp --gulpfile build/gulp/tasks/preinstall.js preinstall",
"dev": "gulp --gulpfile build/gulp/tasks/dev.js dev",
"debug": "gulp --gulpfile build/gulp/tasks/dev.js debug",
"webpack": "gulp --gulpfile build/gulp/tasks/dev.js webpack",
"clean": "rm -rf ~/.fis3-tmp/cache",
"fis3-debug": "gulp --gulpfile build/gulp/tasks/dev.js fis3-debug",
"profiler": "gulp --gulpfile build/gulp/tasks/profiler.js server-profiler",
"start": "npm install && pm2 startOrReload ./config/config.json --env production",
"setup": "pm2 deploy ./config/config.json production setup",
"deploy": "pm2 deploy ./config/config.json production update",
"revert": "pm2 deploy ./config/config.json production revert",
"list": "pm2 deploy ./config/config.json production list"
},
"dependencies": {
"compression": "^1.6.1",
"errorhandler": "^1.4.3",
"express": "^4.13.4",
"express-session": "^1.13.0",
"fis-parser-vue": "0.0.7",
"http-proxy": "^1.13.2",
"lodash": "^4.6.1",
"lusca": "^1.3.0",
"snabbt.js": "^0.6.4",
"swig": "^1.4.2",
"vue": "^1.0.17",
"vue-resource": "^0.7.0",
"vue-router": "^0.7.11"
},
"devDependencies": {
"babel-eslint": "^5.0.0",
"eslint": "^2.3.0",
"fis-optimizer-clean-css": "0.0.12",
"fis-optimizer-html-minifier": "0.0.9",
"fis-optimizer-uglify-js": "^0.1.14",
"fis-parser-babel2": "^1.0.0",
"fis-parser-sass3": "0.0.7",
"fis3-hook-module": "^1.2.2",
"fis3-parser-vue": "^0.1.0",
"gulp": "^3.9.1",
"gulp-clean": "^0.3.2",
"gulp-csscomb": "^3.0.6",
"gulp-shell": "^0.5.2",
"node-libs-browser": "^1.0.0",
"vue-hot-reload-api": "^1.3.2",
"webpack": "^1.12.14"
},
"components": [
"vue",
"vue-resource",
"vue-router",
"vueify-insert-css"
]
}