-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
88 lines (88 loc) · 2.63 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
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
{
"name": "thien-portfolio",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "prisma generate && next build",
"start": "next start",
"prisma": "npx prisma studio",
"postinstall": "prisma generate",
"lint": "next lint",
"typecheck": "tsc --noEmit",
"format:write": "prettier --write \"**/*.{ts,tsx,mdx}\" --cache",
"format:check": "prettier --check \"**/*.{ts,tsx,mdx}\" --cache",
"prepush": "npm run test && npm run audit",
"audit": "better-npm-audit audit"
},
"dependencies": {
"@next-auth/prisma-adapter": "^1.0.7",
"@planetscale/database": "^1.8.0",
"@prisma/client": "^5.2.0",
"@radix-ui/react-slot": "^1.0.2",
"@tailwindcss/typography": "^0.5.9",
"@types/node": "20.3.1",
"@types/react": "18.2.14",
"@types/react-dom": "18.2.6",
"@vercel/analytics": "^1.0.1",
"@vercel/og": "^0.5.8",
"better-npm-audit": "^3.7.3",
"class-variance-authority": "^0.6.0",
"clsx": "^1.2.1",
"cmdk": "^0.2.0",
"dayjs": "^1.11.9",
"eslint": "8.43.0",
"eslint-config-next": "13.4.7",
"framer-motion": "^10.16.2",
"glitched-writer": "^2.0.29",
"gsap": "^3.12.2",
"hamburger-react": "^2.5.0",
"kbar": "^0.1.0-beta.43",
"lottie-react": "^2.4.0",
"lucide-react": "^0.252.0",
"next": "^13.4.9",
"next-auth": "^4.22.1",
"next-themes": "^0.2.1",
"postcss": "8.4.24",
"react": "18.2.0",
"react-dom": "18.2.0",
"react-github-calendar": "^4.0.1",
"react-hook-form": "^7.45.0",
"react-icons": "^4.10.1",
"react-rough-notation": "^1.0.5",
"tailwind-merge": "^1.14.0",
"tailwindcss": "3.3.2",
"tailwindcss-animate": "^1.0.6",
"typescript": "5.1.3",
"typewriter-effect": "^2.20.1",
"use-lanyard": "^1.4.4",
"use-sound": "^4.0.1"
},
"devDependencies": {
"@ianvs/prettier-plugin-sort-imports": "^4.0.2",
"@types/eslint": "^8.40.2",
"@types/node": "^20.3.1",
"@types/prettier": "^2.7.3",
"@types/react": "^18.2.13",
"@types/react-dom": "^18.2.6",
"@typescript-eslint/eslint-plugin": "^5.60.0",
"@typescript-eslint/parser": "^5.60.0",
"autoprefixer": "^10.4.15",
"dotenv": "^16.3.1",
"eslint": "^8.43.0",
"eslint-config-next": "^13.4.7",
"eslint-config-prettier": "^8.8.0",
"eslint-plugin-tailwindcss": "^3.12.1",
"postcss": "^8.4.24",
"prettier": "^2.8.8",
"prettier-plugin-tailwindcss": "^0.3.0",
"prisma": "^5.2.0",
"tailwindcss": "^3.3.2",
"typescript": "^5.1.3"
},
"description": "<div align=\"center\">",
"main": "index.js",
"keywords": [],
"author": "Thienguen",
"license": "ISC"
}