-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
35 lines (35 loc) · 982 Bytes
/
package.json
File metadata and controls
35 lines (35 loc) · 982 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
33
34
35
{
"name": "doscode-landing",
"private": true,
"version": "0.0.0",
"type": "module",
"scripts": {
"dev": "node scripts/generate-localized-pages.mjs && vite",
"build": "node scripts/generate-localized-pages.mjs && vite build",
"preview": "vite preview"
},
"devDependencies": {
"@tailwindcss/typography": "^0.5.19",
"@tailwindcss/vite": "^4.1.17",
"@vitejs/plugin-react": "^5.1.2",
"tailwindcss": "^4.1.17",
"vite": "^7.3.1"
},
"dependencies": {
"@radix-ui/react-accordion": "^1.2.12",
"@radix-ui/react-slot": "^1.2.4",
"class-variance-authority": "^0.7.1",
"clsx": "^2.1.1",
"framer-motion": "^12.23.26",
"gsap": "^3.14.2",
"i18next": "^26.0.6",
"i18next-browser-languagedetector": "^8.2.1",
"lucide-react": "^0.554.0",
"react": "^19.2.3",
"react-dom": "^19.2.3",
"react-i18next": "^17.0.4",
"tailwind-merge": "^3.4.0",
"three": "^0.183.2",
"tw-animate-css": "^1.4.0"
}
}