-
Notifications
You must be signed in to change notification settings - Fork 13
Expand file tree
/
Copy pathpackage.json
More file actions
52 lines (52 loc) · 1.64 KB
/
package.json
File metadata and controls
52 lines (52 loc) · 1.64 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
50
51
52
{
"name": "next-13-1-playground",
"version": "0.1.0",
"private": true,
"packageManager": "pnpm@10.14.0+sha512.ad27a79641b49c3e481a16a805baa71817a04bbe06a38d17e60e2eaee83f6a146c6a688125f5792e48dd5ba30e7da52a5cda4c3992b9ccf333f9ce223af84748",
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "eslint ./app",
"lint:debug": "eslint ./app --debug",
"lint:fix": "eslint ./app --fix"
},
"dependencies": {
"@headlessui/react": "^1.7.17",
"@headlessui/tailwindcss": "^0.2.0",
"@observablehq/runtime": "^5.9.2",
"@t3-oss/env-nextjs": "^0.6.1",
"@tailwindcss/typography": "^0.5.9",
"@types/node": "20.5.8",
"@types/react": "18.2.21",
"@types/react-dom": "18.2.7",
"@upstash/ratelimit": "^0.4.4",
"@upstash/redis": "^1.22.0",
"@vercel/analytics": "^1.0.2",
"a99b331307f7eae7": "https://api.observablehq.com/d/a99b331307f7eae7.tgz?v=3",
"autoprefixer": "^10.4.15",
"clsx": "^2.0.0",
"eslint": "8.48.0",
"eslint-config-next": "13.4.19",
"framer-motion": "^10.16.2",
"next": "13.4.19",
"next-themes": "^0.2.1",
"openai": "^4.4.0",
"postcss": "^8.4.29",
"react": "18.2.0",
"react-dom": "18.2.0",
"react-icons": "^4.10.1",
"sharp": "^0.32.5",
"tailwind-merge": "^1.14.0",
"tailwindcss": "^3.3.3",
"typescript": "5.2.2",
"zod": "^3.22.2"
},
"devDependencies": {
"@typescript-eslint/parser": "^6.5.0",
"eslint-plugin-tailwindcss": "^3.13.0",
"prettier": "^3.0.3",
"prettier-plugin-tailwindcss": "^0.5.4",
"recommended@latest": "link:eslint-plugin-tailwindcss/recommended@latest"
}
}