-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
50 lines (50 loc) · 1.6 KB
/
package.json
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
47
48
49
50
{
"name": "lunatech-website-2024",
"private": true,
"version": "0.0.0",
"type": "module",
"scripts": {
"start": "tsc && vite build",
"dev": "vite",
"build": "tsc && vite build && shx cp .htaccess /var/www/bas/site/public/",
"lint": "eslint . --ext ts,tsx --report-unused-disable-directives --max-warnings 0",
"preview": "vite preview --port 8080",
"typecheck": "tsc --noEmit"
},
"dependencies": {
"@emailjs/browser": "^4.1.0",
"@react-spring/parallax": "^9.7.3",
"@react-spring/web": "^9.7.3",
"@react-three/drei": "^9.97.0",
"@react-three/fiber": "^8.15.16",
"i18next": "^23.8.2",
"i18next-browser-languagedetector": "^7.2.0",
"i18next-http-backend": "^2.4.3",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"react-i18next": "^14.0.1",
"react-lazy-load-image-component": "^1.6.2",
"react-router-dom": "^6.20.1",
"react-vertical-timeline-component": "^3.6.0",
"use-react-router-breadcrumbs": "^4.0.1"
},
"devDependencies": {
"@types/node": "^20.11.16",
"@types/react": "^18.2.37",
"@types/react-dom": "^18.2.19",
"@types/react-lazy-load-image-component": "^1.6.4",
"@types/react-vertical-timeline-component": "^3.3.6",
"@typescript-eslint/eslint-plugin": "^6.10.0",
"@typescript-eslint/parser": "^6.10.0",
"@vitejs/plugin-react": "^4.2.0",
"dotenv": "^16.4.5",
"eslint": "^8.53.0",
"eslint-plugin-react-hooks": "^4.6.0",
"eslint-plugin-react-refresh": "^0.4.4",
"sass": "^1.69.5",
"shx": "^0.3.4",
"typescript": "^5.2.2",
"vite": "^5.4.8",
"vite-plugin-copy": "^0.1.6"
}
}