mirror of
https://github.com/Findus23/RainbowRoad.git
synced 2024-09-07 02:03:52 +02:00
37 lines
1,000 B
JSON
37 lines
1,000 B
JSON
{
|
|
"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 && npm run export",
|
|
"preview": "vite preview",
|
|
"validate": "ajv validate -s data/schema.json -d data/Wien.json"
|
|
},
|
|
"devDependencies": {
|
|
"@types/micromodal": "^0.3.3",
|
|
"@types/node": "^20.5.0",
|
|
"sass": "^1.54.4",
|
|
"tsx": "^4.7.2",
|
|
"typescript": "^5.0.4",
|
|
"vite": "^5.0.0"
|
|
},
|
|
"dependencies": {
|
|
"ajv-cli": "^5.0.0",
|
|
"axios": "^1.1.3",
|
|
"chartist": "^1.3.0",
|
|
"hint.css": "^3.0.0",
|
|
"matomo-lite-tracker": "github:Findus23/MatomoLiteTracker",
|
|
"micromodal": "^0.4.10",
|
|
"navigo": "^8.11.1",
|
|
"node-fetch": "^3.2.10",
|
|
"ol": "^9.0.0"
|
|
},
|
|
"author": "",
|
|
"license": "ISC"
|
|
}
|