-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
30 lines (30 loc) · 741 Bytes
/
package.json
File metadata and controls
30 lines (30 loc) · 741 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
{
"name": "root_react",
"private": true,
"scripts": {
"build": "turbo run build",
"dev": "turbo run dev",
"lint": "turbo run lint",
"format": "prettier --write \"**/*.{ts,tsx,md}\"",
"check-types": "turbo run check-types"
},
"devDependencies": {
"@reduxjs/toolkit": "^2.11.2",
"axios": "^1.13.6",
"prettier": "^3.8.1",
"prettier-plugin-organize-imports": "^4.3.0",
"prettier-plugin-tailwindcss": "^0.7.2",
"react-hook-form": "^7.71.2",
"react-redux": "^9.2.0",
"react-router": "^7.13.1",
"tailwindcss": "^4.1.18",
"turbo": "^2.7.6"
},
"engines": {
"node": ">=18"
},
"packageManager": "pnpm@8.7.0",
"dependencies": {
"@tailwindcss/vite": "^4.1.18"
}
}