forked from bambanah/deemix
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
49 lines (49 loc) · 1.67 KB
/
package.json
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": "pnpm -r --parallel --filter=!deemix-gui dev",
"dev:gui": "pnpm -C 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 compile --filter=deemix-cli...",
"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.27.7",
"@commitlint/cli": "^19.4.0",
"@commitlint/config-conventional": "^19.2.2",
"@eslint/js": "^9.11.1",
"@total-typescript/tsconfig": "^1.0.4",
"@types/eslint-config-prettier": "^6.11.3",
"@types/eslint__js": "^8.42.3",
"@types/node": "^20.16.3",
"@typescript-eslint/parser": "~8.8.0",
"esbuild": "^0.23.1",
"eslint": "~9.11.1",
"eslint-config-prettier": "^9.1.0",
"eslint-plugin-vue": "^9.28.0",
"globals": "^15.9.0",
"husky": "^9.1.5",
"npm-run-all2": "^6.2.0",
"prettier": "^3.2.5",
"prettier-plugin-tailwindcss": "^0.6.6",
"rimraf": "^6.0.1",
"tsx": "^4.19.0",
"turbo": "^2.1.3",
"typescript": "~5.5.0",
"typescript-eslint": "8.3.0",
"vitest": "^2.0.5"
},
"packageManager": "[email protected]+sha512.73a29afa36a0d092ece5271de5177ecbf8318d454ecd701343131b8ebc0c1a91c487da46ab77c8e596d6acf1461e3594ced4becedf8921b074fbd8653ed7051c"
}