-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
50 lines (50 loc) · 1.44 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": "support_template",
"version": "0.1.1",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint"
},
"dependencies": {
"@chakra-ui/icons": "^2.0.19",
"@chakra-ui/react": "^2.6.1",
"@emotion/react": "^11.11.0",
"@emotion/styled": "^11.11.0",
"@fontsource/oswald": "^5.0.1",
"@react-icons/all-files": "^4.1.0",
"@supabase/auth-helpers-nextjs": "^0.7.0",
"@supabase/auth-helpers-react": "^0.4.0",
"@supabase/supabase-js": "^2.23.0",
"@types/node": "20.2.5",
"@types/react": "18.2.7",
"@types/react-dom": "18.2.4",
"@types/web": "^0.0.99",
"axios": "^1.4.0",
"eslint": "^8.0.1",
"eslint-config-next": "13.4.4",
"framer-motion": "^9.0.2",
"lucide-react": "^0.233.0",
"next": "13.4.4",
"next-navigation": "^1.0.6",
"react": "18.2.0",
"react-dom": "18.2.0",
"server-only": "^0.0.1",
"swr": "^2.1.5",
"typescript": "*",
"@react-buddy/ide-toolbox-next": "^2.4.1",
"@react-buddy/palette-chakra-ui": "^2.3.1"
},
"devDependencies": {
"@next/eslint-plugin-next": "^13.4.19",
"@typescript-eslint/eslint-plugin": "^6.1.0",
"eslint-config-standard-with-typescript": "^38.0.0",
"eslint-plugin-import": "^2.25.2",
"eslint-plugin-n": "^15.0.0 || ^16.0.0 ",
"eslint-plugin-promise": "^6.0.0",
"eslint-plugin-react": "^7.33.2",
"prettier": "2.8.8"
}
}