-
Notifications
You must be signed in to change notification settings - Fork 13
Expand file tree
/
Copy pathpackage.json
More file actions
33 lines (33 loc) · 823 Bytes
/
package.json
File metadata and controls
33 lines (33 loc) · 823 Bytes
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
{
"name": "healeycodes.com",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"test:e2e": "npx playwright install && playwright test"
},
"dependencies": {
"@playwright/test": "^1.29.2",
"@types/js-cookie": "^3.0.2",
"@types/node": "^18.11.18",
"@types/react": "^18.0.27",
"@vercel/analytics": "^1.5.0",
"date-fns": "^2.29.3",
"feed": "^4.2.2",
"gray-matter": "^4.0.3",
"image-size": "^1.0.2",
"js-cookie": "^3.0.1",
"markdown-to-jsx": "^7.1.8",
"mp4box": "^0.5.2",
"ms": "^2.1.3",
"next": "^13.1.3",
"prism-react-renderer": "^1.3.5",
"prismjs": "^1.29.0",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"sharp": "^0.34.3",
"typescript": "^4.9.4"
}
}