-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
84 lines (84 loc) · 2.57 KB
/
package.json
File metadata and controls
84 lines (84 loc) · 2.57 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
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
{
"name": "my-personal-website",
"version": "0.1.0",
"description": "Josh Arnow's personal website",
"homepage": "https://github.com/josharnow/josharnow.github.io",
"author": {
"name": "Josh Arnow",
"url": "https://josharnow.com",
"email": "contact@josharnow.com"
},
"repository": {
"type": "git",
"url": "git://github.com/josharnow/josharnow.github.io.git"
},
"type": "module",
"private": true,
"scripts": {
"dev": "next dev",
"dev_turbo": "next dev --turbo",
"build": "next build",
"build:verbose": "next build --debug",
"start": "next start",
"start:export": "npx serve@latest out",
"lint": "next lint",
"remove_unused_imports": "tslint --config tslint-imports.json --fix --project ."
},
"dependencies": {
"@hcaptcha/react-hcaptcha": "^1.12.0",
"@heroicons/react": "^2.2.0",
"@million/lint": "^1.0.14",
"@radix-ui/react-label": "^2.1.6",
"@react-spring/three": "^9.7.5",
"@react-three/drei": "9.122.0",
"@react-three/fiber": "^8.15.12",
"@tabler/icons-react": "^3.31.0",
"@types/three": "^0.158.3",
"@types/ua-parser-js": "^0.7.39",
"axios": "^1.9.0",
"babel-plugin-react-compiler": "^0.0.0-experimental-592953e-20240517",
"clsx": "^2.1.1",
"eslint-plugin-react-compiler": "^0.0.0-experimental-c8b3f72-20240517",
"framer-motion": "^12.10.1",
"leva": "^0.10.0",
"million": "^3.1.11",
"mini-svg-data-uri": "^1.4.4",
"next": "^14.2.28",
"primeicons": "^7.0.0",
"primereact": "^10.9.5",
"react": "^18.3.1",
"react-device-detect": "^2.2.3",
"react-dom": "^18.3.1",
"react-element-to-jsx-string": "^15.0.0",
"react-hook-form": "^7.56.3",
"react-icons": "^5.5.0",
"react-tiny-popover": "^8.1.6",
"sharp": "^0.34.1",
"simplex-noise": "^4.0.3",
"tailwind-merge": "^3.2.0",
"three": "0.160.0",
"ua-parser-js": "^2.0.3"
},
"devDependencies": {
"@babel/preset-env": "^7.27.2",
"@babel/preset-react": "^7.27.1",
"@babel/preset-typescript": "^7.27.1",
"@eslint/eslintrc": "^3.3.1",
"@eslint/js": "^9.26.0",
"@types/node": "^22.15.17",
"@types/react": "^18.3.21",
"@types/react-dom": "^18.3.7",
"eslint": "^9.26.0",
"eslint-config-next": "^15.3.2",
"postcss": "^8.5.3",
"sass": "^1.88.0",
"tailwindcss": "^3.4.4",
"typescript": "^5.8.3"
},
"os": [
"linux",
"darwin",
"win32"
],
"packageManager": "yarn@1.22.22+sha512.a6b2f7906b721bba3d67d4aff083df04dad64c399707841b7acf00f6b133b7ac24255f2652fa22ae3534329dc6180534e98d17432037ff6fd140556e2bb3137e"
}