summaryrefslogtreecommitdiffstats
path: root/ui/package.json
blob: fee2d67a17ccff23f345266cb79b82f328ec932f (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": "TaSTT",
  "version": "1.0.0",
  "description": "Speech-to-text tool for VRChat",
  "main": "index.js",
  "scripts": {
    "start": "npm run build:css && electron .",
    "build:css": "tailwindcss -i ./src/components.css -o ./build/output.css",
    "watch:css": "tailwindcss -i ./src/components.css -o ./build/output.css --watch",
    "dev": "concurrently \"npm run watch:css\" \"electron .\"",
    "test": "echo \"Error: no test specified\" && exit 1"
  },
  "keywords": [],
  "author": "yum_food",
  "license": "MIT",
  "dependencies": {
    "js-yaml": "^4.1.0"
  },
  "devDependencies": {
    "@vitejs/plugin-vue": "^5.2.4",
    "autoprefixer": "^10.4.21",
    "concurrently": "^9.1.2",
    "cross-env": "^7.0.3",
    "electron": "^36.3.2",
    "postcss": "^8.5.4",
    "tailwindcss": "^3.4.17",
    "vite": "^6.3.5",
    "vue": "^3.5.16"
  }
}