-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathpackage.json
More file actions
62 lines (62 loc) · 1.93 KB
/
package.json
File metadata and controls
62 lines (62 loc) · 1.93 KB
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
54
55
56
57
58
59
60
61
62
{
"name": "map",
"version": "0.0.1",
"description": "",
"main": "src/main.ts",
"scripts": {
"format": "prettier --write src/*.ts src/**/*.ts",
"format:check": "prettier --check src/*.ts src/**/*.ts",
"lint": "eslint src/*.ts src/**/*.ts",
"test": "vitest run"
},
"repository": {
"type": "git",
"url": "git+https://github.com/flopp/map.git"
},
"author": "Florian Pigorsch <mail@florian-pigorsch.de>",
"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",
"feather-icons": "^4.29.0",
"geographiclib-geodesic": "^2.0.0",
"i18next": "^26.0.6",
"i18next-browser-languagedetector": "^8.2.1",
"leaflet": "^1.9.3",
"sortablejs": "^1.15.0"
},
"devDependencies": {
"@alienfast/i18next-loader": "^2.0.2",
"@cspell/dict-de-de": "^4.1.2",
"@eslint/js": "^9.39.4",
"@types/leaflet": "^1.9.0",
"@types/node": "^25.6.0",
"@types/sortablejs": "^1.15.0",
"@types/webpack": "^5.28.0",
"clean-webpack-plugin": "^4.0.0",
"copy-webpack-plugin": "^14.0.0",
"cspell": "^10.0.0",
"css-loader": "^7.1.4",
"eslint": "^9.39.4",
"eslint-config-prettier": "^10.1.8",
"file-loader": "^6.2.0",
"globals": "^17.5.0",
"html-webpack-plugin": "^5.5.0",
"mini-css-extract-plugin": "^2.7.2",
"prettier": "^3.8.3",
"sass": "^1.62.1",
"sass-loader": "^16.0.7",
"style-loader": "^4.0.0",
"ts-loader": "^9.5.7",
"typescript": "^6.0.3",
"typescript-eslint": "^8.59.0",
"vitest": "^3.2.4",
"webpack": "^5.75.0",
"webpack-cli": "^7.0.2",
"webpack-dev-server": "^5.2.3"
}
}