-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
52 lines (52 loc) · 1.62 KB
/
package.json
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
43
44
45
46
47
48
49
50
51
52
{
"name": "projectpay",
"private": true,
"version": "0.0.0",
"type": "module",
"scripts": {
"typecheck": "tsc --noEmit",
"dev": "vite --port=3002 --host --mode development",
"prod": "vite --port=4001 --host --mode production",
"lint": "eslint",
"build": "vite build",
"serve": "vite preview",
"start": "vite"
},
"dependencies": {
"@tanstack/react-query": "^5.60.5",
"@tanstack/react-query-devtools": "^5.60.5",
"@tanstack/react-router": "^1.81.10",
"@tanstack/react-table": "^8.20.5",
"@types/js-cookie": "^3.0.6",
"@uidotdev/usehooks": "^2.4.1",
"add": "^2.0.6",
"axios": "^1.7.7",
"email-validator": "^2.0.4",
"react": "^18.3.1",
"react-datepicker": "^7.5.0",
"react-dom": "^18.3.1",
"react-icons": "^5.3.0",
"react-intersection-observer": "^9.13.1",
"react-toastify": "^10.0.6"
},
"devDependencies": {
"@eslint/js": "^9.18.0",
"@tanstack/eslint-plugin-query": "^5.60.1",
"@tanstack/router-devtools": "^1.81.10",
"@tanstack/router-plugin": "^1.81.9",
"@types/eslint__js": "^8.42.3",
"@types/react": "^18.3.12",
"@types/react-dom": "^18.3.1",
"@vitejs/plugin-react": "^4.3.3",
"autoprefixer": "^10.4.20",
"daisyui": "^4.12.14",
"eslint": "^9.18.0",
"eslint-plugin-react": "^7.37.4",
"globals": "^15.12.0",
"postcss": "^8.4.49",
"tailwindcss": "^3.4.15",
"typescript-eslint": "^8.20.0",
"vite": "^5.4.11"
},
"packageManager": "[email protected]+sha512.88c9c3864450350e65a33587ab801acf946d7c814ed1134da4a924f6df5a2120fd36b46aab68f7cd1d413149112d53c7db3a4136624cfd00ff1846a0c6cef48a"
}