-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
39 lines (39 loc) · 1.06 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
{
"name": "williamhzo.me",
"version": "1.0.0",
"description": "William Hermozo, Frontend Engineer, UI/UX and humans.",
"author": "William Hermozo",
"license": "MIT",
"repository": "https://github.com/williamhzo/williamhzo.me",
"homepage": "https://williamhzo.me/",
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint"
},
"dependencies": {
"@radix-ui/react-accordion": "^1.0.1",
"@radix-ui/react-icons": "^1.1.1",
"@radix-ui/react-tooltip": "^1.0.2",
"@vercel/analytics": "^0.1.5",
"clsx": "^1.2.1",
"next": "^12.3.4",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"tailwindcss-radix": "^2.7.0"
},
"devDependencies": {
"@types/node": "18.11.9",
"@types/react": "18.0.27",
"@types/react-dom": "18.0.9",
"autoprefixer": "^10.4.13",
"eslint": "^8.32.0",
"eslint-config-next": "13.0.7",
"postcss": "^8.4.19",
"prettier": "^2.7.1",
"prettier-plugin-tailwindcss": "^0.2.1",
"tailwindcss": "^3.1.4",
"typescript": "4.9.4"
}
}