forked from bambanah/deemix
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
49 lines (49 loc) · 1.67 KB
/
package.json
File metadata and controls
49 lines (49 loc) · 1.67 KB
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
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
{
"name": "deemix",
"private": true,
"description": "A hybrid monorepo that wraps deemix-webui and lets you use the deemix-js library",
"repository": "https://github.com/bambanah/deemix.git",
"author": "Bambanah",
"license": "GPL-3.0-only",
"scripts": {
"dev": "turbo run dev --filter=deemix-webui...",
"dev:gui": "turbo run deemix-gui#dev",
"build": "turbo run build",
"lint": "turbo run lint",
"type-check": "turbo run type-check",
"test": "turbo run test",
"package": "turbo run package",
"make": "turbo run make",
"compile:cli": "turbo run deemix-cli#compile",
"ci": "turbo run lint type-check build test",
"clean": "rimraf .turbo node_modules --glob **/dist **/out **/node_modules **/.turbo **/tsconfig.tsbuildinfo",
"prepare": "husky"
},
"devDependencies": {
"@changesets/cli": "^2.28.1",
"@commitlint/cli": "^19.8.0",
"@commitlint/config-conventional": "^19.8.0",
"@eslint/js": "^9.22.0",
"@total-typescript/tsconfig": "^1.0.4",
"@types/eslint-config-prettier": "^6.11.3",
"@types/node": "^20.16.3",
"@typescript-eslint/parser": "~8.26.1",
"esbuild": "^0.25.1",
"eslint": "^9.22.0",
"eslint-config-prettier": "^10.1.1",
"eslint-plugin-vue": "^10.0.0",
"globals": "^16.0.0",
"husky": "^9.1.7",
"npm-run-all2": "^7.0.2",
"prettier": "^3.5.3",
"prettier-plugin-tailwindcss": "^0.6.11",
"rimraf": "^6.0.1",
"tsx": "^4.19.3",
"turbo": "^2.4.4",
"typescript": "~5.8.2",
"typescript-eslint": "8.26.1",
"vitest": "^2.0.5",
"vue-eslint-parser": "^10.1.1"
},
"packageManager": "pnpm@10.6.4+sha512.da3d715bfd22a9a105e6e8088cfc7826699332ded60c423b14ec613a185f1602206702ff0fe4c438cb15c979081ce4cb02568e364b15174503a63c7a8e2a5f6c"
}