-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
41 lines (41 loc) · 1.1 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
{
"scripts": {
"dev": "next",
"build": "next build",
"start": "next start"
},
"dependencies": {
"@headlessui/react": "^1.7.9",
"@markdoc/markdoc": "0.2.2",
"@markdoc/next.js": "0.2.1",
"@nostr/tools": "npm:@jsr/nostr__tools@^2.10.3",
"@sindresorhus/slugify": "^2.2.0",
"@tailwindcss/typography": "^0.5.7",
"@vercel/analytics": "^0.1.8",
"autoprefixer": "^10.4.12",
"clsx": "^1.2.1",
"focus-visible": "^5.2.0",
"js-yaml": "^4.1.0",
"next": "^14.2.5",
"nostr-tools": "^2.10.3",
"postcss": "^8.4.21",
"postcss-focus-visible": "^8.0.1",
"postcss-import": "^15.1.0",
"prism-react-renderer": "^1.3.5",
"react": "18.2.0",
"react-dom": "18.2.0",
"sharp": "^0.33.4",
"tailwindcss": "^3.2.1"
},
"devDependencies": {
"@cloudflare/workers-types": "^4.20230228.0",
"@types/node": "^18.15.3",
"@types/react": "^18.0.28",
"eslint": "8.33.0",
"eslint-config-next": "13.1.6",
"eslint-plugin-prettier": "^4.2.1",
"prettier": "^2.8.3",
"prettier-plugin-tailwindcss": "^0.2.2",
"typescript": "^5.6.3"
}
}