Files
tuono/package.json
T

44 lines
1.2 KiB
JSON
Raw Normal View History

2024-04-27 10:40:14 +02:00
{
2024-06-20 20:00:13 +02:00
"name": "workspace",
2024-11-03 21:09:32 +01:00
"packageManager": "pnpm@9.12.3+sha256.24235772cc4ac82a62627cd47f834c72667a2ce87799a846ec4e8e555e2d4b8b",
2024-04-27 10:40:14 +02:00
"scripts": {
2024-08-11 18:19:38 +02:00
"dev": "turbo watch dev",
2024-07-13 12:09:56 +02:00
"build": "turbo build --filter tuono",
"lint": "turbo lint",
"format": "turbo format",
"format:check": "turbo format:check",
2024-07-13 12:09:56 +02:00
"types": "turbo types --filter tuono",
2024-07-22 07:59:43 +02:00
"test": "turbo test",
"test:watch": "turbo test:watch"
2024-04-27 10:40:14 +02:00
},
2024-06-20 20:00:13 +02:00
"workspaces": [
"tuono",
"tuono-lazy-fn-vite-plugin",
"tuono-fs-router-vite-plugin",
"tuono-router"
2024-06-20 20:00:13 +02:00
],
"author": "Valerio Ageno",
2024-04-27 10:40:14 +02:00
"license": "MIT",
"devDependencies": {
"@tanstack/config": "^0.7.0",
"@types/node": "^22.0.0",
2024-05-11 15:08:49 +02:00
"@types/react": "^18.3.1",
"@typescript-eslint/eslint-plugin": "^8.0.0",
"@typescript-eslint/parser": "^8.0.0",
2024-05-02 18:53:53 +02:00
"@vitejs/plugin-react": "^4.2.1",
2024-04-27 10:40:14 +02:00
"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": "^5.0.0",
2024-04-27 19:08:23 +02:00
"prettier": "^3.2.4",
2024-05-02 18:53:53 +02:00
"typescript": "^5.4.5",
2024-05-11 15:08:49 +02:00
"vite": "^5.2.11",
"vitest": "^2.0.0"
2024-06-09 16:42:13 +02:00
},
"dependencies": {
"turbo": "^2.0.12"
2024-04-27 10:40:14 +02:00
}
}