-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
44 lines (44 loc) · 1.12 KB
/
package.json
File metadata and controls
44 lines (44 loc) · 1.12 KB
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
{
"name": "website",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint",
"prune": "ts-prune"
},
"dependencies": {
"@chakra-ui/react": "^1.8.6",
"@emotion/react": "^11.8.2",
"@emotion/styled": "^11.8.1",
"@fontsource/montserrat": "^4.5.5",
"@prisma/client": "^4.3.1",
"@supabase/supabase-js": "^1.35.4",
"@supabase/ui": "^0.36.5",
"chakra-react-select": "^4.4.0",
"framer-motion": "^6.2.8",
"moment": "^2.29.3",
"next": "12.1.0",
"react": "17.0.2",
"react-dom": "17.0.2",
"react-icons": "^4.3.1",
"react-supabase": "^0.2.0",
"runtypes": "^6.6.0",
"slate": "^0.77.2",
"slate-react": "^0.77.3",
"styled-components": "^5.3.3"
},
"devDependencies": {
"@types/node": "^17.0.21",
"@types/react": "^17.0.39",
"@types/styled-components": "^5.1.24",
"@typescript-eslint/eslint-plugin": "^5.36.1",
"eslint": "^8.10.0",
"eslint-config-next": "12.1.0",
"prisma": "^4.3.1",
"ts-prune": "^0.10.3",
"typescript": "^4.6.2"
}
}