nextgraph-test/packages/web/package.json

37 lines
920 B
JSON
Raw Normal View History

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-03-17 12:06:50 +01:00
"effect": "3.13.11",
"react": "19.0.0",
"react-dom": "19.0.0",
"react-hook-form": "7.54.2",
"react-router-dom": "7.3.0",
"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",
"@types/react": "19.0.10",
"@types/react-dom": "19.0.4",
"@vitejs/plugin-react": "4.3.4",
"meow": "13.2.0",
"stylelint": "16.16.0",
"stylelint-config-standard": "37.0.0",
"typescript": "5.8.2",
"typescript-eslint": "8.26.1",
"vite": "6.2.2",
"vite-plugin-checker": "0.9.0",
"vitest": "3.0.8"
2024-10-19 21:05:52 +02:00
}
}