-
Notifications
You must be signed in to change notification settings - Fork 5
/
Copy pathpackage.json
45 lines (45 loc) · 1.15 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
{
"name": "luft",
"version": "1.0.0",
"description": "Show pollution data",
"main": "index.js",
"scripts": {
"dev-server": "encore dev-server",
"dev": "encore dev",
"watch": "encore dev --watch",
"build": "encore production --progress"
},
"repository": {
"type": "git",
"url": "https://github.com/calderacc/luft"
},
"keywords": [],
"author": "Malte Hübner <maltehuebner@gmx.org>",
"license": "ISC",
"bugs": {
"url": "https://github.com/calderacc/luft/issues"
},
"homepage": "https://github.com/calderacc/luft",
"dependencies": {
"@popperjs/core": "^2.11.6",
"bloodhound-js": "^1.2.3",
"bootstrap": "^5.0",
"chart.js": "^2.9.4",
"corejs-typeahead": "^1.3.1",
"datatables.net-bs4": "^1.10.19",
"font-awesome": "^4.7.0",
"handlebars": "^4.7.7",
"leaflet": "^1.0",
"leaflet-extra-markers": "^1.0.6"
},
"devDependencies": {
"@symfony/webpack-encore": "^1.7.0",
"core-js": "^3.0.0",
"file-loader": "^6.2.0",
"fs": "^0.0.1-security",
"regenerator-runtime": "^0.13.2",
"sass": "^1.57.1",
"sass-loader": "^12.0.0",
"webpack-notifier": "^1.6.0"
}
}