-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
40 lines (40 loc) · 980 Bytes
/
Copy pathpackage.json
File metadata and controls
40 lines (40 loc) · 980 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
34
35
36
37
38
39
40
{
"name": "engeldelgado-com",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint",
"test:e2e": "playwright test"
},
"dependencies": {
"@headlessui/react": "1.7.7",
"@heroicons/react": "1.0.6",
"@next/font": "13.1.1",
"@vercel/analytics": "^0.1.10",
"@vercel/og": "^0.0.27",
"daisyui": "2.46.1",
"eslint": "8.31.0",
"eslint-config-next": "13.1.1",
"glob": "^8.1.0",
"gray-matter": "4.0.3",
"markdown-it": "13.0.1",
"next": "13.1.1",
"prism-themes": "^1.9.0",
"prismjs": "^1.29.0",
"react": "18.2.0",
"react-calendly": "^4.1.1",
"react-dom": "18.2.0",
"react-share": "^4.4.1"
},
"devDependencies": {
"@playwright/test": "^1.30.0",
"@tailwindcss/typography": "^0.5.9",
"autoprefixer": "10.4.13",
"postcss": "8.4.21",
"standard": "17.0.0",
"tailwindcss": "3.2.4"
}
}