code-review-fix task 13.1: move @types packages from dependencies to devDependencies
This commit is contained in:
parent
576375b135
commit
6c5f04fc36
1 changed files with 5 additions and 5 deletions
10
package.json
10
package.json
|
|
@ -19,11 +19,6 @@
|
|||
"@radix-ui/react-label": "^2.1.8",
|
||||
"@radix-ui/react-select": "^2.2.6",
|
||||
"@radix-ui/react-slider": "^1.3.6",
|
||||
"@types/node": "^25.2.3",
|
||||
"@types/papaparse": "^5.5.2",
|
||||
"@types/pg": "^8.11.10",
|
||||
"@types/react": "^19.2.14",
|
||||
"@types/react-dom": "^19.2.3",
|
||||
"autoprefixer": "^10.4.24",
|
||||
"class-variance-authority": "^0.7.1",
|
||||
"clsx": "^2.1.1",
|
||||
|
|
@ -43,6 +38,11 @@
|
|||
"typescript": "^5.9.3"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@types/node": "^25.2.3",
|
||||
"@types/papaparse": "^5.5.2",
|
||||
"@types/pg": "^8.11.10",
|
||||
"@types/react": "^19.2.14",
|
||||
"@types/react-dom": "^19.2.3",
|
||||
"drizzle-kit": "^0.31.9",
|
||||
"tailwindcss": "^3.4.19",
|
||||
"tsx": "^4.21.0"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue