diff options
Diffstat (limited to 'examples/with-npm/packages/ui/package.json')
| -rw-r--r-- | examples/with-npm/packages/ui/package.json | 19 |
1 files changed, 19 insertions, 0 deletions
diff --git a/examples/with-npm/packages/ui/package.json b/examples/with-npm/packages/ui/package.json new file mode 100644 index 0000000..ce16212 --- /dev/null +++ b/examples/with-npm/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": "^17.0.37", + "@types/react-dom": "^17.0.11", + "eslint": "^7.32.0", + "eslint-config-custom": "*", + "react": "18.2", + "tsconfig": "*", + "typescript": "^4.5.2" + } +} |
