-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
44 lines (44 loc) · 1.35 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
{
"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": "rimraf \"data/*.json\" dist && node --import tsx script/build_data.ts && 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.5",
"@types/js-yaml": "^4.0.9",
"@types/leaflet": "^1.9.15",
"@types/node": "22.10.2",
"@vitejs/plugin-vue": "^5.2.1",
"better-typescript-lib": "^2.10.0",
"chokidar-cli": "^3.0.0",
"js-yaml": "^4.1.0",
"rimraf": "^6.0.1",
"tensha": "^0.1.1",
"tsx": "^4.19.2",
"typescript": "5.6.3",
"vite": "^6.0.3",
"vue-tsc": "^2.1.10"
},
"dependencies": {
"@vue-leaflet/vue-leaflet": "^0.10.1",
"@vueuse/core": "^12.0.0",
"fuse.js": "^7.0.0",
"leaflet": "^1.9.4",
"vue": "^3.5.13"
}
}