-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
81 lines (80 loc) · 2.17 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
68
69
70
71
72
73
74
75
76
77
78
79
80
{
"name": "ujjwals-portfolio",
"version": "0.1.4",
"private": true,
"dependencies": {
"@emotion/react": "^11.13.0",
"@emotion/styled": "^11.13.0",
"@fortawesome/fontawesome-free": "^6.6.0",
"@fortawesome/free-solid-svg-icons": "^6.6.0",
"@fortawesome/react-fontawesome": "^0.2.2",
"@mui/icons-material": "^5.16.7",
"@react-spring/web": "^9.7.4",
"@react-three/drei": "^9.109.2",
"@splinetool/react-spline": "^4.0.0",
"@testing-library/jest-dom": "^5.17.0",
"@testing-library/react": "^13.4.0",
"@testing-library/user-event": "^13.5.0",
"bootstrap-icons": "^1.11.3",
"class-variance-authority": "^0.7.0",
"clsx": "^2.1.1",
"fireworks-js": "^2.10.8",
"framer-motion": "^11.3.8",
"jquery": "^3.7.1",
"lucide-react": "^0.411.0",
"next-themes": "^0.3.0",
"react": "^18.3.1",
"react-confetti": "^6.1.0",
"react-dom": "^18.3.1",
"react-flip-toolkit": "^7.2.4",
"react-helmet": "^6.1.0",
"react-icon-cloud": "^4.1.4",
"react-icons": "^5.2.1",
"react-intersection-observer": "^9.13.0",
"react-responsive": "^10.0.0",
"react-router-dom": "^6.25.0",
"react-scripts": "5.0.1",
"react-scroll": "^1.9.0",
"react-simple-typewriter": "^5.0.1",
"react-spring": "^9.7.4",
"react-tilt": "^1.0.2",
"react-use": "^17.5.1",
"react-vertical-timeline-component": "^3.6.0",
"styled-components": "^6.1.12",
"sweetalert2": "^11.14.5",
"tailwind-merge": "^2.4.0",
"tailwindcss-animate": "^1.0.7",
"three": "^0.166.1",
"use-sound": "^4.0.3",
"vanta": "^0.5.24",
"web-vitals": "^2.1.4"
},
"scripts": {
"start": "react-scripts start",
"build": "react-scripts build",
"test": "react-scripts test",
"eject": "react-scripts eject"
},
"eslintConfig": {
"extends": [
"react-app",
"react-app/jest"
]
},
"browserslist": {
"production": [
">0.2%",
"not dead",
"not op_mini all"
],
"development": [
"last 1 chrome version",
"last 1 firefox version",
"last 1 safari version"
]
},
"devDependencies": {
"eslint-plugin-react": "^7.34.4",
"tailwindcss": "^3.4.6"
}
}