nextgraph-test/packages/web/package.json

37 lines
934 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": {
2024-11-22 13:48:00 +01:00
"effect": "=3.10.14",
2024-10-19 21:05:52 +02:00
"react": "=18.3.1",
"react-dom": "=18.3.1",
2024-11-22 13:48:00 +01:00
"react-hook-form": "=7.53.0",
"react-router-dom": "=6.26.2",
"vite-plugin-top-level-await": "=1.4.4"
2024-10-19 21:05:52 +02:00
},
"devDependencies": {
"@biomejs/biome": "=1.9.2",
2024-11-22 13:48:00 +01:00
"@types/lodash": "4.17.12",
2024-10-19 21:05:52 +02:00
"@types/react": "=18.3.8",
"@types/react-dom": "=18.3.0",
"@vitejs/plugin-react": "=4.3.1",
"meow": "=9.0.0",
"stylelint": "=16.9.0",
"stylelint-config-standard": "=36.0.1",
"typescript": "=5.6.2",
"typescript-eslint": "=8.6.0",
"vite": "=5.4.6",
"vite-plugin-checker": "=0.8.0",
"vitest": "2.1.1"
}
}