-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
58 lines (58 loc) · 1.54 KB
/
package.json
File metadata and controls
58 lines (58 loc) · 1.54 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
53
54
55
56
57
58
{
"name": "express-entry-helper",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint",
"scrape": "tsx scripts/scrape.ts",
"embed": "tsx scripts/embed.ts"
},
"dependencies": {
"@paypal/react-paypal-js": "^8.5.0",
"@supabase/auth-helpers-nextjs": "^0.10.0",
"@supabase/auth-helpers-react": "^0.5.0",
"@tabler/icons-react": "^2.8.0",
"@tailwindcss/forms": "^0.5.7",
"@tailwindcss/typography": "^0.5.13",
"@types/node": "18.16.3",
"@types/react": "18.2.7",
"@types/react-dom": "18.2.4",
"axios": "^1.4.0",
"buffer-crc32": "^1.0.0",
"date-fns": "^3.6.0",
"dotenv": "^16.4.5",
"endent": "^2.1.0",
"eslint": "8.41.0",
"eslint-config-next": "13.4.4",
"eventsource-parser": "^0.1.0",
"framer-motion": "^11.2.5",
"gray-matter": "^4.0.3",
"next": "^14.2.3",
"next-auth": "^4.24.7",
"openai": "^4.47.1",
"paypal": "^1.0.1",
"react": "18.2.0",
"react-dom": "18.2.0",
"react-dropzone": "^14.2.3",
"react-icons": "^5.2.1",
"react-loader-spinner": "^6.1.6",
"react-type-animation": "^3.2.0",
"remark": "^15.0.1",
"remark-html": "^16.0.1",
"rss-parser": "^3.13.0",
"supabase": "^1.167.4",
"typescript": "5.0.4"
},
"devDependencies": {
"@next/env": "^13.4.4",
"autoprefixer": "^10.4.19",
"cheerio": "^1.0.0-rc.12",
"gpt-3-encoder": "^1.1.4",
"postcss": "^8.4.38",
"tailwindcss": "^3.4.4",
"tsx": "^3.12.7"
}
}