-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
52 lines (52 loc) · 1.41 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": "romanslonov.com",
"version": "1.0.0",
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint",
"format": "prettier --write ."
},
"dependencies": {
"@heroicons/react": "^2.0.18",
"@prisma/client": "^5.12.1",
"class-variance-authority": "^0.7.0",
"date-fns": "^3.6.0",
"eslint": "8.26.0",
"eslint-config-next": "^14.2.2",
"next": "^14.2.2",
"next-mdx-remote": "^4.4.1",
"react": "18.2.0",
"react-dom": "18.2.0",
"swr": "^2.2.5",
"zod": "^3.22.5"
},
"devDependencies": {
"@tailwindcss/typography": "^0.5.12",
"@types/node": "^20.8.9",
"@types/react": "^18.2.33",
"@types/react-dom": "^18.2.14",
"@typescript-eslint/eslint-plugin": "^6.9.0",
"@typescript-eslint/parser": "^6.9.0",
"autoprefixer": "^10.4.16",
"clsx": "^2.1.0",
"eslint-config-prettier": "^9.0.0",
"eslint-import-resolver-typescript": "^3.6.1",
"eslint-plugin-jsx-a11y": "^6.8.0",
"eslint-plugin-prettier": "^5.1.3",
"eslint-plugin-simple-import-sort": "^12.1.0",
"postcss": "^8.4.31",
"prettier": "^3.2.5",
"prisma": "^5.12.1",
"rehype-pretty-code": "^0.13.1",
"shiki": "^1.3.0",
"tailwind-merge": "^2.3.0",
"tailwindcss": "^3.4.3",
"typescript": "^5.4.5"
},
"browserslist": [
"defaults and supports es6-module",
"maintained node versions"
]
}