-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathpackage.json
84 lines (84 loc) · 2.55 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
{
"name": "github-as-a-blog",
"version": "0.1.0",
"private": true,
"type": "module",
"scripts": {
"build": "next build",
"dev": "next dev --turbo",
"lint": "next lint",
"start": "next start",
"test": "playwright test",
"postinstall": "npx simple-git-hooks"
},
"simple-git-hooks": {
"pre-commit": "npm run lint"
},
"dependencies": {
"@icons-pack/react-simple-icons": "^9.5.0",
"@octokit/rest": "^21.0.0",
"@radix-ui/react-accordion": "^1.2.0",
"@radix-ui/react-dropdown-menu": "^2.1.1",
"@radix-ui/react-popover": "^1.1.1",
"@radix-ui/react-select": "^2.1.1",
"@radix-ui/react-separator": "^1.1.0",
"@radix-ui/react-slot": "^1.1.0",
"@t3-oss/env-nextjs": "^0.10.1",
"@tiptap/html": "^2.4.0",
"@vercel/analytics": "^1.3.1",
"class-variance-authority": "^0.7.0",
"clsx": "^2.1.1",
"iron-session": "^8.0.2",
"lucide-react": "^0.396.0",
"markdown-to-jsx": "^7.4.7",
"marked": "^13.0.0",
"next": "15.0.0-rc.0",
"next-safe-action": "^7.1.1",
"novel": "^0.4.3",
"react": "19.0.0-rc-3563387fe3-20240621",
"react-dom": "19.0.0-rc-3563387fe3-20240621",
"react-intersection-observer": "^9.10.3",
"remove-markdown": "^0.5.0",
"sonner": "^1.5.0",
"swr": "^2.2.5",
"tailwind-merge": "^2.3.0",
"tailwindcss-animate": "^1.0.7",
"tiptap-markdown": "^0.8.10",
"xss": "^1.0.15",
"zod": "^3.23.8",
"zod-form-data": "^2.0.2",
"zustand": "^4.5.2"
},
"devDependencies": {
"@faker-js/faker": "^8.4.1",
"@octokit/openapi-types": "^22.2.0",
"@octokit/types": "^13.5.0",
"@playwright/test": "^1.44.1",
"@prettier/plugin-xml": "3.4.1",
"@tailwindcss/typography": "^0.5.13",
"@types/eslint": "^8.56.10",
"@types/node": "^20.14.8",
"@types/react": "^18.3.3",
"@types/react-dom": "^18.3.0",
"@types/remove-markdown": "^0.3.4",
"@typescript-eslint/eslint-plugin": "^7.13.1",
"@typescript-eslint/parser": "^7.13.1",
"babel-plugin-react-compiler": "0.0.0-experimental-938cd9a-20240601",
"eslint": "^8.57.0",
"eslint-config-next": "^14.2.4",
"eslint-plugin-react-compiler": "0.0.0-experimental-c8b3f72-20240517",
"fastify": "^4.28.0",
"postcss": "^8.4.38",
"prettier": "^3.2.5",
"prettier-plugin-embed": "^0.4.15",
"prettier-plugin-organize-imports": "^3.2.4",
"prettier-plugin-tailwindcss": "^0.6.5",
"simple-git-hooks": "^2.11.1",
"tailwindcss": "^3.4.4",
"tsx": "^4.15.7",
"typescript": "^5.4.5"
},
"ct3aMetadata": {
"initVersion": "7.28.0"
}
}