-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
53 lines (53 loc) · 1.42 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
{
"name": "example-personal-blog",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint",
"turbo": "next dev --turbo",
"cypress:open": "cypress open",
"cypress:run": "cypress run",
"test": "next dev && cypress:run"
},
"dependencies": {
"@tailwindcss/aspect-ratio": "^0.4.2",
"@tailwindcss/typography": "^0.5.9",
"@types/jest": "^29.5.1",
"@types/node": "20.1.2",
"@types/react": "18.2.6",
"@types/react-dom": "18.2.4",
"@types/react-syntax-highlighter": "^15.5.6",
"@vercel/analytics": "^1.0.1",
"@vercel/og": "^0.5.4",
"autoprefixer": "10.4.14",
"eslint": "9.0.0",
"eslint-config-next": "13.4.1",
"gray-matter": "^4.0.3",
"grey-matter": "^0.0.0",
"lucide-react": "^0.216.0",
"next": "13.5.0",
"next-gtm": "^1.0.0",
"node-html-markdown": "^1.3.0",
"postcss": "8.4.31",
"quill": "^1.3.7",
"react": "18.2.0",
"react-dom": "18.2.0",
"react-ga4": "^2.1.0",
"react-gtm-ts": "^1.0.44",
"react-microsoft-clarity": "^1.2.0",
"react-quill": "^2.0.0",
"react-syntax-highlighter": "^15.5.0",
"remark": "^14.0.2",
"remark-gfm": "^3.0.1",
"remark-html": "^15.0.2",
"tailwindcss": "3.3.2",
"typescript": "5.0.4"
},
"devDependencies": {
"cypress": "^12.13.0",
"start-server-and-test": "^2.0.0"
}
}