-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
78 lines (78 loc) · 2.47 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
66
67
68
69
70
71
72
73
74
75
76
77
78
{
"name": "beyondur-next",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"update-types": "npx supabase gen types typescript --project-id \"hadgcouxbzsseqdpksjx\" > utils/types/database.ts",
"lint": "next lint --fix && eslint --ext .js,.jsx,.ts,.tsx,.vue . --fix",
"prettier": "prettier --write . --fix",
"test": "vitest",
"coverage": "vitest run --coverage"
},
"dependencies": {
"@headlessui/react": "^1.7.7",
"@mantine/form": "^5.9.5",
"@supabase/auth-helpers-nextjs": "^0.5.2",
"@supabase/auth-helpers-react": "^0.3.1",
"@supabase/auth-ui-react": "^0.2.6",
"@supabase/supabase-js": "^2.2.2",
"@tabler/icons": "^1.118.0",
"@tanstack/react-query": "^4.20.4",
"@tanstack/react-query-devtools": "^4.20.4",
"@types/node": "18.11.17",
"@types/react": "18.0.26",
"@types/react-dom": "18.0.10",
"@types/video.js": "^7.3.50",
"aws-sdk": "^2.1283.0",
"daisyui": "^2.46.0",
"eslint": "8.30.0",
"eslint-config-next": "^13.1.1",
"javascript-time-ago": "^2.5.9",
"lit": "^2.5.0",
"next": "^12.2.4",
"patch-package": "^6.5.0",
"plyr-react": "^5.1.2",
"postinstall-postinstall": "^2.1.0",
"prettier": "^2.8.4",
"prettier-plugin-tailwindcss": "^0.2.2",
"prop-types": "^15.8.1",
"react": "^17.0.0",
"react-beautiful-dnd": "^13.1.1",
"react-dom": "^17.0.0",
"react-icons": "^4.7.1",
"react-query": "^3.39.2",
"react-video-recorder": "^3.19.4",
"react-webcam": "^7.0.1",
"remove": "^0.1.5",
"styled-components": "^4.1.1 || ^5.3.6",
"supabase": ">=1.8.1",
"typescript": "4.9.4",
"uuid": "^9.0.0"
},
"devDependencies": {
"@commitlint/cli": "^17.4.3",
"@commitlint/config-conventional": "^17.4.3",
"@tailwindcss/typography": "^0.5.8",
"@testing-library/react": "12.1.2",
"@types/jest": "^29.4.0",
"@types/react-beautiful-dnd": "^13.1.3",
"@types/react-video-recorder": "^3.19.0",
"@types/recordrtc": "^5.6.10",
"@types/uuid": "^9.0.0",
"@typescript-eslint/eslint-plugin": "^5.51.0",
"@vitejs/plugin-react": "^3.1.0",
"@vitest/coverage-c8": "^0.28.4",
"autoprefixer": "^10.4.13",
"husky": "^8.0.3",
"jsdom": "^21.1.0",
"lint-staged": "^13.1.1",
"postcss": "^8.4.20",
"tailwindcss": "^3.2.4",
"tailwindcss-dotted-background": "^1.0.1",
"typescript-eslint": "^0.0.1-alpha.0",
"vitest": "^0.28.4"
}
}