-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
63 lines (63 loc) · 1.79 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
{
"name": "supabase-nextjs",
"version": "0.1.0",
"module": "esm",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build ",
"start": "next start",
"lint": "next lint",
"edge": "supabase functions deploy deleteUser --project-ref ukbhnbmumzaorpsnhjoa",
"test": "jest",
"import": "ts-node tests/import.test.ts"
},
"dependencies": {
"@emotion/react": "^11.11.0",
"@emotion/styled": "^11.11.0",
"@material-table/core": "^6.1.15",
"@mui/material": "^5.13.1",
"@mui/x-data-grid": "^6.5.0",
"@mui/x-data-grid-generator": "^6.5.0",
"@mui/x-date-pickers": "^6.5.0",
"@mui/x-date-pickers-pro": "^6.5.0",
"@supabase/auth-helpers-nextjs": "^0.7.0",
"@supabase/auth-helpers-react": "^0.4.0",
"@supabase/supabase-js": "^2.22.0",
"@tanstack/react-query": "^5.17.0",
"@types/node": "^20.1.4",
"@types/react": "^18.2.6",
"@types/react-dom": "^18.2.4",
"autoprefixer": "10.4.16",
"chart.js": "^4.3.0",
"dayjs": "^1.11.7",
"eslint": "^8.41.0",
"eslint-config-next": "^13.0.0",
"jotai": "^2.1.0",
"jotai-devtools": "^0.7.0",
"modern-normalize": "^2.0.0",
"next": "^14.0.4",
"node-fetch": "^3.3.2",
"notistack": "^3.0.1",
"postcss": "8.4.31",
"react": "^18.2.0",
"react-chartjs-2": "^5.2.0",
"react-dom": "^18.2.0",
"read-excel-file": "^5.7.1",
"sass": "^1.62.1",
"swr": "^2.1.5",
"tailwindcss": "3.3.6",
"ts-node": "^10.9.2",
"typescript": "^5.0.4",
"write-excel-file": "^1.4.29"
},
"devDependencies": {
"@babel/preset-env": "^7.23.7",
"@babel/preset-react": "^7.23.3",
"@babel/preset-typescript": "^7.23.3",
"babel-jest": "^29.7.0",
"encoding": "^0.1.13",
"jest": "^29.7.0",
"react-test-renderer": "^18.2.0"
}
}