-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
51 lines (51 loc) · 1.47 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
{
"name": "vite-project",
"private": true,
"version": "0.0.0",
"type": "module",
"scripts": {
"dev": "vite",
"build": "vite build",
"lint": "eslint . --ext js,jsx --report-unused-disable-directives --max-warnings 0",
"preview": "vite preview"
},
"dependencies": {
"@emailjs/browser": "^4.1.0",
"@react-three/drei": "^9.97.0",
"@react-three/fiber": "^8.15.16",
"@tsparticles/react": "^3.0.0",
"@videojs/http-streaming": "^3.10.0",
"emailjs-com": "^3.2.0",
"firebase": "^10.11.1",
"framer-motion": "^11.0.3",
"react": "^18.3.0",
"react-dom": "^18.2.0",
"react-google-button": "^0.7.2",
"react-parallax-tilt": "^1.7.209",
"react-router-dom": "^6.22.0",
"react-tilt": "^1.0.2",
"react-tsparticles": "^2.12.2",
"react-vertical-timeline-component": "^3.6.0",
"react-video-js-player": "^1.1.1",
"three": "^0.161.0",
"tsparticles": "^3.3.0",
"video.js": "^8.10.0"
},
"devDependencies": {
"@testing-library/jest-dom": "^6.4.5",
"@testing-library/react": "^14.2.0",
"@types/react": "^18.2.43",
"@types/react-dom": "^18.2.17",
"@vitejs/plugin-react": "^4.2.1",
"@vitest/coverage-v8": "^1.5.3",
"autoprefixer": "^10.4.17",
"eslint": "^8.55.0",
"eslint-plugin-react": "^7.33.2",
"eslint-plugin-react-hooks": "^4.6.0",
"eslint-plugin-react-refresh": "^0.4.5",
"jsdom": "^24.0.0",
"postcss": "^8.4.34",
"tailwindcss": "^3.4.1",
"vite": "^5.0.8"
}
}