aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/examples/with-vite/apps/docs/package.json
blob: c9adc4b0c7266cf67e4e7feaf61e8dfc9c14c2eb (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
{
  "name": "docs",
  "private": true,
  "version": "0.0.0",
  "type": "module",
  "scripts": {
    "dev": "vite",
    "build": "tsc && vite build",
    "preview": "vite preview",
    "lint": "eslint \"src/**/*.ts\""
  },
  "dependencies": {
    "ui": "workspace:*"
  },
  "devDependencies": {
    "eslint": "^7.32.0",
    "eslint-config-custom": "workspace:*",
    "tsconfig": "workspace:*",
    "typescript": "^4.9.4",
    "vite": "^4.0.3"
  }
}