diff options
Diffstat (limited to 'examples/with-gatsby/packages/ui/package.json')
| -rw-r--r-- | examples/with-gatsby/packages/ui/package.json | 19 |
1 files changed, 19 insertions, 0 deletions
diff --git a/examples/with-gatsby/packages/ui/package.json b/examples/with-gatsby/packages/ui/package.json new file mode 100644 index 0000000..17b3a32 --- /dev/null +++ b/examples/with-gatsby/packages/ui/package.json @@ -0,0 +1,19 @@ +{ + "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" + } +} |
