-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
37 lines (37 loc) · 919 Bytes
/
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
{
"name": "chart-viewer",
"version": "1.0.0",
"private": true,
"scripts": {
"build": "gulp build",
"build-dev": "gulp default"
},
"dependencies": {
"angular": "^1.5.0",
"babel-core": "^6.7.2",
"babel-loader": "^6.2.4",
"babel-preset-es2015": "^6.3.13",
"bluebird": "^2.9.34",
"browser-sync": "^1.9.1",
"event-stream": "3.3.4",
"gulp": "^3.8.11",
"gulp-clean": "^0.3.1",
"gulp-concat": "^2.4.3",
"gulp-if": "^1.2.5",
"gulp-imagemin": "^1.2.1",
"gulp-minify-css": "^0.3.13",
"gulp-rev": "^6.0.1",
"gulp-sourcemaps": "^1.5.2",
"gulp-stylus": "^1.3.7",
"gulp-uglify": "^2.0.0",
"gulp-util": "^3.0.6",
"gulp-wait": "0.0.2",
"highcharts": "^5.0.4",
"instantclick2": "^1.1.0",
"ng-annotate-loader": "^0.1.0",
"nib": "^1.1.0",
"stylus": "^0.52.4",
"through2": "^2.0.0",
"webpack-stream": "^3.1.0"
}
}