-
-
Notifications
You must be signed in to change notification settings - Fork 2
/
package.json
65 lines (65 loc) · 1.76 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
61
62
63
64
65
{
"name": "vite-react-typescript-starter",
"private": true,
"version": "0.0.0",
"type": "module",
"scripts": {
"dev": "vite",
"build": "vite build",
"lint": "eslint .",
"preview": "vite preview",
"sync:airtable": "node scripts/syncAirtableToSupabase.js"
},
"dependencies": {
"@slack/web-api": "^7.7.0",
"@supabase/supabase-js": "^2.46.1",
"@tippyjs/react": "^4.2.6",
"@vercel/analytics": "^1.3.2",
"airtable": "^0.11.4",
"axios": "^1.7.8",
"cors": "^2.8.5",
"dotenv": "^16.4.5",
"eslint-config-next": "^15.0.2",
"express": "^4.21.1",
"http-proxy-middleware": "^3.0.3",
"js-cookie": "^3.0.5",
"lodash": "^4.17.21",
"lucide-react": "^0.344.0",
"next": "^15.0.2",
"next-dev-https": "^0.13.3",
"node-cron": "^3.0.3",
"node-fetch": "^3.3.2",
"node.js": "^0.0.1-security",
"nodemailer": "^6.9.16",
"react": "^18.3.1",
"react-dom": "^18.3.1",
"react-router-dom": "^6.27.0",
"selfsigned": "^2.4.1",
"tippy.js": "^6.3.7",
"vercel": "^32.3.0"
},
"devDependencies": {
"@eslint/js": "^9.9.1",
"@types/dotenv": "^8.2.3",
"@types/express": "^5.0.0",
"@types/js-cookie": "^3.0.6",
"@types/lodash": "^4.17.13",
"@types/node": "^22.9.1",
"@types/react": "^18.3.5",
"@types/react-dom": "^18.3.0",
"@vitejs/plugin-react": "^4.3.1",
"autoprefixer": "^10.4.18",
"concurrently": "^7.0.0",
"eslint": "^9.9.1",
"eslint-plugin-react-hooks": "^5.1.0-rc.0",
"eslint-plugin-react-refresh": "^0.4.11",
"globals": "^15.9.0",
"postcss": "^8.4.35",
"tailwindcss": "^3.4.1",
"ts-node": "^10.9.2",
"typescript": "^5.6.3",
"typescript-eslint": "^8.3.0",
"vite": "^5.4.2",
"vite-plugin-mkcert": "^1.17.6"
}
}