-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
64 lines (64 loc) · 1.88 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
{
"name": "neuronex_client",
"homepage": "https://hasanshahriar32.github.io/neuronex_client",
"private": true,
"version": "0.0.0",
"type": "module",
"scripts": {
"start": "vite --host",
"build": "vite build",
"postbuild": "cpy ./_redirects ./dist",
"predeploy": "npm run build",
"deploy": "gh-pages -b production -d dist",
"lint": "eslint src --ext js,jsx --report-unused-disable-directives --max-warnings 0",
"preview": "vite preview"
},
"dependencies": {
"@emailjs/browser": "^3.11.0",
"@react-three/drei": "^9.77.0",
"@react-three/fiber": "^8.13.3",
"@stripe/react-stripe-js": "^2.1.1",
"@stripe/stripe-js": "^1.54.1",
"axios": "^1.4.0",
"classnames": "^2.3.2",
"firebase": "^9.22.2",
"framer-motion": "^10.12.16",
"framer-motion-3d": "^10.12.16",
"gh-pages": "^5.0.0",
"lottie-react": "^2.4.0",
"popmotion": "^11.0.5",
"react": "^18.2.0",
"react-device-detect": "^2.2.3",
"react-dom": "^18.2.0",
"react-google-one-tap-login": "^0.1.1",
"react-helmet": "^6.1.0",
"react-hook-form": "^7.45.0",
"react-icons": "^4.9.0",
"react-intersection-observer": "^9.5.2",
"react-router-dom": "^6.13.0",
"react-spinners": "^0.13.8",
"react-toastify": "^9.1.3",
"react-use-measure": "^2.1.1",
"react-youtube": "^10.1.0",
"sass": "^1.63.6",
"sweetalert2": "^11.7.12",
"swiper": "^9.4.1",
"three": "^0.153.0",
"uuid": "^9.0.0"
},
"devDependencies": {
"@types/react": "^18.0.37",
"@types/react-dom": "^18.0.11",
"@vitejs/plugin-react": "^4.0.0",
"autoprefixer": "^10.4.14",
"cpy-cli": "^4.2.0",
"daisyui": "^3.1.5",
"eslint": "^8.38.0",
"eslint-plugin-react": "^7.32.2",
"eslint-plugin-react-hooks": "^4.6.0",
"eslint-plugin-react-refresh": "^0.3.4",
"postcss": "^8.4.24",
"tailwindcss": "^3.3.2",
"vite": "^4.3.9"
}
}