aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/examples/basic/packages/ui/package.json
blob: f96974331bf35c29c1774a2d1ca38adbc79d11f9 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
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": "workspace:*",
    "react": "^17.0.2",
    "tsconfig": "workspace:*",
    "typescript": "^4.5.2"
  }
}