This repository has been archived by the owner on Feb 15, 2024. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
55 lines (55 loc) · 1.55 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
{
"name": "list",
"private": true,
"scripts": {
"build": "next build",
"deploy": "vercel deploy",
"env": "vercel env pull",
"format": "prettier --ignore-path .gitignore --write .",
"link": "vercel link",
"lint": "next lint",
"lint:fix": "next lint --fix",
"serve": "next start",
"start": "next dev"
},
"dependencies": {
"@babel/core": "^7.22.5",
"@chakra-ui/provider": "^2.4.2",
"@chakra-ui/react": "^2.7.0",
"@dnd-kit/core": "^6.0.8",
"@dnd-kit/sortable": "^7.0.2",
"@dnd-kit/utilities": "^3.2.2",
"@emotion/react": "^11.11.1",
"@emotion/styled": "^11.11.0",
"@fontsource/inter": "^5.0.3",
"@rocicorp/rails": "^0.4.0",
"@supabase/supabase-js": "^2.39.6",
"@svgr/webpack": "^8.0.1",
"@types/lodash": "^4.14.202",
"@types/node": "^20.3.1",
"@types/pg": "^8.11.0",
"@types/react": "^18.2.12",
"@typescript-eslint/eslint-plugin": "^5.59.11",
"@typescript-eslint/parser": "^5.59.11",
"eslint": "8.42.0",
"eslint-config-next": "^13.4.5",
"eslint-config-prettier": "^8.8.0",
"framer-motion": "^10.12.16",
"lodash": "^4.17.21",
"nanoid": "^4.0.2",
"next": "^13.4.5",
"next-seo": "^6.0.0",
"pg": "^8.11.3",
"pg-mem": "^2.8.1",
"prettier": "^2.8.8",
"prettier-plugin-organize-imports": "^3.2.2",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"replicache": "^12.2.2",
"replicache-react": "^2.11.0",
"replicache-transaction": "^0.3.3",
"typescript": "^5.1.3",
"vercel": "^30.2.1",
"zod": "^3.21.4"
}
}