-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
61 lines (61 loc) · 1.54 KB
/
package.json
File metadata and controls
61 lines (61 loc) · 1.54 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
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
{
"name": "react-teclab",
"version": "0.1.0",
"private": true,
"homepage": "./",
"dependencies": {
"@babel/plugin-transform-react-jsx": "^7.27.1",
"@react-three/drei": "^10.7.7",
"@react-three/fiber": "^9.4.2",
"axios": "^1.13.2",
"framer-motion": "^12.23.25",
"gsap": "^3.14.1",
"i18next": "^25.7.2",
"i18next-browser-languagedetector": "^8.2.0",
"i18next-http-backend": "^3.0.2",
"normalize.css": "^8.0.1",
"react": "^19.2.1",
"react-datepicker": "^9.0.0",
"react-dom": "^19.2.1",
"react-flip-toolkit": "^7.2.4",
"react-gsap": "^3.2.1",
"react-helmet-async": "^2.0.5",
"react-hook-form": "^7.68.0",
"react-i18next": "^16.4.0",
"react-icons": "^5.5.0",
"react-intersection-observer": "^10.0.0",
"react-responsive": "^10.0.1",
"react-router-dom": "^7.10.1",
"react-scripts": "^5.0.1",
"react-scrollmagic": "^2.3.0",
"react-spring": "^10.0.3",
"react-toastify": "^11.0.5",
"styled-components": "^6.1.19",
"three": "^0.181.2"
},
"scripts": {
"start": "vite",
"build": "vite build",
"serve": "vite preview",
"predeploy": "yarn run build"
},
"devDependencies": {
"@vitejs/plugin-react": "5.1.2",
"@vitejs/plugin-react-swc": "^4.2.2",
"i18next-cli": "^1.30.4",
"vite": "^7.2.7",
"vite-plugin-compression": "^0.5.1",
"vite-plugin-sitemap": "^0.8.2"
},
"reactSnap": {
"source": "dist"
},
"browserslist": [
">0.2%",
"not dead",
"not op_mini all"
],
"engines": {
"node": "22.x"
}
}