-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
54 lines (54 loc) · 1.41 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
{
"name": "David Hariton Katz",
"private": false,
"version": "0.0.0",
"type": "module",
"homepage": "http://dk4tz.github.io/me/",
"scripts": {
"dev": "bunx --bun vite",
"build": "tsc && vite build",
"lint": "eslint . --ext ts,tsx --report-unused-disable-directives --max-warnings 0",
"preview": "vite preview",
"deploy": "gh-pages -d dist"
},
"dependencies": {
"@headlessui/react": "1.7.12",
"@react-spring/three": "9.6.1",
"@react-three/drei": "9.83.9",
"@react-three/fiber": "8.14.1",
"autoprefixer": "10.4.15",
"axios": "1.3.4",
"caniuse-lite": "^1.0.30001689",
"chroma-js": "2.4.2",
"dotenv": "16.0.3",
"flowbite": "1.6.4",
"gh-pages": "6.0.0",
"gsap": "3.11.4",
"history": "5.3.0",
"postcss": "8.4.29",
"react": "18.2.0",
"react-dom": "18.2.0",
"react-router-dom": "6.8.1",
"react-spinners": "0.13.8",
"tailwindcss": "3.3.3",
"three": "0.156.1",
"typescript": "5.0.2"
},
"devDependencies": {
"@types/chroma-js": "2.4.1",
"@types/node": "18.14.6",
"@types/react": "18.2.15",
"@types/react-dom": "18.2.7",
"@types/three": "0.156.0",
"@typescript-eslint/eslint-plugin": "6.0.0",
"@typescript-eslint/parser": "6.0.0",
"@vitejs/plugin-react": "4.0.3",
"bun-types": "1.0.1",
"eslint": "8.45.0",
"eslint-plugin-react-hooks": "4.6.0",
"eslint-plugin-react-refresh": "0.4.3",
"prettier": "2.8.4",
"prettier-plugin-tailwindcss": "0.2.4",
"vite": "4.4.5"
}
}