mirror of
https://github.com/tuono-labs/tuono
synced 2026-07-25 12:52:47 -07:00
44 lines
1.1 KiB
JSON
44 lines
1.1 KiB
JSON
{
|
|
"name": "workspace",
|
|
"packageManager": "pnpm@9.1.1",
|
|
"scripts": {
|
|
"dev": "turbo watch dev",
|
|
"build": "turbo build --filter tuono",
|
|
"lint": "turbo lint",
|
|
"format": "turbo format",
|
|
"format:check": "turbo format:check",
|
|
"types": "turbo types --filter tuono",
|
|
"test": "turbo test",
|
|
"test:watch": "turbo test:watch"
|
|
},
|
|
"workspaces": [
|
|
"tuono",
|
|
"tuono-lazy-fn-vite-plugin",
|
|
"tuono-fs-router-vite-plugin",
|
|
"tuono-router"
|
|
],
|
|
"author": "Valerio Ageno",
|
|
"license": "MIT",
|
|
"devDependencies": {
|
|
"@tanstack/config": "^0.7.0",
|
|
"@types/node": "^20.12.7",
|
|
"@types/react": "^18.3.1",
|
|
"@typescript-eslint/eslint-plugin": "^7.7.1",
|
|
"@typescript-eslint/parser": "^7.7.1",
|
|
"@vitejs/plugin-react": "^4.2.1",
|
|
"eslint": "^8.56.0",
|
|
"eslint-config-prettier": "^9.1.0",
|
|
"eslint-import-resolver-typescript": "^3.6.1",
|
|
"eslint-plugin-import": "^2.29.1",
|
|
"eslint-plugin-react": "^7.33.2",
|
|
"eslint-plugin-react-hooks": "^4.6.0",
|
|
"prettier": "^3.2.4",
|
|
"typescript": "^5.4.5",
|
|
"vite": "^5.2.11",
|
|
"vitest": "^1.5.2"
|
|
},
|
|
"dependencies": {
|
|
"turbo": "^2.0.12"
|
|
}
|
|
}
|