-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
60 lines (60 loc) · 1.61 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
54
55
56
57
58
59
60
{
"name": "notescape",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint"
},
"dependencies": {
"@radix-ui/react-dropdown-menu": "^2.1.1",
"@radix-ui/react-popover": "^1.1.1",
"@radix-ui/react-separator": "^1.1.0",
"@radix-ui/react-slot": "^1.1.0",
"@t3-oss/env-nextjs": "^0.10.1",
"@turbodocx/html-to-docx": "^1.10.0",
"@upstash/ratelimit": "^1.2.1",
"@vercel/blob": "^0.24.0",
"@vercel/kv": "^2.0.0",
"ai": "^2.2.32",
"autoprefixer": "^10.4.19",
"class-variance-authority": "^0.7.0",
"clsx": "^2.1.1",
"emoji-strip": "^1.0.1",
"firebase": "^10.12.3",
"framer-motion": "^11.9.0",
"lodash": "^4.17.21",
"lucide-react": "^0.400.0",
"next": "^14.2.15",
"next-pwa": "^5.6.0",
"next-themes": "^0.3.0",
"novel": "^0.2.13",
"openai": "^4.52.7",
"react": "^18",
"react-dom": "^18",
"react-google-button": "^0.8.0",
"react-icons": "^5.2.1",
"sharp": "^0.33.4",
"sonner": "^1.5.0",
"tailwind-merge": "^2.3.0",
"tailwind-scrollbar": "^3.1.0",
"tailwindcss-animate": "^1.0.7",
"ts-pattern": "^5.2.0"
},
"devDependencies": {
"@tailwindcss/typography": "^0.5.15",
"@types/lodash": "^4.17.6",
"@types/node": "^20",
"@types/react": "^18",
"@types/react-dom": "^18",
"@typescript-eslint/eslint-plugin": "^7.16.0",
"@typescript-eslint/parser": "^7.16.0",
"eslint": "^8.57.0",
"eslint-config-next": "14.2.4",
"postcss": "^8",
"tailwindcss": "^3.4.1",
"typescript": "^5"
}
}