2024-04-27 10:40:14 +02:00
|
|
|
{
|
|
|
|
|
"name": "tuono",
|
|
|
|
|
"version": "0.1.0",
|
|
|
|
|
"description": "",
|
|
|
|
|
"main": "index.js",
|
|
|
|
|
"packageManager": "pnpm@8.12.1",
|
|
|
|
|
"scripts": {
|
2024-04-27 14:00:17 +02:00
|
|
|
"lint": "turbo lint",
|
2024-05-01 19:30:45 +02:00
|
|
|
"format": "turbo format",
|
|
|
|
|
"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-04-27 14:00:17 +02:00
|
|
|
"@types/node": "^20.12.7",
|
2024-04-27 19:08:23 +02:00
|
|
|
"@typescript-eslint/eslint-plugin": "^7.7.1",
|
|
|
|
|
"@typescript-eslint/parser": "^7.7.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",
|
|
|
|
|
"typescript": "^5.4.5"
|
2024-04-27 10:40:14 +02:00
|
|
|
}
|
|
|
|
|
}
|