1
0
Fork 0
mirror of https://github.com/Findus23/RainbowRoad.git synced 2024-09-18 14:53:51 +02:00
RainbowRoad/package.json

38 lines
1,001 B
JSON
Raw Normal View History

2022-08-07 18:38:22 +02:00
{
"name": "rainbowroad",
"version": "1.0.0",
"description": "",
2024-01-26 23:31:57 +01:00
"type": "module",
2022-08-07 18:38:22 +02:00
"scripts": {
2024-04-06 23:40:31 +02:00
"fetch": "cd commands && tsx fetch.ts",
"stats": "cd commands && tsx stats.ts",
"archive": "cd commands && tsx archive_sources.ts",
2024-06-01 17:02:28 +02:00
"export": "cd commands && tsx export.ts",
2022-08-07 18:38:22 +02:00
"dev": "vite",
2024-06-01 17:02:28 +02:00
"build": "tsc --skipLibCheck && vite build && npm run export",
2022-08-07 21:12:54 +02:00
"preview": "vite preview",
2022-08-15 15:54:18 +02:00
"validate": "ajv validate -s data/schema.json -d data/Wien.json"
2022-08-07 18:38:22 +02:00
},
"devDependencies": {
2022-08-11 20:47:45 +02:00
"@types/micromodal": "^0.3.3",
2023-08-14 23:51:44 +02:00
"@types/node": "^20.5.0",
2022-08-11 20:47:45 +02:00
"sass": "^1.54.4",
2024-04-06 23:40:31 +02:00
"tsx": "^4.7.2",
2023-04-22 00:33:07 +02:00
"typescript": "^5.0.4",
2024-01-26 23:31:57 +01:00
"vite": "^5.0.0"
2022-08-07 18:38:22 +02:00
},
"dependencies": {
2022-08-07 21:12:54 +02:00
"ajv-cli": "^5.0.0",
2022-10-29 16:15:34 +02:00
"axios": "^1.1.3",
2023-04-22 00:33:07 +02:00
"chartist": "^1.3.0",
2024-01-26 23:31:57 +01:00
"hint.css": "^3.0.0",
2023-04-22 00:33:07 +02:00
"matomo-lite-tracker": "github:Findus23/MatomoLiteTracker",
2022-08-11 20:47:45 +02:00
"micromodal": "^0.4.10",
2022-08-15 15:54:18 +02:00
"navigo": "^8.11.1",
2022-08-07 18:38:22 +02:00
"node-fetch": "^3.2.10",
2024-08-10 14:55:22 +02:00
"ol": "^10.0.0"
2022-08-07 18:38:22 +02:00
},
"author": "",
"license": "ISC"
}