diff options
Diffstat (limited to 'examples/with-rollup/apps/web/package.json')
| -rw-r--r-- | examples/with-rollup/apps/web/package.json | 26 |
1 files changed, 0 insertions, 26 deletions
diff --git a/examples/with-rollup/apps/web/package.json b/examples/with-rollup/apps/web/package.json deleted file mode 100644 index 9581041..0000000 --- a/examples/with-rollup/apps/web/package.json +++ /dev/null @@ -1,26 +0,0 @@ -{ - "name": "web", - "version": "1.0.0", - "private": true, - "scripts": { - "dev": "next dev", - "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": "^17.0.12", - "@types/react": "^18.0.34", - "@types/react-dom": "^18.0.11", - "eslint-config-custom": "workspace:*", - "next-transpile-modules": "^9.0.0", - "tsconfig": "workspace:*", - "typescript": "^4.5.3" - } -} |
