-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
43 lines (43 loc) · 1.29 KB
/
Copy pathpackage.json
File metadata and controls
43 lines (43 loc) · 1.29 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
{
"private": true,
"name": "soviet-placenames",
"type": "module",
"scripts": {
"dev": "vite --clearScreen false & node --import tsx script/build_data.ts && chokidar data/population \"*.yml\" script -c \"node --import tsx script/build_data.ts\" &",
"build": "node --import tsx script/build_data.ts --clean && vue-tsc --noEmit && vite build",
"preview": "vite preview",
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/fabon-f/soviet-placenames.git"
},
"author": "fabon",
"license": "MIT",
"bugs": {
"url": "https://github.com/fabon-f/soviet-placenames/issues"
},
"homepage": "https://github.com/fabon-f/soviet-placenames#readme",
"devDependencies": {
"@tsconfig/strictest": "^2.0.8",
"@types/leaflet": "^1.9.21",
"@types/node": "25.6.0",
"@vitejs/plugin-vue": "^6.0.6",
"better-typescript-lib": "^2.12.0",
"chokidar-cli": "^3.0.0",
"tensha": "^0.1.1",
"tsx": "^4.21.0",
"typescript": "5.9.3",
"valibot": "^1.3.1",
"vite": "^8.0.10",
"vue-tsc": "^3.2.7",
"yaml": "^2.8.3"
},
"dependencies": {
"@vue-leaflet/vue-leaflet": "^0.10.1",
"@vueuse/core": "^14.2.1",
"fuse.js": "^7.3.0",
"leaflet": "^1.9.4",
"vue": "^3.5.33"
}
}