2024-10-19 21:05:52 +02:00
|
|
|
{
|
2024-11-22 13:48:00 +01:00
|
|
|
"name": "TODO-template-web",
|
2024-10-19 21:05:52 +02:00
|
|
|
"private": true,
|
|
|
|
|
"version": "0.0.0",
|
|
|
|
|
"type": "module",
|
|
|
|
|
"scripts": {
|
2024-11-22 13:48:00 +01:00
|
|
|
"dev": "bunx --bun vite",
|
2024-10-19 21:05:52 +02:00
|
|
|
"build": "tsc -b && vite build",
|
|
|
|
|
"lint": "biome lint . && stylelint **/*.css",
|
|
|
|
|
"preview": "vite preview",
|
|
|
|
|
"test": "vitest"
|
|
|
|
|
},
|
|
|
|
|
"dependencies": {
|
2025-04-02 15:37:20 +02:00
|
|
|
"effect": "=3.14.5",
|
|
|
|
|
"react": "=19.1.0",
|
|
|
|
|
"react-dom": "=19.1.0",
|
|
|
|
|
"react-hook-form": "7.55.0",
|
|
|
|
|
"react-router-dom": "7.4.1",
|
2025-03-17 12:06:50 +01:00
|
|
|
"vite-plugin-top-level-await": "1.5.0"
|
2024-10-19 21:05:52 +02:00
|
|
|
},
|
|
|
|
|
"devDependencies": {
|
2025-03-17 12:06:50 +01:00
|
|
|
"@biomejs/biome": "1.9.4",
|
|
|
|
|
"@types/lodash": "4.17.16",
|
2025-04-02 15:37:20 +02:00
|
|
|
"@types/react": "19.1.0",
|
|
|
|
|
"@types/react-dom": "19.1.1",
|
2025-03-17 12:06:50 +01:00
|
|
|
"@vitejs/plugin-react": "4.3.4",
|
|
|
|
|
"meow": "13.2.0",
|
2025-04-02 15:37:20 +02:00
|
|
|
"stylelint": "16.17.0",
|
2025-03-17 12:06:50 +01:00
|
|
|
"stylelint-config-standard": "37.0.0",
|
|
|
|
|
"typescript": "5.8.2",
|
2025-04-02 15:37:20 +02:00
|
|
|
"typescript-eslint": "8.29.0",
|
|
|
|
|
"vite": "6.2.4",
|
|
|
|
|
"vite-plugin-checker": "0.9.1",
|
|
|
|
|
"vitest": "3.1.1"
|
2024-10-19 21:05:52 +02:00
|
|
|
}
|
|
|
|
|
}
|