-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
46 lines (46 loc) · 1.37 KB
/
Copy pathpackage.json
File metadata and controls
46 lines (46 loc) · 1.37 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
{
"name": "reidxtreme-4.0",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build && touch out/.nojekyll && touch out/CNAME && echo reidxtreme.ucscieee.lk > out/CNAME",
"start": "next start",
"lint": "next lint",
"deploy": "gh-pages -d out --dotfiles"
},
"dependencies": {
"@gsap/react": "^2.1.2",
"@number-flow/react": "^0.5.10",
"@radix-ui/react-scroll-area": "^1.2.10",
"class-variance-authority": "^0.7.1",
"clsx": "^2.1.1",
"lenis": "^1.3.11",
"lucide-react": "^0.539.0",
"motion": "^12.23.12",
"next": "15.4.6",
"react": "19.1.0",
"react-dom": "19.1.0",
"sharp": "^0.34.4",
"simplex-noise": "^4.0.3",
"tailwind-merge": "^3.3.1",
"usehooks-ts": "^3.1.1"
},
"devDependencies": {
"@eslint/eslintrc": "^3",
"@tailwindcss/postcss": "^4",
"@types/node": "^20",
"@types/react": "^19",
"@types/react-dom": "^19",
"eslint": "^9",
"eslint-config-next": "15.4.6",
"gh-pages": "^6.3.0",
"install": "^0.13.0",
"prettier": "^3.6.2",
"prettier-plugin-tailwindcss": "^0.6.14",
"tailwindcss": "^4",
"tw-animate-css": "^1.3.6",
"typescript": "^5"
},
"packageManager": "pnpm@10.10.0+sha512.d615db246fe70f25dcfea6d8d73dee782ce23e2245e3c4f6f888249fb568149318637dca73c2c5c8ef2a4ca0d5657fb9567188bfab47f566d1ee6ce987815c39"
}