-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
46 lines (45 loc) · 1.2 KB
/
Copy pathpackage.json
File metadata and controls
46 lines (45 loc) · 1.2 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": "flutterfocus",
"private": true,
"version": "0.0.0",
"type": "module",
"homepage": "https://yavna.github.io/flutterfocus",
"scripts": {
"dev": "concurrently \"vite\" \"node server/server.js\"",
"build": "vite build",
"lint": "eslint .",
"preview": "vite preview",
"start": "node server/server.js",
"predeploy": "npm run build",
"deploy": "gh-pages -d dist"
},
"dependencies": {
"@google/generative-ai": "^0.21.0",
"cors": "^2.8.5",
"date-fns": "^4.1.0",
"dotenv": "^16.4.7",
"express": "^4.21.2",
"framer-motion": "^12.4.1",
"react": "^19.0.0",
"react-countdown": "^2.3.6",
"react-dom": "^19.0.0",
"react-router-dom": "^7.1.5",
"react-spring": "^9.7.5",
"react-typist": "^2.0.5",
"web-vitals": "^4.2.4"
},
"devDependencies": {
"@eslint/js": "^9.19.0",
"@types/react": "^19.0.8",
"@types/react-dom": "^19.0.3",
"@vitejs/plugin-react": "^4.3.4",
"concurrently": "^9.1.2",
"eslint": "^9.19.0",
"eslint-plugin-react": "^7.37.4",
"eslint-plugin-react-hooks": "^5.0.0",
"eslint-plugin-react-refresh": "^0.4.18",
"gh-pages": "^6.3.0",
"globals": "^15.14.0",
"vite": "^6.1.0"
}
}