-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
67 lines (67 loc) · 2.42 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
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
{
"name": "vite-project",
"private": true,
"version": "0.0.0",
"type": "module",
"scripts": {
"start": "vite",
"netlify-build": "npm install -g pnpm && pnpm install --no-lockfile && pnpm run build",
"build": "vite build",
"lint": "eslint . --ext .js,.jsx --report-unused-disable-directives --max-warnings 0",
"preview": "vite preview",
"format": "prettier --write .",
"format:check": "prettier --check ."
},
"dependencies": {
"@babel/core": "^7.23.3",
"@emailjs/browser": "^4.1.0",
"@emotion/react": "^11.11.1",
"@emotion/styled": "^11.11.0",
"@fontsource/roboto": "^5.0.8",
"@hookform/resolvers": "^3.3.4",
"@mui/icons-material": "^5.14.18",
"@mui/joy": "5.0.0-beta.15",
"@mui/lab": "5.0.0-alpha.153",
"@mui/material": "^5.15.0",
"@react-three/drei": "^9.88.17",
"@react-three/fiber": "^8.15.11",
"@react-three/postprocessing": "^2.15.11",
"@types/three": "^0.158.3",
"gsap": "^3.12.2",
"i18next": "^23.7.6",
"leva": "^0.9.35",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"react-google-recaptcha": "^3.1.0",
"react-hook-form": "^7.50.0",
"react-i18next": "^13.5.0",
"react-router": "^6.20.0",
"react-router-dom": "^6.20.0",
"react-slick": "^0.30.1",
"slick-carousel": "^1.8.1",
"three": "^0.158.0",
"vite-plugin-svgr": "^4.2.0",
"yup": "^1.3.3"
},
"devDependencies": {
"@types/react": "^18.2.37",
"@types/react-dom": "^18.2.15",
"@typescript-eslint/eslint-plugin": "^6.13.0",
"@typescript-eslint/parser": "^6.13.0",
"@vitejs/plugin-react": "^4.2.0",
"@vitejs/plugin-react-swc": "^3.5.0",
"@vitejs/plugin-vue": "^4.5.0",
"eslint": "^8.53.0",
"eslint-config-prettier": "^9.0.0",
"eslint-plugin-prettier": "^5.0.1",
"eslint-plugin-react": "^7.33.2",
"eslint-plugin-react-hooks": "^4.6.0",
"eslint-plugin-react-refresh": "^0.4.4",
"pnpm": "^8.12.0",
"prettier": "^3.1.0",
"sass": "^1.69.5",
"url-loader": "^4.1.1",
"vite": "^5.0.0"
},
"packageManager": "[email protected]+sha512.dc09430156b427f5ecfc79888899e1c39d2d690f004be70e05230b72cb173d96839587545d09429b55ac3c429c801b4dc3c0e002f653830a420fa2dd4e3cf9cf"
}