-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
28 lines (28 loc) · 751 Bytes
/
package.json
File metadata and controls
28 lines (28 loc) · 751 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
{
"name": "muluken-portfolio",
"private": true,
"version": "1.0.0",
"type": "module",
"scripts": {
"dev": "vite",
"build": "vite build && node -e \"require('fs').copyFileSync('dist/index.html', 'dist/404.html')\"",
"build:windows": "vite build && copy dist\\index.html dist\\404.html",
"preview": "vite preview"
},
"dependencies": {
"@emailjs/browser": "^4.4.1",
"@google/genai": "^1.33.0",
"jspdf": "^3.0.4",
"lucide-react": "^0.454.0",
"react": "^19.2.3",
"react-dom": "^19.2.3"
},
"devDependencies": {
"@types/react": "^19.0.0",
"@types/react-dom": "^19.0.0",
"@vitejs/plugin-react": "^4.3.3",
"cross-env": "^10.1.0",
"typescript": "~5.6.2",
"vite": "^5.4.10"
}
}