2024-04-27 10:40:14 +02:00
|
|
|
{
|
|
|
|
|
"name": "tuono",
|
2024-06-15 14:28:21 +02:00
|
|
|
"version": "0.1.3",
|
2024-04-27 10:40:14 +02:00
|
|
|
"description": "",
|
2024-05-11 15:08:49 +02:00
|
|
|
"main": "src/index.js",
|
2024-06-09 16:42:13 +02:00
|
|
|
"packageManager": "pnpm@9.1.1",
|
2024-04-27 10:40:14 +02:00
|
|
|
"scripts": {
|
2024-05-11 15:08:49 +02:00
|
|
|
"dev": "turbo dev",
|
2024-05-01 19:54:16 +02:00
|
|
|
"build": "turbo build",
|
2024-04-27 14:00:17 +02:00
|
|
|
"lint": "turbo lint",
|
2024-05-01 19:30:45 +02:00
|
|
|
"format": "turbo format",
|
2024-05-02 18:53:53 +02:00
|
|
|
"test": "turbo test"
|
2024-04-27 10:40:14 +02:00
|
|
|
},
|
|
|
|
|
"keywords": [],
|
2024-04-28 10:46:45 +02:00
|
|
|
"type": "module",
|
2024-04-27 10:40:14 +02:00
|
|
|
"author": "",
|
|
|
|
|
"license": "MIT",
|
|
|
|
|
"devDependencies": {
|
2024-05-02 18:53:53 +02:00
|
|
|
"@tanstack/config": "^0.7.0",
|
2024-04-27 14:00:17 +02:00
|
|
|
"@types/node": "^20.12.7",
|
2024-05-11 15:08:49 +02:00
|
|
|
"@types/react": "^18.3.1",
|
2024-04-27 19:08:23 +02:00
|
|
|
"@typescript-eslint/eslint-plugin": "^7.7.1",
|
|
|
|
|
"@typescript-eslint/parser": "^7.7.1",
|
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": "^4.6.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",
|
2024-05-02 18:53:53 +02:00
|
|
|
"vitest": "^1.5.2"
|
2024-06-09 16:42:13 +02:00
|
|
|
},
|
|
|
|
|
"dependencies": {
|
|
|
|
|
"turbo": "^2.0.3"
|
2024-04-27 10:40:14 +02:00
|
|
|
}
|
|
|
|
|
}
|