diff options
Diffstat (limited to 'examples/with-gatsby/apps/docs/package.json')
| -rw-r--r-- | examples/with-gatsby/apps/docs/package.json | 27 |
1 files changed, 0 insertions, 27 deletions
diff --git a/examples/with-gatsby/apps/docs/package.json b/examples/with-gatsby/apps/docs/package.json deleted file mode 100644 index 75dd2e0..0000000 --- a/examples/with-gatsby/apps/docs/package.json +++ /dev/null @@ -1,27 +0,0 @@ -{ - "name": "docs", - "version": "0.0.0", - "private": true, - "scripts": { - "dev": "next dev --port 3001", - "build": "next build", - "start": "next start", - "lint": "next lint" - }, - "dependencies": { - "next": "^13.1.1", - "react": "18.2.0", - "react-dom": "18.2.0", - "ui": "workspace:*" - }, - "devDependencies": { - "@babel/core": "^7.0.0", - "eslint-config-custom": "workspace:*", - "eslint": "7.32.0", - "tsconfig": "workspace:*", - "@types/node": "^17.0.12", - "@types/react": "^18.0.22", - "@types/react-dom": "^18.0.7", - "typescript": "^4.5.3" - } -} |
