mirror of
https://github.com/supabase/supabase.git
synced 2026-06-21 23:12:45 +08:00
28 lines
562 B
JSON
28 lines
562 B
JSON
{
|
|
"name": "tutorials",
|
|
"version": "0.0.0",
|
|
"private": true,
|
|
"scripts": {
|
|
"dev": "next dev --port 3003",
|
|
"build": "next build",
|
|
"start": "next start",
|
|
"lint": "next lint"
|
|
},
|
|
"dependencies": {
|
|
"colorette": "^1.4.0",
|
|
"common": "*",
|
|
"next": "12.0.8",
|
|
"react": "17.0.2",
|
|
"react-dom": "17.0.2"
|
|
},
|
|
"devDependencies": {
|
|
"@types/node": "^17.0.12",
|
|
"@types/react": "17.0.37",
|
|
"config": "*",
|
|
"eslint": "7.32.0",
|
|
"next-transpile-modules": "9.0.0",
|
|
"tsconfig": "*",
|
|
"typescript": "^4.5.3"
|
|
}
|
|
}
|