-
Notifications
You must be signed in to change notification settings - Fork 55
/
package.json
80 lines (80 loc) · 2.38 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
72
73
74
75
76
77
78
79
80
{
"name": "mwBlog",
"version": "0.0.1",
"description": "",
"main": "bundle.js",
"scripts": {
"test": "echo \\\"Error: no test specified\\\" && exit 1",
"start": "export NODE_ENV=\"dev\" ; gulp watch",
"clean": "export NODE_ENV=\"dev\" ; gulp clean",
"webpack": "export NODE_ENV=\"production\" ; gulp webpack",
"build": "export NODE_ENV=\"production\" ; gulp build",
"deploy": "export NODE_ENV=\"production\" ; gulp deploy",
"download-images": "export NODE_ENV=\"dev\" ; gulp download-images"
},
"dependencies": {
"clipboard-js": "^0.3.6",
"d3": "^3.5.17",
"eventemitter3": "^2.0.3",
"js-cookie": "^2.2.0",
"js-cookies": "^1.0.4",
"leaflet": "^1.2.0",
"riot-route": "^2.5.0",
"vue": "^1.0.28",
"vue-resource": "^0.7.0",
"vue-router": "^0.7.10",
"vue-simple-store": "^1.0.0",
"whatwg-fetch": "^1.1.1"
},
"devDependencies": {
"async": "^2.6.0",
"autoprefixer": "^6.7.7",
"babel-core": "^6.26.0",
"babel-eslint": "^6.0.4",
"babel-loader": "^6.4.1",
"babel-plugin-transform-runtime": "^6.23.0",
"babel-preset-es2015": "^6.24.1",
"babel-preset-react": "^6.24.1",
"babel-runtime": "^6.26.0",
"browser-sync": "^2.23.1",
"cheerio": "^0.20.0",
"concat": "^1.0.3",
"css-loader": "^0.23.1",
"csswring": "^4.0.0",
"eslint": "~2.2.0",
"eslint-loader": "^1.9.0",
"eslint-plugin-html": "^1.7.0",
"extract-text-webpack-plugin": "^1.0.1",
"file-loader": "^0.8.5",
"firebase": "^3.9.0",
"gulp": "^3.9.0",
"gulp-imagemin": "~2.4.0",
"gulp-jshint": "^2.1.0",
"gulp-load-plugins": "^1.5.0",
"gulp-notify": "^2.2.0",
"gulp-scss-lint": "^0.4.0",
"html-loader": "^0.4.5",
"html-webpack-plugin": "^2.30.1",
"jquery": "^2.1.4",
"jshint": "^2.9.5",
"jshint-loader": "^0.8.4",
"map-stream": "0.0.6",
"node-libs-browser": "^1.1.1",
"node-sass": "^3.13.1",
"postcss-loader": "^0.8.0",
"rimraf": "~2.5.0",
"run-sequence": "^1.2.1",
"sass-loader": "^3.1.2",
"source-map-loader": "^0.1.6",
"style-loader": "^0.13.2",
"url-loader": "^0.5.9",
"vinyl-ftp": "^0.6.1",
"vue-html-loader": "^1.2.4",
"vue-loader": "^8.7.0",
"vue-style-loader": "^1.0.0",
"webpack": "^1.15.0",
"webpack-dev-server": "^1.16.5",
"webpack-stream": "^3.2.0",
"webpack-subresource-integrity": "^1.1.0-rc.2"
}
}