forked from opendata-stuttgart/devices.sensor.community
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
40 lines (40 loc) · 977 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
38
39
40
{
"name": "flask-boilerplate",
"version": "0.1.0",
"description": "",
"main": "index.js",
"scripts": {
"build": "gulp sass js",
"start": "gulp watch"
},
"author": "Ernesto Ruge",
"license": "BSD-3-Clause",
"devDependencies": {
"bootstrap": "~4.1.3",
"bootstrap-multiselect": "~0.9",
"browser-sync": "^2.13.0",
"del": "^2.2.0",
"es6-promise": "~4",
"font-awesome": "~4",
"gulp": "~3.9.1",
"gulp-browser": "^2.1.4",
"gulp-concat": "^2.6.0",
"gulp-cssnano": "^2.1.2",
"gulp-google-webfonts": "~0",
"gulp-plumber": "~1",
"gulp-rename": "^1.2.2",
"gulp-replace": "~0.5",
"gulp-rimraf": "^0.2.0",
"gulp-sass": "^4.0.2",
"gulp-size": "^2.1.0",
"gulp-uglify": "^1.5.3",
"gulp-watch": "^4.3.6",
"jquery": "~3",
"leaflet": "^1.4.0",
"merge2": "^1.0.2",
"node-sass-tilde-importer": "^1.0.2",
"normalize.css": "~5",
"reactify": "^1.1.1",
"tether": "~1"
}
}