-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
57 lines (57 loc) · 1.53 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
{
"name": "nourman",
"version": "0.1.0",
"private": true,
"scripts": {
"build": "next build",
"postbuild": "next-sitemap --config next-sitemap.config.cjs",
"dev": "next dev",
"lint": "next lint",
"start": "next start"
},
"dependencies": {
"@giscus/react": "^2.3.0",
"@next/third-parties": "^14.1.4",
"@vercel/og": "^0.5.18",
"clsx": "^2.0.0",
"dayjs": "^1.11.10",
"framer-motion": "^10.16.4",
"jotai": "^2.4.3",
"next": "^13.5.4",
"next-seo": "^6.1.0",
"next-sitemap": "^4.2.3",
"notion-client": "^6.16.0",
"notion-utils": "^6.16.0",
"prism-themes": "^1.9.0",
"prismjs": "^1.29.0",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"react-notion-x": "^6.16.0",
"tailwind-merge": "^1.14.0",
"zod": "^3.22.4"
},
"devDependencies": {
"@types/node": "^20.8.6",
"@types/prismjs": "^1.26.1",
"@types/react": "^18.2.28",
"@types/react-dom": "^18.2.13",
"@typescript-eslint/eslint-plugin": "^6.7.5",
"@typescript-eslint/parser": "^6.7.5",
"autoprefixer": "^10.4.16",
"eslint": "^8.51.0",
"eslint-config-next": "^13.5.4",
"eslint-config-prettier": "^9.0.0",
"eslint-plugin-import": "^2.28.1",
"eslint-plugin-prettier": "^5.0.1",
"eslint-plugin-simple-import-sort": "^10.0.0",
"notion-types": "^6.16.0",
"postcss": "^8.4.31",
"prettier": "^3.0.3",
"prettier-plugin-tailwindcss": "^0.5.6",
"tailwindcss": "^3.3.3",
"typescript": "^5.2.2"
},
"ct3aMetadata": {
"initVersion": "7.5.1"
}
}