-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
88 lines (88 loc) · 2.42 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
81
82
83
84
85
86
87
88
{
"name": "vue-twitter-stream-app",
"version": "0.1.10",
"description": "A Twitter live stream visualization using Vue.js and Highcharts.",
"main": "server/index.js",
"scripts": {
"start": "node server",
"heroku-postbuild": "npm prune --production",
"upload-bluemix": ""
},
"engines": {
"node": ">=4.6 <7"
},
"author": "Fabian Pirklbauer <hi@fabiandev.io>",
"contributors": [
"Sascha Zarhuber"
],
"license": "MIT",
"dependencies": {
"app-root-dir": "^1.0.2",
"bluebird": "^3.5.1",
"body-parser": "^1.15.0",
"compression": "^1.6.1",
"connect-history-api-fallback": "^1.3.0",
"errorhandler": "^1.4.3",
"express": "^4.13.4",
"feed": "^1.1.0",
"file-system": "^2.2.2",
"gulp": "^3.9.1",
"gulp-clean-css": "^2.0.13",
"gulp-connect": "^5.0.0",
"gulp-less": "^3.3.0",
"gulp-rename": "^1.2.2",
"json2csv": "^3.11.5",
"lodash": "^4.17.4",
"method-override": "^2.3.5",
"newrelic": "^1.28.3",
"node-env-file": "^0.1.8",
"redis": "^2.8.0",
"run-sequence": "^1.2.2",
"socket.io": "^1.5.1",
"twit": "^2.2.5",
"v-infinite-scroll": "^1.0.4",
"vue-timeline": "^0.1.0",
"watson-developer-cloud": "^2.39.0",
"webpack": "^1.13.3",
"webpack-stream": "^3.2.0",
"worker-loader": "^0.7.1"
},
"devDependencies": {
"add": "^2.0.6",
"animate.css": "^3.5.2",
"babel": "^5.8.23",
"babel-core": "^6.18.2",
"babel-loader": "^6.2.8",
"babel-plugin-transform-runtime": "^6.15.0",
"babel-preset-es2015": "^6.18.0",
"babel-preset-stage-2": "^6.24.1",
"babel-runtime": "^6.18.0",
"connect-history-api-fallback": "^1.3.0",
"core-js": "^2.4.1",
"css-animator": "^1.2.5",
"css-loader": "^0.26.1",
"del": "^2.2.2",
"flat-color-icons": "^1.0.0",
"gulp": "^3.9.1",
"gulp-clean-css": "^2.0.13",
"gulp-connect": "^5.0.0",
"gulp-less": "^3.3.0",
"gulp-rename": "^1.2.2",
"highcharts": "^5.0.6",
"highcharts-more": "^0.1.2",
"material-design-icons": "^3.0.1",
"materialize-css": "^0.97.8",
"normalize.css": "^5.0.0",
"run-sequence": "^1.2.2",
"socket.io-client": "^1.7.1",
"vue": "^2.1.4",
"vue-loader": "^10.0.2",
"vue-materialize": "^1.0.0",
"vue-resource": "^1.0.3",
"vue-router": "^2.1.1",
"vue-template-compiler": "^2.1.4",
"webpack": "^1.13.3",
"webpack-stream": "^3.2.0",
"worker-loader": "^0.7.1"
}
}