-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
42 lines (42 loc) · 982 Bytes
/
Copy pathpackage.json
File metadata and controls
42 lines (42 loc) · 982 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
31
32
33
34
35
36
37
38
39
40
41
42
{
"name": "node-postgres-spa",
"version": "1.0.0",
"type": "module",
"description": "OAuth2 React UI with RTK Query and websocket support",
"main": "index.js",
"scripts": {
"dev": "vite",
"build": "tsc -b && vite build",
"preview": "vite preview",
"test": "vitest"
},
"keywords": [],
"author": "",
"license": "ISC",
"devEngines": {
"packageManager": {
"name": "pnpm",
"version": "11.10.0",
"onFail": "download"
}
},
"dependencies": {
"@hookform/resolvers": "^5.4.0",
"@reduxjs/toolkit": "^2.12.0",
"react": "^19.2.7",
"react-dom": "^19.2.7",
"react-hook-form": "^7.81.0",
"react-redux": "^9.3.0",
"react-router": "^8.1.0",
"zod": "^4.4.3"
},
"devDependencies": {
"@types/node": "^26.1.0",
"@types/react": "^19.2.17",
"@types/react-dom": "^19.2.3",
"@vitejs/plugin-react": "^6.0.3",
"typescript": "^6.0.3",
"vite": "^8.1.3",
"vitest": "^4.1.10"
}
}