-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
45 lines (45 loc) · 1.52 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
{
"name": "supabase_todoapp_frontend",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint",
"format": "prettier --write '**/*.{js,jsx,ts,tsx}'",
"types:generate": "npx openapi-typescript https://tyksrvynnikwgqzrclkm.supabase.co/rest/v1/?apikey=eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpc3MiOiJzdXBhYmFzZSIsInJlZiI6InR5a3Nydnlubmlrd2dxenJjbGttIiwicm9sZSI6ImFub24iLCJpYXQiOjE2NTEwODAxODksImV4cCI6MTk2NjY1NjE4OX0.Z8_rMHHoCJJU1KFy9qvv9j44WR17CnJtK7-mXbqc0pY --version=2 --output ./src/shared/generated_types.ts"
},
"dependencies": {
"@effector/reflect": "^7.1.1",
"@hookform/resolvers": "^2.8.8",
"@supabase/supabase-js": "^1.35.3",
"axios": "^0.27.2",
"effector": "^22.3.0",
"effector-react": "^22.0.6",
"next": "12.1.6",
"patronum": "^1.8.2",
"react": "^18.1.0",
"react-dom": "^18.1.0",
"react-hook-form": "^7.31.1",
"tiny-invariant": "^1.2.0",
"zod": "^3.15.1"
},
"devDependencies": {
"@types/node": "17.0.32",
"@types/react": "^18.0.9",
"@types/react-dom": "^18.0.3",
"autoprefixer": "^10.4.7",
"eslint": "8.15.0",
"eslint-config-next": "12.1.6",
"eslint-config-prettier": "^8.5.0",
"eslint-plugin-effector": "^0.6.0",
"eslint-plugin-prettier": "^4.0.0",
"openapi-typescript": "^5.3.0",
"postcss": "^8.4.13",
"prettier": "^2.6.2",
"prettier-plugin-tailwindcss": "^0.1.10",
"tailwindcss": "^3.0.24",
"typescript": "4.6.4"
}
}