-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
63 lines (63 loc) · 1.79 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
59
60
61
62
63
{
"name": "frad-me",
"version": "0.9.9",
"author": "Frad LEE <[email protected]> (https://frad.me)",
"homepage": "https://github.com/FradSer/frad-me",
"license": "MIT",
"engines": {
"node": ">=20"
},
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint",
"format": "prettier --write \"**/*.{js,ts,tsx,md,mdx,json}\"",
"release": "release-it"
},
"dependencies": {
"@react-three/drei": "^9.114.3",
"@react-three/fiber": "^8.17.9",
"@react-three/xr": "^6.2.13",
"@vercel/analytics": "^1.3.1",
"@vercel/speed-insights": "^1.0.12",
"classnames": "^2.5.1",
"esbuild": "^0.24.0",
"framer-motion": "^11.11.3",
"gray-matter": "^4.0.3",
"html2canvas": "^1.4.1",
"leva": "^0.9.35",
"lodash": "^4.17.21",
"mdx-bundler": "^10.0.3",
"million": "^3.1.11",
"next": "^14.2.15",
"next-themes": "^0.3.0",
"react": "^18.3.1",
"react-dom": "^18.3.1",
"react-scroll": "^1.9.0",
"three": "^0.169.0",
"three-stdlib": "^2.33.0"
},
"devDependencies": {
"@react-three/eslint-plugin": "^0.1.1",
"@release-it/conventional-changelog": "^8.0.2",
"@serverless-guru/prettier-plugin-import-order": "^0.4.2",
"@types/lodash": "^4.17.10",
"@types/node": "^22.7.5",
"@types/react": "^18.3.11",
"@types/react-dom": "^18.3.0",
"@types/react-scroll": "^1.8.10",
"@types/three": "^0.169.0",
"@typescript-eslint/eslint-plugin": "^8.8.1",
"autoprefixer": "^10.4.20",
"eslint": "^8.45.0",
"eslint-config-next": "^14.2.14",
"eslint-plugin-sonarjs": "^1.0.4",
"postcss": "^8.4.47",
"prettier": "3.3.3",
"prettier-plugin-tailwindcss": "0.6.8",
"release-it": "^17.7.0",
"tailwindcss": "^3.4.13",
"typescript": "^5.6.2"
}
}