aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/examples/with-docker/apps/web/package.json
diff options
context:
space:
mode:
Diffstat (limited to 'examples/with-docker/apps/web/package.json')
-rw-r--r--examples/with-docker/apps/web/package.json26
1 files changed, 0 insertions, 26 deletions
diff --git a/examples/with-docker/apps/web/package.json b/examples/with-docker/apps/web/package.json
deleted file mode 100644
index 82398e3..0000000
--- a/examples/with-docker/apps/web/package.json
+++ /dev/null
@@ -1,26 +0,0 @@
-{
- "name": "web",
- "version": "0.0.0",
- "private": true,
- "scripts": {
- "build": "next build",
- "dev": "next dev",
- "lint": "next lint",
- "start": "next start"
- },
- "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": "7.32.0",
- "eslint-config-custom": "*",
- "tsconfig": "*",
- "typescript": "^4.5.3"
- }
-}