-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
96 lines (96 loc) · 2.63 KB
/
package.json
File metadata and controls
96 lines (96 loc) · 2.63 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
85
86
87
88
89
90
91
92
93
94
95
96
{
"name": "me",
"version": "0.1.0",
"private": true,
"type": "module",
"scripts": {
"dev": "vite",
"build": "tsc && vite build",
"preview": "vite preview",
"format": "prettier --write .",
"lint:format": "prettier --cache --check .",
"lint:fix": "eslint --cache --fix .",
"lint": "eslint --cache ."
},
"dependencies": {
"@heroicons/react": "^2.0.18",
"@mdx-js/rollup": "^3.1.1",
"@react-three/drei": "^9.88.17",
"@react-three/fiber": "^8.15.11",
"@vercel/analytics": "^1.5.0",
"class-variance-authority": "^0.7.1",
"clsx": "^2.1.1",
"date-fns": "^2.30.0",
"framer-motion": "^10.16.5",
"lucide-react": "^0.577.0",
"next-themes": "^0.2.1",
"react": "18.2.0",
"react-dom": "18.2.0",
"react-icons": "^5.5.0",
"react-router-dom": "^6.26.0",
"tailwind-merge": "^3.5.0",
"tailwindcss-animate": "^1.0.7",
"three": "^0.181.1",
"zod": "^3.22.4"
},
"devDependencies": {
"@content-collections/core": "latest",
"@content-collections/vite": "latest",
"@tailwindcss/typography": "^0.5.10",
"@trivago/prettier-plugin-sort-imports": "^4.3.0",
"@types/node": "20.3.3",
"@types/react": "^18.3.26",
"@types/react-dom": "^18.3.7",
"@types/react-router-dom": "^5.3.3",
"@types/three": "^0.152.1",
"@typescript-eslint/eslint-plugin": "^5.61.0",
"@typescript-eslint/parser": "^5.61.0",
"@vitejs/plugin-react": "^4.3.1",
"autoprefixer": "10.4.14",
"content-collections": "latest",
"eslint": "8.44.0",
"eslint-import-resolver-typescript": "^3.6.1",
"eslint-plugin-import": "^2.29.0",
"eslint-plugin-react": "^7.33.2",
"eslint-plugin-react-hooks": "^4.6.0",
"eslint-plugin-sort-keys-fix": "^1.1.2",
"eslint-plugin-typescript-sort-keys": "^2.3.0",
"eslint-plugin-unicorn": "^47.0.0",
"postcss": "8.4.31",
"prettier": "^2.8.8",
"prettier-plugin-tailwindcss": "^0.3.0",
"reading-time": "^1.5.0",
"rehype-autolink-headings": "^6.1.1",
"rehype-pretty-code": "^0.9.4",
"rehype-slug": "^5.1.0",
"remark-gfm": "^3.0.1",
"shiki": "^0.14.5",
"tailwindcss": "3.3.2",
"typescript": "5.1.6",
"vite": "^5.4.0"
},
"license": "MIT",
"author": {
"email": "nasrulhuda@example.com",
"name": "Nasrul Huda",
"url": "https://nasrul.info"
},
"homepage": "https://nasrul.info",
"bugs": {
"url": "https://github.com/nasrulhuda/nasrul.info/issues"
},
"browserslist": [
">0.2%",
"not dead",
"not op_mini all"
],
"keywords": [
"tailwindcss",
"template",
"radix",
"react",
"nextjs",
"portfolio",
"personal-site"
]
}