-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
46 lines (46 loc) · 1.19 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
{
"name": "migration-control-client",
"version": "1.2.0",
"description": "Client application for the taz project",
"repository": {
"type": "git",
"url": "git+https://github.com/gustavpursche/migration-control-client.git"
},
"scripts": {
"gulp": "gulp",
"build": "gulp",
"watch": "gulp watch"
},
"author": "Gustav Pursche <[email protected]>",
"license": "GPL-3.0",
"devDependencies": {
"babel-core": "^6.24.1",
"babel-loader": "^7.0.0",
"babel-plugin-transform-runtime": "^6.23.0",
"babel-preset-es2015": "^6.24.1",
"gulp": "^3.9.1",
"gulp-autoprefixer": "^4.0.0",
"gulp-concat": "^2.6.1",
"gulp-cssnano": "^2.1.2",
"gulp-if": "^2.0.2",
"gulp-imagemin": "^3.3.0",
"gulp-replace": "^0.5.4",
"gulp-sass": "^3.0.0",
"gulp-svg-sprite": "^1.3.7",
"gulp-svgmin": "^1.2.4",
"gulp-uglify": "^3.0.0",
"merge-stream": "^1.0.1",
"webpack": "^2.6.1",
"webpack-stream": "^3.2.0"
},
"dependencies": {
"backbone": "^1.3.3",
"bootstrap-slider": "^9.7.3",
"c3": "^0.4.11",
"jquery": "^3.2.1",
"leaflet": "^1.0.2",
"limax": "1.4.1",
"sanitize.css": "^5.0.0",
"webfontloader": "^1.6.27"
}
}