-
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.14 KB
/
Copy pathpackage.json
File metadata and controls
46 lines (46 loc) · 1.14 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": "novalis-ai-intelligent-software-solutions",
"private": true,
"version": "0.0.0",
"type": "module",
"engines": {
"node": "24.x"
},
"scripts": {
"dev": "concurrently \"npm run server\" \"npm run client\"",
"client": "vite",
"server": "cd server && node index.js",
"build": "vite build",
"preview": "vite preview",
"vercel-build": "vite build"
},
"dependencies": {
"@fontsource/inter": "^5.2.8",
"@google/genai": "^1.30.0",
"@gsap/react": "^2.1.2",
"axios": "^1.13.2",
"framer-motion": "^12.23.24",
"gsap": "^3.14.2",
"lenis": "^1.3.16",
"lucide-react": "^0.555.0",
"react": "^19.2.0",
"react-dom": "^19.2.0",
"recharts": "^2.13.2"
},
"devDependencies": {
"@types/node": "^22.14.0",
"@types/react": "^19.2.13",
"@types/react-dom": "^19.2.3",
"@vitejs/plugin-react": "^5.0.0",
"autoprefixer": "^10.4.14",
"concurrently": "^9.2.1",
"postcss": "^8.4.30",
"tailwindcss": "^3.4.7",
"terser": "^5.36.0",
"typescript": "~5.8.2",
"vite": "^6.2.0"
},
"overrides": {
"node-domexception": "npm:domexception@^4.0.0"
}
}