forked from trekawek/air-quality-info
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
36 lines (36 loc) · 901 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
{
"name": "aqi",
"version": "1.0.0",
"main": "index.js",
"license": "MIT",
"dependencies": {
"@coreui/coreui": "^2.1.12",
"@coreui/icons": "^0.3.0",
"bootstrap": "^4.3.1",
"bootswatch": "^4.3.1",
"chalk": "^2.4.2",
"chart.js": "^2.9.4",
"chartjs-plugin-annotation": "^0.5.7",
"flag-icon-css": "^3.3.0",
"font-awesome": "^4.7.0",
"jquery": "^3.5.0",
"location-picker": "^1.1.1",
"moment": "^2.24.0",
"moment-timezone": "^0.5.26",
"popper.js": "^1.15.0",
"simple-line-icons": "^2.4.1",
"smartmenus": "^1.1.0",
"weathericons": "^2.1.0"
},
"devDependencies": {
"gulp": "^4.0.2",
"gulp-clean-css": "^4.2.0",
"gulp-concat": "^2.6.1",
"gulp-rename": "^1.4.0",
"gulp-replace": "^1.0.0",
"gulp-terser": "^1.2.0",
"gulp-uglify": "^3.0.2",
"merge-stream": "^1.0.1",
"penthouse": "^2.2.0"
}
}