aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/examples/with-docker/packages/ui/package.json
blob: e687c7728296c64f22735673c00a561be491152b (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",
  "license": "MIT",
  "main": "./index.tsx",
  "types": "./index.tsx",
  "scripts": {
    "lint": "eslint \"**/*.ts*\""
  },
  "devDependencies": {
    "@types/react": "^17.0.37",
    "@types/react-dom": "^17.0.11",
    "eslint": "^7.32.0",
    "eslint-config-custom": "*",
    "react": "^17.0.2",
    "tsconfig": "*",
    "typescript": "^4.5.2"
  }
}