-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
86 lines (86 loc) · 2.74 KB
/
package.json
File metadata and controls
86 lines (86 loc) · 2.74 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
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
{
"name": "selected-work",
"description": "Gallery of selected work of Avana Vana, a senior product designer & full-stack developer with more than 15 years of experience based in New York, NY.",
"version": "1.1.0",
"private": true,
"type": "module",
"author": {
"name": "Avana Vana",
"email": "avana.vana@pm.me",
"url": "https://www.avanavana.com"
},
"bugs": {
"url": "https://github.com/avanavana/selected-work/issues",
"email": "avana.vana@pm.me"
},
"scripts": {
"dev": "vite",
"build": "tsc && vite build && node scripts/post-build/update-404-styles.js",
"serve": "vite preview",
"test": "vitest",
"test:ui": "vitest --ui",
"lint": "eslint src --max-warnings=0",
"typecheck": "tsc --project tsconfig.json --noEmit"
},
"dependencies": {
"@hookform/resolvers": "^3.10.0",
"@lucide/lab": "^0.1.2",
"@million/lint": "^1.0.14",
"@radix-ui/react-dialog": "^1.1.4",
"@radix-ui/react-label": "^2.1.1",
"@radix-ui/react-popover": "^1.1.4",
"@radix-ui/react-scroll-area": "^1.2.2",
"@radix-ui/react-select": "^2.1.5",
"@radix-ui/react-slot": "^1.1.1",
"@radix-ui/react-toast": "^1.2.5",
"@radix-ui/react-tooltip": "^1.1.6",
"@react-three/drei": "^9.120.8",
"@react-three/fiber": "^8.17.12",
"class-variance-authority": "^0.7.1",
"clsx": "^2.1.1",
"cmdk": "1.0.0",
"embla-carousel-autoplay": "^8.5.2",
"embla-carousel-fade": "^8.5.2",
"embla-carousel-react": "^8.5.2",
"framer-motion": "^11.17.0",
"hamburger-react": "^2.5.2",
"libphonenumber-js": "^1.11.19",
"lucide-react": "^0.471.1",
"react": "^18.3.1",
"react-dom": "^18.3.1",
"react-hook-form": "^7.54.2",
"tailwind-merge": "^2.6.0",
"three": "^0.172.0",
"vite-plugin-svgr": "^4.3.0",
"zod": "^3.24.1"
},
"devDependencies": {
"@testing-library/jest-dom": "^6.6.3",
"@testing-library/react": "^14.3.1",
"@types/node": "^20.17.11",
"@types/react": "^18.3.18",
"@types/react-dom": "^18.3.5",
"@types/three": "^0.172.0",
"@typescript-eslint/eslint-plugin": "^8.19.1",
"@typescript-eslint/parser": "^8.19.1",
"@vitejs/plugin-react-swc": "^3.7.2",
"@vitest/ui": "^1.6.0",
"autoprefixer": "^10.4.20",
"embla-carousel": "^8.5.2",
"eslint": "^9.18.0",
"eslint-config-prettier": "^10.0.1",
"eslint-plugin-prettier": "^5.2.1",
"eslint-plugin-react": "^7.37.4",
"eslint-plugin-react-hooks": "^5.1.0",
"eslint-plugin-tailwindcss": "^3.17.5",
"happy-dom": "^15.11.7",
"postcss": "^8.4.49",
"prettier": "3.1.1",
"tailwindcss": "^3.4.17",
"tailwindcss-animate": "^1.0.7",
"typescript": "^5.7.2",
"vite": "^5.4.11",
"vite-tsconfig-paths": "^4.3.2",
"vitest": "^1.6.0"
}
}