-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
50 lines (50 loc) · 1.17 KB
/
package.json
File metadata and controls
50 lines (50 loc) · 1.17 KB
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
{
"private": true,
"license": "MIT",
"scripts": {
"dev": "next",
"build": "next build",
"start": "next start"
},
"dependencies": {
"@emotion/cache": "^11.11.0",
"@emotion/react": "^11.11.3",
"@emotion/styled": "^11.11.0",
"@types/mdx": "^2.0.13",
"@vercel/postgres": "^0.7.2",
"firebase-admin": "^12.5.0",
"gray-matter": "^4.0.3",
"lucide-react": "^0.468.0",
"next": "^14.2.22",
"next-mdx-remote": "^5.0.0",
"nextra": "^2.13.2",
"nextra-theme-blog": "^2.13.2",
"react": "^18.3.1",
"react-dom": "^18.3.1",
"react-markdown": "^9.0.1",
"react-scroll": "^1.9.0",
"react-syntax-highlighter": "^15.6.1",
"recharts": "^2.12.0",
"rss": "^1.2.2",
"webpack": "^5.97.1"
},
"prisma": {
"schema": "prisma/schema.prisma"
},
"prettier": {
"arrowParens": "always",
"singleQuote": true,
"tabWidth": 2,
"trailingComma": "none",
"semi": false
},
"devDependencies": {
"@prisma/client": "^5.11.0",
"@types/node": "20.11.9",
"autoprefixer": "^10.4.20",
"postcss": "^8.4.49",
"prisma": "^5.11.0",
"tailwindcss": "^3.4.16",
"typescript": "5.3.3"
}
}