-
-
Notifications
You must be signed in to change notification settings - Fork 2
/
package.json
44 lines (44 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
{
"name": "nadajniki",
"version": "1.0.0",
"description": "Map of polish radio stations.",
"private": true,
"scripts": {
"test": "make test"
},
"repository": {
"type": "git",
"url": "git+https://github.com/yasiupl/nadajniki.git"
},
"author": "yasiupl",
"license": "ISC",
"bugs": {
"url": "https://github.com/yasiupl/nadajniki/issues"
},
"homepage": "https://github.com/yasiupl/nadajniki#readme",
"devDependencies": {
"html-webpack-plugin": "^4.2.0",
"node-sass": "^4.14.1",
"sass-loader": "^8.0.2",
"webpack": "^4.42.1",
"webpack-cli": "^3.3.11",
"webpack-dev-server": "^3.11.0"
},
"dependencies": {
"@mapbox/mapbox-sdk": "^0.7.1",
"aws-sdk": "^2.656.0",
"css-loader": "^3.5.2",
"file-loader": "^4.3.0",
"mapbox-gl": "^1.11.0",
"materialize-css": "^1.0.0",
"mini-css-extract-plugin": "^0.8.2",
"request": "^2.88.2",
"style-loader": "^1.1.3",
"webpack-google-tag-manager-plugin": "^1.0.3",
"webpack-inject-plugin": "^1.5.4",
"webpack-pwa-manifest": "^4.2.0",
"workbox-webpack-plugin": "^4.3.1",
"xlsx-extractor": "^1.4.1",
"xml2js": "^0.4.23"
}
}