nextgraph-test/packages/web/package.json
2024-11-22 13:48:00 +01:00

36 lines
934 B
JSON

{
"name": "TODO-template-web",
"private": true,
"version": "0.0.0",
"type": "module",
"scripts": {
"dev": "bunx --bun vite",
"build": "tsc -b && vite build",
"lint": "biome lint . && stylelint **/*.css",
"preview": "vite preview",
"test": "vitest"
},
"dependencies": {
"effect": "=3.10.14",
"react": "=18.3.1",
"react-dom": "=18.3.1",
"react-hook-form": "=7.53.0",
"react-router-dom": "=6.26.2",
"vite-plugin-top-level-await": "=1.4.4"
},
"devDependencies": {
"@biomejs/biome": "=1.9.2",
"@types/lodash": "4.17.12",
"@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"
}
}