-
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
53 lines (53 loc) · 1.44 KB
/
Copy pathpackage.json
File metadata and controls
53 lines (53 loc) · 1.44 KB
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
53
{
"name": "notestracker",
"private": true,
"version": "0.0.0",
"type": "module",
"license": "MIT",
"author": "Muhamad Tayyab <tayyabpasha1918@gmail.com> (https://mtayyabrawan.site)",
"engines": {
"node": ">=22.19.0"
},
"packageManager": "npm@11.5.2",
"scripts": {
"dev": "vite",
"build": "tsc -b && vite build",
"lint": "eslint .",
"prettier": "prettier . --write",
"prettier-watch": "onchange \"**/*\" -- prettier --write {{changed}}",
"preview": "vite preview"
},
"dependencies": {
"@gsap/react": "^2.1.2",
"@hookform/resolvers": "^5.2.1",
"@tabler/icons-react": "^3.34.1",
"@tailwindcss/vite": "^4.1.11",
"gsap": "^3.13.0",
"motion": "^12.23.12",
"react": "^19.1.1",
"react-dom": "^19.1.1",
"react-hook-form": "^7.62.0",
"react-router": "^7.8.0",
"sonner": "^2.0.7",
"tailwindcss": "^4.1.11",
"validator": "^13.15.15",
"zod": "^4.0.17"
},
"devDependencies": {
"@eslint/js": "^9.33.0",
"@types/react": "^19.1.10",
"@types/react-dom": "^19.1.7",
"@types/validator": "^13.15.3",
"@vitejs/plugin-react": "^5.0.0",
"eslint": "^9.33.0",
"eslint-plugin-react-hooks": "^5.2.0",
"eslint-plugin-react-refresh": "^0.4.20",
"globals": "^16.3.0",
"onchange": "^7.1.0",
"prettier": "^3.6.2",
"prettier-plugin-tailwindcss": "^0.6.14",
"typescript": "~5.8.3",
"typescript-eslint": "^8.39.1",
"vite": "^7.1.2"
}
}