-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
32 lines (32 loc) · 780 Bytes
/
package.json
File metadata and controls
32 lines (32 loc) · 780 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
{
"name": "users-app",
"version": "1.0.0",
"description": "",
"main": "index.jsx",
"scripts": {
"dev": "vite",
"build": "vite build",
"preview": "vite preview"
},
"keywords": [],
"author": "",
"license": "ISC",
"devDependencies": {
"@types/react": "^18.0.26",
"@types/react-dom": "^18.0.9",
"@types/react-lazy-load-image-component": "^1.5.2",
"@vitejs/plugin-react": "^2.1.0",
"typescript": "^4.9.4",
"vite": "^3.1.4"
},
"dependencies": {
"@reduxjs/toolkit": "^1.9.2",
"@tanstack/react-query": "^4.10.1",
"@tanstack/react-query-devtools": "^4.23.0",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"react-lazy-load-image-component": "^1.5.6",
"react-redux": "^8.0.5",
"redux": "^4.2.1"
}
}