-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
59 lines (59 loc) · 1.7 KB
/
Copy pathpackage.json
File metadata and controls
59 lines (59 loc) · 1.7 KB
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
{
"name": "hunter-evanoff-portfolio",
"private": true,
"description": "Personal portfolio site for Hunter Evanoff",
"version": "0.1.0",
"author": "Hunter Evanoff",
"type": "module",
"dependencies": {
"@react-three/drei": "^9.122.0",
"@react-three/fiber": "^8.18.0",
"@react-three/rapier": "^1.5.0",
"@tailwindcss/vite": "^4.3.1",
"@types/canvas-confetti": "^1.9.0",
"canvas-confetti": "^1.9.4",
"class-variance-authority": "^0.7.1",
"clsx": "^2.1.1",
"gsap": "^3.15.0",
"leaflet": "^1.9.4",
"leaflet.smoothgeodesic": "^1.1.0",
"lightweight-charts": "^5.2.0",
"lucide-react": "^1.21.0",
"meshline": "^3.3.1",
"motion": "^12.40.0",
"radix-ui": "^1.6.0",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"react-leaflet": "^4.2.1",
"react-modal": "^3.15.1",
"react-router-dom": "^6.30.4",
"react-spinners": "^0.13.3",
"tailwind-merge": "^3.6.0",
"tailwindcss": "^4.3.1",
"three": "^0.184.0",
"tw-animate-css": "^1.4.0",
"vite-react-ssg": "^0.9.1-beta.1"
},
"devDependencies": {
"@vitejs/plugin-react": "^5.0.0",
"gh-pages": "^6.1.1",
"prettier": "2.7.1",
"sass": "^1.80.0",
"vite": "npm:rolldown-vite@latest",
"vite-imagetools": "^7.0.5"
},
"scripts": {
"dev": "vite-react-ssg dev",
"start": "vite-react-ssg dev",
"build": "vite-react-ssg build",
"preview": "vite preview",
"format": "prettier --write \"**/*.{js,jsx,json,md}\"",
"data:nq": "node scripts/fetch_nq_futures.mjs",
"deploy": "vite-react-ssg build && gh-pages -d dist -b master"
},
"license": "MIT",
"repository": {
"type": "git",
"url": "https://github.com/hunter547/hunter547.github.io"
}
}