forked from bambanah/deemix
-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
53 lines (53 loc) · 1.72 KB
/
package.json
File metadata and controls
53 lines (53 loc) · 1.72 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
50
51
52
53
{
"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",
"engines": {
"node": ">=24"
},
"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.29.5",
"@commitlint/cli": "^19.8.1",
"@commitlint/config-conventional": "^19.8.1",
"@eslint/js": "^9.33.0",
"@total-typescript/tsconfig": "^1.0.4",
"@types/eslint-config-prettier": "^6.11.3",
"@types/node": "^24.2.1",
"@typescript-eslint/parser": "~8.39.1",
"esbuild": "^0.25.9",
"eslint": "^9.33.0",
"eslint-config-prettier": "^10.1.8",
"eslint-plugin-vue": "^10.4.0",
"globals": "^16.3.0",
"husky": "^9.1.7",
"npm-run-all2": "^8.0.4",
"prettier": "^3.6.2",
"prettier-plugin-tailwindcss": "^0.6.14",
"rimraf": "^6.0.1",
"tsup": "^8.5.0",
"tsx": "^4.20.4",
"turbo": "^2.5.5",
"typescript": "~5.9.2",
"typescript-eslint": "8.39.1",
"vitest": "^3.2.4",
"vue-eslint-parser": "^10.2.0"
},
"packageManager": "pnpm@10.14.0+sha512.ad27a79641b49c3e481a16a805baa71817a04bbe06a38d17e60e2eaee83f6a146c6a688125f5792e48dd5ba30e7da52a5cda4c3992b9ccf333f9ce223af84748"
}