aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/examples/with-gatsby/packages/ui/package.json
diff options
context:
space:
mode:
Diffstat (limited to 'examples/with-gatsby/packages/ui/package.json')
-rw-r--r--examples/with-gatsby/packages/ui/package.json19
1 files changed, 0 insertions, 19 deletions
diff --git a/examples/with-gatsby/packages/ui/package.json b/examples/with-gatsby/packages/ui/package.json
deleted file mode 100644
index 17b3a32..0000000
--- a/examples/with-gatsby/packages/ui/package.json
+++ /dev/null
@@ -1,19 +0,0 @@
-{
- "name": "ui",
- "version": "0.0.0",
- "main": "./index.tsx",
- "types": "./index.tsx",
- "license": "MIT",
- "scripts": {
- "lint": "eslint *.ts*"
- },
- "devDependencies": {
- "@types/react": "^18.0.17",
- "@types/react-dom": "^18.0.6",
- "eslint": "^7.32.0",
- "eslint-config-custom": "workspace:*",
- "react": "^18.2.0",
- "tsconfig": "workspace:*",
- "typescript": "^4.5.2"
- }
-}