-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
50 lines (50 loc) · 1.31 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
{
"name": "project",
"private": true,
"version": "1.0.0",
"license": "Private",
"engines": {
"node": "16.x"
},
"scripts": {
"dev": "next dev",
"build": "next build",
"format": "prettier --write \"src/**/*.ts\" \"test/**/*.ts\"",
"lint": "next lint"
},
"dependencies": {
"@headlessui/react": "^1.7.3",
"@heroicons/react": "^2.0.12",
"@nextui-org/react": "^1.0.0-beta.10",
"@supabase/supabase-js": "^2.0.0-rc.10",
"@vercel/analytics": "^0.1.3",
"@vercel/og": "^0.0.19",
"autoprefixer": "^10.4.12",
"clsx": "^1.2.1",
"dotenv": "^16.0.3",
"next": "^12.3.1",
"next-sitemap": "^3.1.25",
"next-themes": "^0.2.1",
"postcss": "^8.4.17",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"react-use-precision-timer": "^1.0.8",
"react-youtube": "^10.0.0",
"swr": "2.0.0-rc.0",
"tailwindcss": "^3.1.8",
"webvtt-parser": "^2.2.0"
},
"devDependencies": {
"@types/node": "^18.7.23",
"@types/react": "^18.0.21",
"@types/react-dom": "^18.0.6",
"@typescript-eslint/eslint-plugin": "^5.38.1",
"@typescript-eslint/parser": "^5.39.0",
"eslint": "^8.22.0",
"eslint-config-next": "^12.2.5",
"eslint-config-prettier": "^8.5.0",
"prettier": "^2.6.2",
"tsconfig-paths": "^4.1.0",
"typescript": "^4.8.4"
}
}