-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
66 lines (66 loc) · 1.98 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
64
65
66
{
"name": "hon9kon9ize",
"version": "0.1.0",
"private": true,
"description": "hon9kon9ize's website",
"license": "Apache-2.0",
"author": "Joseph Cheng <[email protected]>",
"scripts": {
"build": "next build",
"dev": "next dev",
"format": "prettier --write src/**/*.ts{,x}",
"lint": "next lint",
"start": "next start"
},
"dependencies": {
"@next/third-parties": "14.2.2",
"@radix-ui/react-dialog": "1.0.5",
"@radix-ui/react-icons": "1.3.0",
"@radix-ui/react-slot": "1.0.2",
"@react-three/drei": "9.105.4",
"@react-three/fiber": "8.16.2",
"clsx": "2.1.0",
"gray-matter": "^4.0.3",
"highlight.js": "11.9.0",
"markdown-it": "^14.1.0",
"markdown-it-anchor": "8.6.7",
"markdown-it-html5-media": "0.7.1",
"markdown-it-link-attributes": "4.0.1",
"next": "14.2.2",
"react": "^18",
"react-dom": "^18",
"tailwindcss-radix": "^3.0.3",
"three": "0.163.0"
},
"devDependencies": {
"@ianvs/prettier-plugin-sort-imports": "4.2.1",
"@tailwindcss/typography": "0.5.12",
"@types/markdown-it": "14.0.1",
"@types/markdown-it-link-attributes": "3.0.5",
"@types/node": "^20",
"@types/react": "^18",
"@types/react-dom": "^18",
"@types/three": "0.163.0",
"@typescript-eslint/eslint-plugin": "7.7.0",
"autoprefixer": "^10.4.19",
"eslint": "^9",
"eslint-config-airbnb": "19.0.4",
"eslint-config-airbnb-typescript": "18.0.0",
"eslint-config-next": "14.2.2",
"eslint-config-prettier": "9.1.0",
"eslint-import-resolver-typescript": "3.6.1",
"eslint-plugin-import": "2.29.1",
"eslint-plugin-jest": "28.2.0",
"eslint-plugin-jsx-a11y": "6.8.0",
"eslint-plugin-prettier": "5.1.3",
"eslint-plugin-react": "7.34.1",
"eslint-plugin-react-hooks": "4.6.0",
"eslint-plugin-tailwindcss": "3.15.1",
"jest": "29.7.0",
"postcss": "^8",
"prettier": "3.2.5",
"tailwindcss": "^3.4.3",
"tailwindcss-animate": "1.0.7",
"typescript": "^5"
}
}