-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
49 lines (49 loc) · 1.27 KB
/
package.json
File metadata and controls
49 lines (49 loc) · 1.27 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
{
"name": "blog",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start -p 3002",
"lint": "next lint",
"test": "vitest",
"test:ui": "vitest --ui",
"predeploy": "npm run build",
"deploy": "gh-pages -d out"
},
"homepage": "https://bisari31.github.io",
"dependencies": {
"clsx": "^2.1.1",
"contentlayer": "^0.3.2",
"date-fns": "^2.30.0",
"next": "13.4.2",
"next-contentlayer": "^0.3.2",
"react": "18.2.0",
"react-dom": "18.2.0",
"rehype-figure": "^1.0.1",
"rehype-img-size": "^1.0.1",
"rehype-pretty-code": "^0.9.6",
"shiki": "^0.14.2",
"tailwind-merge": "^2.5.2"
},
"devDependencies": {
"@svgr/webpack": "^8.0.1",
"@tailwindcss/typography": "^0.5.14",
"@types/node": "^20.1.4",
"@types/react": "^18.2.6",
"@types/react-dom": "^18.2.4",
"@vitejs/plugin-react": "^5.1.4",
"autoprefixer": "^10.4.20",
"eslint-config-next": "^13.4.2",
"eslint-plugin-simple-import-sort": "^12.1.1",
"gh-pages": "^6.3.0",
"jsdom": "^28.0.0",
"postcss": "^8.4.41",
"prettier": "^3.3.3",
"prettier-plugin-tailwindcss": "^0.6.6",
"tailwindcss": "^3.4.9",
"typescript": "^5.0.4",
"vitest": "^4.0.18"
}
}