-
Notifications
You must be signed in to change notification settings - Fork 69
/
package.json
65 lines (65 loc) · 1.94 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
{
"name": "timewarp",
"private": true,
"version": "0.0.0",
"type": "module",
"scripts": {
"start": "vite",
"dev": "vite",
"build": "vite build",
"lint": "eslint . --ext js,jsx --report-unused-disable-directives --max-warnings 0",
"preview": "vite preview"
},
"dependencies": {
"@emailjs/browser": "^4.3.3",
"@fortawesome/fontawesome-svg-core": "^6.5.2",
"@fortawesome/free-brands-svg-icons": "^6.5.2",
"@fortawesome/free-regular-svg-icons": "^6.5.2",
"@fortawesome/free-solid-svg-icons": "^6.5.2",
"@fortawesome/react-fontawesome": "^0.2.2",
"@fullcalendar/core": "^6.1.13",
"@fullcalendar/daygrid": "^6.1.13",
"@fullcalendar/react": "^6.1.13",
"@react-spring/web": "^9.7.3",
"@react-three/drei": "^9.105.6",
"@react-three/fiber": "^8.16.6",
"@tsparticles/all": "^3.3.0",
"@tsparticles/react": "^3.0.0",
"axios": "^1.7.2",
"framer-motion": "^11.2.5",
"lottie-react": "^2.4.0",
"multer": "^1.4.5-lts.1",
"rc-slider": "^10.6.2",
"react": "^18.2.0",
"react-animated-cursor": "^2.11.2",
"react-chatbot-kit": "^2.2.2",
"react-dom": "^18.2.0",
"react-icons": "^5.2.1",
"react-router-dom": "^6.23.1",
"react-scroll": "^1.9.0",
"react-slick": "^0.30.2",
"react-tilty": "^3.0.0",
"react-toastify": "^10.0.5",
"react-tsparticles": "^2.12.2",
"react-use": "^17.5.0",
"slick-carousel": "^1.8.1",
"styled-components": "^6.1.11",
"three": "^0.163.0",
"tsparticles": "^3.3.0",
"typescript": "^5.4.5"
},
"devDependencies": {
"@types/react": "^18.2.66",
"@types/react-dom": "^18.2.22",
"@vitejs/plugin-react": "^4.2.1",
"autoprefixer": "^10.4.19",
"dotenv": "^16.4.5",
"eslint": "^8.57.0",
"eslint-plugin-react": "^7.34.1",
"eslint-plugin-react-hooks": "^4.6.0",
"eslint-plugin-react-refresh": "^0.4.6",
"postcss": "^8.4.38",
"tailwindcss": "^3.4.3",
"vite": "^5.2.0"
}
}