aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/examples/with-yarn/apps/docs/package.json
diff options
context:
space:
mode:
Diffstat (limited to 'examples/with-yarn/apps/docs/package.json')
-rw-r--r--examples/with-yarn/apps/docs/package.json25
1 files changed, 0 insertions, 25 deletions
diff --git a/examples/with-yarn/apps/docs/package.json b/examples/with-yarn/apps/docs/package.json
deleted file mode 100644
index a867e28..0000000
--- a/examples/with-yarn/apps/docs/package.json
+++ /dev/null
@@ -1,25 +0,0 @@
-{
- "name": "docs",
- "version": "1.0.0",
- "private": true,
- "scripts": {
- "dev": "next dev --port 3001",
- "build": "next build",
- "start": "next start",
- "lint": "next lint"
- },
- "dependencies": {
- "next": "latest",
- "react": "^18.2.0",
- "react-dom": "^18.2.0",
- "ui": "*"
- },
- "devDependencies": {
- "@types/node": "^17.0.12",
- "@types/react": "^18.0.22",
- "@types/react-dom": "^18.0.7",
- "eslint-config-custom": "*",
- "tsconfig": "*",
- "typescript": "^4.5.3"
- }
-}