-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
58 lines (58 loc) · 1.86 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
{
"name": "my-portfolio",
"private": true,
"version": "0.0.0",
"type": "module",
"scripts": {
"dev": "vite",
"format": "prettier --write .",
"build": "tsc && vite build",
"preview": "vite preview",
"prepare": "husky install"
},
"dependencies": {
"@emailjs/browser": "^4.4.1",
"@react-three/drei": "^9.109.1",
"@react-three/fiber": "^8.17.8",
"@react-three/postprocessing": "^2.16.2",
"axios": "^1.7.7",
"clsx": "^2.1.1",
"framer-motion": "^11.11.10",
"husky-init": "^8.0.0",
"maath": "^0.10.8",
"postprocessing": "^6.36.2",
"react": "^18.3.1",
"react-dom": "^18.3.1",
"react-icons": "^5.3.0",
"react-intersection-observer": "^9.13.0",
"react-toastify": "^10.0.5",
"react-vertical-timeline-component": "^3.6.0",
"three": "^0.168.0",
"vite-tsconfig-paths": "^5.0.1",
"zod": "^3.23.8"
},
"devDependencies": {
"@types/react": "^18.3.3",
"@types/react-dom": "^18.3.0",
"@types/react-vertical-timeline-component": "^3.3.6",
"@types/three": "^0.168.0",
"@typescript-eslint/eslint-plugin": "^8.7.0",
"@typescript-eslint/parser": "^8.7.0",
"@vitejs/plugin-react-swc": "^3.7.0",
"autoprefixer": "^10.4.20",
"eslint": "^9.12.0",
"eslint-config-prettier": "^9.1.0",
"eslint-import-resolver-typescript": "^3.6.3",
"eslint-plugin-import": "^2.29.1",
"eslint-plugin-jsx-a11y": "^6.9.0",
"eslint-plugin-react": "^7.35.0",
"husky": "^9.1.6",
"postcss": "^8.4.44",
"prettier": "^3.3.3",
"sass": "^1.80.4",
"tailwind-styled-components": "^2.2.0",
"tailwindcss": "^3.4.13",
"typescript": "^5.6.2",
"vite": "^5.4.8"
}
}