-
Notifications
You must be signed in to change notification settings - Fork 4
/
Copy pathpackage.json
49 lines (49 loc) · 1.11 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
{
"name": "vue-express-framework",
"version": "0.0.0",
"private": true,
"scripts": {
"start": "node ./bin/www"
},
"dependencies": {
"body-parser": "^1.13.3",
"cookie-parser": "^1.3.5",
"crossroads": "^0.12.2",
"debug": "^2.2.0",
"express": "^4.13.4",
"hasher": "^1.2.0",
"hbs": "^3.1.1",
"less-middleware": "^1.0.4",
"lodash": "^4.15.0",
"morgan": "^1.6.1",
"serve-favicon": "^2.3.0"
},
"browserify-shim": {
"vue": "global:Vue"
},
"browserify": {
"transform": [
"browserify-shim"
]
},
"devDependencies": {
"babelify": "^6.4.0",
"browserify": "^12.0.1",
"browserify-shim": "^3.8.11",
"gulp": "^3.9.0",
"gulp-autoprefixer": "^3.1.0",
"gulp-clean-css": "^2.0.12",
"gulp-concat": "^2.6.0",
"gulp-less": "^3.1.0",
"gulp-livereload": "^3.8.1",
"gulp-nodemon": "^2.0.6",
"gulp-rename": "^1.2.2",
"gulp-sourcemaps": "^1.6.0",
"gulp-uglify": "^1.5.1",
"less": "^2.7.1",
"node-notifier": "^4.4.0",
"partialify": "^3.1.5",
"vinyl-buffer": "^1.0.0",
"vinyl-source-stream": "^1.1.0"
}
}