-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
executable file
·48 lines (48 loc) · 1.24 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
{
"name": "commonplace",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start"
},
"dependencies": {
"@headlessui/react": "^1.6.6",
"@mozilla/readability": "^0.4.2",
"@next/font": "^13.0.7",
"@splitbee/node": "^0.3.1",
"@splitbee/web": "^0.3.0",
"@stripe/stripe-js": "^1.20.3",
"@supabase/auth-helpers-nextjs": "^0.5.2",
"@supabase/auth-helpers-react": "^0.3.1",
"@supabase/supabase-js": "^2.2.1",
"@tailwindcss/line-clamp": "^0.4.2",
"cookies-next": "^2.1.1",
"dompurify": "^2.3.4",
"eslint-config-next": "^13.0.7",
"framer-motion": "^5.6.0",
"fuse.js": "^6.4.6",
"jsdom": "^21.0.0",
"jsonwebtoken": "^9.0.0",
"marked": "^4.0.8",
"next": "^13.0.7",
"openai": "^3.1.0",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"react-hot-toast": "^2.2.0",
"react-icons": "^4.7.1",
"reactjs-popup": "^2.0.4",
"remove-markdown": "^0.5.0",
"stripe": "^8.183.0",
"swr": "^1.0.1",
"twitter-api-sdk": "^1.2.1"
},
"devDependencies": {
"@types/react": "^18.0.17",
"autoprefixer": "^10.4.13",
"postcss": "^8.4.20",
"tailwindcss": "^3.2.4",
"typescript": "^4.7.4"
}
}