This repository has been archived by the owner on Jan 4, 2025. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
63 lines (63 loc) · 1.78 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
{
"name": "up2dul.com",
"version": "0.1.0",
"private": true,
"author": "Abdul malik <[email protected]>",
"repository": {
"type": "git",
"url": "https://github.com/up2dul/up2dul.com.git"
},
"scripts": {
"build": "next build",
"dev": "next dev",
"lint": "next lint",
"start": "next start",
"format": "prettier --w './**/*.{js,cjs,ts,tsx}' --config ./prettier.config.cjs",
"postbuild": "next-sitemap --config next-sitemap-config.ts",
"prepare": "husky install"
},
"dependencies": {
"@next/font": "^13.1.2",
"@radix-ui/react-dialog": "^1.0.2",
"@radix-ui/react-tooltip": "^1.0.3",
"@vercel/analytics": "^0.1.8",
"@vercel/og": "^0.0.27",
"clsx": "^1.2.1",
"contentlayer": "^0.3.0",
"framer-motion": "^8.5.0",
"lucide-react": "0.105.0-alpha.4",
"next": "13.1.2",
"next-contentlayer": "^0.3.0",
"next-seo": "^5.15.0",
"next-sitemap": "^4.1.3",
"next-themes": "^0.2.1",
"react": "18.2.0",
"react-dom": "18.2.0",
"react-wrap-balancer": "^0.3.0",
"rehype-slug": "^5.1.0",
"tailwind-merge": "^1.8.1"
},
"devDependencies": {
"@ianvs/prettier-plugin-sort-imports": "^4.0.2",
"@types/node": "^18.11.18",
"@types/prettier": "^2.7.2",
"@types/react": "^18.0.26",
"@types/react-dom": "^18.0.10",
"@typescript-eslint/eslint-plugin": "^5.48.1",
"@typescript-eslint/parser": "^5.48.1",
"autoprefixer": "^10.4.13",
"eslint": "^8.32.0",
"eslint-config-next": "13.1.2",
"eslint-plugin-mdx": "^2.1.0",
"husky": "^8.0.3",
"lint-staged": "^13.1.0",
"postcss": "^8.4.21",
"prettier": "^2.8.3",
"prettier-plugin-tailwindcss": "^0.2.1",
"tailwindcss": "^3.2.4",
"typescript": "^4.9.4"
},
"ct3aMetadata": {
"initVersion": "7.3.1"
}
}