mirror of
https://github.com/jakejarvis/jarv.is.git
synced 2026-09-08 19:25:33 -04:00
Generated
+1
@@ -5,6 +5,7 @@
|
|||||||
"packages": {
|
"packages": {
|
||||||
"": {
|
"": {
|
||||||
"name": "jarv.is",
|
"name": "jarv.is",
|
||||||
|
"hasInstallScript": true,
|
||||||
"license": "(MIT AND CC-BY-4.0)",
|
"license": "(MIT AND CC-BY-4.0)",
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"@giscus/react": "^2.2.8",
|
"@giscus/react": "^2.2.8",
|
||||||
|
|||||||
+2
-1
@@ -14,7 +14,8 @@
|
|||||||
"dev": "next dev -H 0.0.0.0",
|
"dev": "next dev -H 0.0.0.0",
|
||||||
"build": "next build",
|
"build": "next build",
|
||||||
"start": "next start",
|
"start": "next start",
|
||||||
"lint": "eslint . --ext js,jsx,ts,tsx,md,mdx"
|
"lint": "eslint . --ext js,jsx,ts,tsx,md,mdx",
|
||||||
|
"postinstall": "prisma generate"
|
||||||
},
|
},
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"@giscus/react": "^2.2.8",
|
"@giscus/react": "^2.2.8",
|
||||||
|
|||||||
Reference in New Issue
Block a user