-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
55 lines (55 loc) · 1.61 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
{
"homepage": "https://danny-palma.github.io",
"name": "shaquille",
"private": true,
"version": "0.0.0",
"type": "module",
"scripts": {
"dev": "vite",
"build": "npm run lint && vite build",
"lint": "eslint ./src/** --report-unused-disable-directives --max-warnings 0",
"preview": "vite preview",
"predeploy": "npm run build",
"deploy": "gh-pages -d build -t"
},
"dependencies": {
"@emailjs/browser": "^4.4.1",
"@react-three/cannon": "^6.6.0",
"@react-three/drei": "^9.111.2",
"@react-three/fiber": "^8.17.5",
"@react-three/flex": "^1.0.1",
"@use-gesture/react": "^10.3.1",
"cannon-es": "^0.20.0",
"framer-motion": "^11.3.29",
"maath": "^0.10.8",
"react": "^18.3.1",
"react-dom": "^18.3.1",
"react-ga4": "^2.1.0",
"react-icons": "^5.3.0",
"react-router-dom": "^6.26.1",
"react-tilt": "^1.0.2",
"react-vertical-timeline-component": "^3.6.0",
"three": "^0.167.1",
"use": "^3.1.1"
},
"devDependencies": {
"@eslint/js": "^9.9.0",
"@types/react": "^18.3.4",
"@types/react-dom": "^18.3.0",
"@types/react-vertical-timeline-component": "^3.3.6",
"@typescript-eslint/eslint-plugin": "^7.18.0",
"@vitejs/plugin-react": "^4.3.1",
"autoprefixer": "^10.4.20",
"eslint": "^9.8.0",
"eslint-plugin-jsx-a11y": "^6.9.0",
"eslint-plugin-react": "^7.35.0",
"eslint-plugin-react-hooks": "^4.6.2",
"eslint-plugin-react-refresh": "^0.4.9",
"gh-pages": "^6.1.1",
"globals": "^15.9.0",
"postcss": "^8.4.41",
"tailwindcss": "^3.4.10",
"typescript-eslint": "^7.18.0",
"vite": "^5.4.2"
}
}