-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
47 lines (47 loc) · 1.25 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
{
"name": "nadportfolio",
"version": "0.1.2",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint"
},
"dependencies": {
"@supabase/supabase-js": "^2.26.0",
"@tailwindcss/aspect-ratio": "^0.4.0",
"@tailwindcss/typography": "^0.5.2",
"@types/marked": "^4.0.3",
"@types/node": "^17.0.32",
"@types/react": "^18.0.9",
"@vercel/analytics": "^0.1.6",
"@vercel/speed-insights": "^1.0.12",
"autoprefixer": "^10.4.5",
"cookie": "^0.5.0",
"framer-motion": "^6.3.2",
"gray-matter": "^4.0.3",
"marked": "^4.0.14",
"next": "12.2.0",
"next-seo": "^5.4.0",
"next-themes": "^0.1.1",
"postcss": "^8.4.12",
"react": "18.1.0",
"react-cookie": "^4.1.1",
"react-cookie-consent": "^8.0.1",
"react-dom": "^18.1.0",
"swr": "^2.1.5",
"tailwindcss": "^3.0.24",
"typescript": "^4.6.4"
},
"devDependencies": {
"@typescript-eslint/eslint-plugin": "^5.26.0",
"@typescript-eslint/parser": "^5.0.0",
"eslint": "^8.16.0",
"eslint-config-next": "^14.2.4",
"eslint-config-prettier": "^9.1.0",
"eslint-plugin-prettier": "^5.1.3",
"prettier": "^3.3.2",
"prettier-plugin-tailwindcss": "^0.1.10"
}
}