summaryrefslogtreecommitdiffhomepage
path: root/webui/package.json
blob: e360ea3e618b18826a715f731cc845031876ad5d (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
{
  "name": "webui",
  "version": "0.0.1",
  "license": "BSD-3-Clause",
  "engines": {
    "node": "18.16.1",
    "yarn": "1.22.19"
  },
  "private": true,
  "dependencies": {
  },
  "devDependencies": {
    "tailwindcss": "^3.1.6",
    "typescript": "^4.7.4",
    "vite": "^4.3.9",
    "@vitejs/plugin-react-swc": "^3.3.2",
    "vite-tsconfig-paths": "^3.5.0",
    "vite-plugin-svgr": "^3.2.0",
    "vite-plugin-rewrite-all": "^1.0.1"
  },
  "scripts": {
    "build": "vite build",
    "start": "vite",
    "lint": "tsc --noEmit"
  },
  "prettier": {
    "semi": false,
    "printWidth": 80
  }
}