forked from marcelo-m7/open2.tech
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
33 lines (33 loc) · 829 Bytes
/
Copy pathpackage.json
File metadata and controls
33 lines (33 loc) · 829 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
{
"name": "open2",
"private": true,
"version": "0.0.0",
"type": "module",
"scripts": {
"dev": "vite",
"build": "vite build && node scripts/generate_sitemap.mjs",
"optimize:images": "node scripts/optimize_images.mjs",
"preview": "vite preview",
"start": "node server.js"
},
"dependencies": {
"dotenv": "^16.6.1",
"express": "^4.22.1",
"framer-motion": "^12.38.0",
"i18next": "^26.0.6",
"react": "^19.2.5",
"react-dom": "^19.2.5",
"react-helmet-async": "^2.0.5",
"react-i18next": "^17.0.4"
},
"devDependencies": {
"@types/node": "^22.19.17",
"@vitejs/plugin-react": "^5.2.0",
"sharp": "^0.34.5",
"typescript": "~5.8.3",
"vite": "^6.4.2",
"vite-plugin-html": "^3.2.2",
"vite-plugin-sitemap": "^0.8.2",
"vite-ssg": "^28.3.0"
}
}