-
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.07 KB
/
package.json
File metadata and controls
43 lines (43 loc) · 1.07 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
{
"name": "rainbowroad",
"version": "1.0.0",
"description": "",
"type": "module",
"scripts": {
"fetch": "cd commands && tsx fetch.ts",
"stats": "cd commands && tsx stats.ts",
"archive": "cd commands && tsx archive_sources.ts",
"export": "cd commands && tsx export.ts",
"dev": "vite",
"build": "tsc --skipLibCheck && vite build && pnpm run export",
"preview": "vite preview",
"validate": "ajv validate -s data/schema.json -d data/Wien.json"
},
"devDependencies": {
"@types/micromodal": "^0.3.5",
"@types/node": "^22.18.12",
"sass": "^1.93.2",
"tsx": "^4.20.6",
"typescript": "^5.9.3",
"vite": "^7.1.12"
},
"dependencies": {
"ajv-cli": "^5.0.0",
"axios": "^1.12.2",
"chartist": "^1.5.0",
"hint.css": "^3.0.0",
"matomo-lite-tracker": "github:Findus23/MatomoLiteTracker",
"micromodal": "^0.6.1",
"navigo": "^8.11.1",
"node-fetch": "^3.3.2",
"ol": "^10.6.1"
},
"author": "",
"license": "ISC",
"pnpm": {
"onlyBuiltDependencies": [
"@parcel/watcher",
"esbuild"
]
}
}