-
Notifications
You must be signed in to change notification settings - Fork 32
/
package.json
38 lines (38 loc) · 1021 Bytes
/
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
{
"name": "replicache-todo",
"version": "0.2.1",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"format": "prettier --write './**/*.{js,jsx,json,ts,tsx,html,css,md}'"
},
"dependencies": {
"@supabase/supabase-js": ">=2.0.0",
"@types/node": "^14.14.37",
"@types/pg": "^8.6.4",
"@types/react": "^17.0.11",
"@types/react-dom": "^18.0.5",
"@typescript-eslint/eslint-plugin": "^5.3.1",
"@typescript-eslint/parser": "^5.18.0",
"classnames": "^2.3.1",
"eslint": "^8.2.0",
"nanoid": "^4.0.2",
"next": ">=12.1.6",
"pg-promise": "^11.5.0",
"prettier": "^2.2.1",
"react": ">=16.0 <19.0",
"react-dom": ">=16.0 <19.0",
"replicache": "^15.0.1",
"replicache-react": "^5.0.1",
"replicache-transaction": "^0.4.0",
"todomvc-app-css": "^2.4.2",
"typescript": "^4.9.3",
"zod": ">=3.17.3"
},
"devDependencies": {
"@types/js-cookie": "^3.0.3",
"js-cookie": "^3.0.5"
}
}