-
Notifications
You must be signed in to change notification settings - Fork 129
Expand file tree
/
Copy pathpackage.json
More file actions
50 lines (50 loc) · 1.58 KB
/
package.json
File metadata and controls
50 lines (50 loc) · 1.58 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
{
"name": "@daeuniverse/monorepo",
"type": "module",
"private": true,
"packageManager": "pnpm@10.24.0",
"description": "A Web Dashboard For dae",
"author": {
"email": "dae@v2raya.org",
"name": "daeuniverse"
},
"license": "MIT",
"homepage": "https://daeuniverse.github.io/daed",
"repository": "https://github.com/daeuniverse/daed",
"scripts": {
"build": "turbo run build",
"build:mock": "turbo run build --env-mode=loose -- --mode mock",
"codegen": "graphql-codegen",
"dev": "turbo run dev",
"dev:mock": "turbo run dev --env-mode=loose -- --mode mock",
"lint": "eslint --fix .",
"prepare": "husky",
"screenshot": "pnpm build:mock && npx tsx scripts/screenshot.ts",
"test": "turbo run test",
"check-types": "turbo run check-types"
},
"devDependencies": {
"@antfu/eslint-config": "catalog:",
"@commitlint/cli": "catalog:",
"@commitlint/config-conventional": "catalog:",
"@eslint-react/eslint-plugin": "catalog:",
"@graphql-codegen/cli": "catalog:",
"@graphql-codegen/client-preset": "catalog:",
"@graphql-codegen/introspection": "catalog:",
"@tanstack/eslint-plugin-query": "catalog:",
"eslint": "catalog:",
"eslint-plugin-react-hooks": "catalog:",
"eslint-plugin-react-refresh": "catalog:",
"execa": "catalog:",
"globals": "catalog:",
"husky": "catalog:",
"lint-staged": "catalog:",
"playwright": "catalog:",
"prettier": "catalog:",
"simple-git": "catalog:",
"sort-package-json": "catalog:",
"tsx": "catalog:",
"turbo": "catalog:",
"typescript": "catalog:"
}
}