-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
53 lines (53 loc) · 1.59 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
47
48
49
50
51
52
53
{
"name": "map",
"version": "0.0.1",
"description": "",
"main": "src/main.ts",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/flopp/map.git"
},
"author": "Florian Pigorsch <[email protected]>",
"license": "MIT",
"bugs": {
"url": "https://github.com/flopp/map/issues"
},
"homepage": "https://github.com/flopp/map#readme",
"dependencies": {
"bulma": "^0.9.4",
"clipboard": "^2.0.11",
"css-loader": "^6.7.3",
"feather-icons": "^4.29.0",
"geographiclib-geodesic": "^2.0.0",
"i18next": "^22.4.6",
"i18next-browser-languagedetector": "^7.0.1",
"leaflet": "^1.9.3",
"sortablejs": "^1.15.0"
},
"devDependencies": {
"@alienfast/i18next-loader": "^2.0.1",
"@cspell/dict-de-de": "^3.1.0",
"@types/leaflet": "^1.9.0",
"@types/node": "^18.11.17",
"@types/sortablejs": "^1.15.0",
"@types/webpack": "^5.28.0",
"clean-webpack-plugin": "^4.0.0",
"copy-webpack-plugin": "^11.0.0",
"cspell": "^6.18.0",
"file-loader": "^6.2.0",
"html-webpack-plugin": "^5.5.0",
"mini-css-extract-plugin": "^2.7.2",
"sass": "^1.62.1",
"sass-loader": "^13.2.0",
"style-loader": "^3.3.1",
"ts-loader": "^9.4.2",
"tslint": "^6.1.3",
"typescript": "^4.9.4",
"webpack": "^5.75.0",
"webpack-cli": "^5.0.1",
"webpack-dev-server": "^4.11.1"
}
}