1
0
Fork 0
mirror of https://github.com/Findus23/RainbowRoad.git synced 2024-09-19 16:03:52 +02:00
RainbowRoad/package.json

37 lines
953 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": {
"fetch": "cd commands && ts-node fetch.ts",
2022-08-07 21:55:50 +02:00
"stats": "cd commands && ts-node stats.ts",
2023-05-08 18:41:40 +02:00
"archive": "cd commands && ts-node archive_sources.ts",
2022-08-07 18:38:22 +02:00
"dev": "vite",
"build": "tsc --skipLibCheck && vite build",
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",
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",
2023-09-30 22:05:22 +02:00
"ol": "^8.0.0",
2022-08-07 18:38:22 +02:00
"ts-node": "^10.9.1"
},
"author": "",
"license": "ISC"
}