-
Notifications
You must be signed in to change notification settings - Fork 15
/
package.json
52 lines (52 loc) · 1.47 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
{
"name": "jumr.dev",
"version": "0.1.0",
"private": true,
"scripts": {
"build": "next build",
"dev": "next dev",
"format": "prettier --write '**/*.{ts,tsx,cjs,mjs,json,md,mdx}'",
"lint": "eslint . --ignore-path .gitignore",
"start": "next start"
},
"dependencies": {
"@calcom/embed-react": "^1.0.10",
"@mdx-js/loader": "^2.3.0",
"@next/mdx": "13.4.2-canary.4",
"@tailwindcss/line-clamp": "^0.4.2",
"@vercel/analytics": "^1.0.0",
"@vercel/og": "^0.5.0",
"clsx": "^1.2.1",
"date-fns": "^2.29.3",
"framer-motion": "^10.8.5",
"globby": "^13.1.3",
"next": "13.4.2-canary.4",
"react": "18.2.0",
"react-dom": "18.2.0",
"react-icons": "^4.7.1",
"rehype-pretty-code": "^0.9.4",
"shiki": "^0.14.1",
"zod": "^3.20.2"
},
"devDependencies": {
"@ianvs/prettier-plugin-sort-imports": "^3.7.1",
"@types/eslint": "^8.21.3",
"@types/mdx": "^2.0.3",
"@types/node": "18.16.6",
"@types/prettier": "^2.7.2",
"@types/react": "18.2.6",
"@types/react-dom": "18.2.4",
"@typescript-eslint/eslint-plugin": "^5.56.0",
"@typescript-eslint/parser": "^5.56.0",
"autoprefixer": "^10.4.14",
"eslint": "^8.36.0",
"eslint-config-next": "13.4.2-canary.4",
"eslint-config-prettier": "^8.8.0",
"postcss": "^8.4.21",
"prettier": "^2.8.6",
"prettier-plugin-tailwindcss": "^0.2.6",
"tailwind-scrollbar": "3.0.1",
"tailwindcss": "^3.3.1",
"typescript": "^5.0.2"
}
}