-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
48 lines (48 loc) · 1.4 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": "sknil-me-web-app",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint",
"generate:supabase": "npx supabase gen types typescript --project-id updmtfdnpwwxzoofnpvw --schema public > plugins/api/types.ts"
},
"dependencies": {
"@emotion/cache": "^11.11.0",
"@emotion/react": "^11.11.1",
"@emotion/styled": "^11.11.0",
"@hello-pangea/dnd": "^16.3.0",
"@mui/icons-material": "^5.14.9",
"@mui/lab": "^5.0.0-alpha.147",
"@mui/material": "^5.14.9",
"@supabase/auth-helpers-nextjs": "^0.7.4",
"@supabase/supabase-js": "^2.33.2",
"@tanstack/react-table": "^8.9.11",
"@types/node": "20.6.2",
"@types/react": "18.2.21",
"@types/react-dom": "18.2.7",
"client-only": "^0.0.1",
"formik": "^2.4.4",
"next": "14.0.0",
"react": "18.2.0",
"react-dom": "18.2.0",
"server-only": "^0.0.1",
"slugify": "^1.6.6",
"typescript": "5.2.2",
"url-metadata": "^3.3.0",
"uuid": "^9.0.1",
"yup": "^1.2.0"
},
"devDependencies": {
"@types/uuid": "^9.0.4",
"@typescript-eslint/eslint-plugin": "^6.0.0",
"@typescript-eslint/parser": "^6.0.0",
"eslint": "8.49.0",
"eslint-config-airbnb": "^19.0.4",
"eslint-config-airbnb-typescript": "^17.1.0",
"eslint-config-next": "13.4.19",
"eslint-plugin-jest": "^27.4.0"
}
}