aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/examples/with-tailwind/apps/docs/package.json
diff options
context:
space:
mode:
Diffstat (limited to 'examples/with-tailwind/apps/docs/package.json')
-rw-r--r--examples/with-tailwind/apps/docs/package.json29
1 files changed, 0 insertions, 29 deletions
diff --git a/examples/with-tailwind/apps/docs/package.json b/examples/with-tailwind/apps/docs/package.json
deleted file mode 100644
index ab8c84e..0000000
--- a/examples/with-tailwind/apps/docs/package.json
+++ /dev/null
@@ -1,29 +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": "workspace:*"
- },
- "devDependencies": {
- "@types/node": "^18.11.17",
- "@types/react": "^18.0.26",
- "@types/react-dom": "^18.0.9",
- "autoprefixer": "^10.4.13",
- "eslint-config-custom": "workspace:*",
- "postcss": "^8.4.20",
- "tailwind-config": "workspace:*",
- "tailwindcss": "^3.2.4",
- "tsconfig": "workspace:*",
- "typescript": "^4.9.4"
- }
-}