aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/examples/with-yarn/packages/ui/package.json
diff options
context:
space:
mode:
Diffstat (limited to 'examples/with-yarn/packages/ui/package.json')
-rw-r--r--examples/with-yarn/packages/ui/package.json19
1 files changed, 19 insertions, 0 deletions
diff --git a/examples/with-yarn/packages/ui/package.json b/examples/with-yarn/packages/ui/package.json
new file mode 100644
index 0000000..ce16212
--- /dev/null
+++ b/examples/with-yarn/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"
+ }
+}