-
Notifications
You must be signed in to change notification settings - Fork 168
Expand file tree
/
Copy pathpackage.json
More file actions
41 lines (41 loc) · 1.35 KB
/
package.json
File metadata and controls
41 lines (41 loc) · 1.35 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
{
"name": "dify-chat-root",
"version": "0.7.1",
"private": true,
"scripts": {
"build": "pnpm -r build",
"build:pkgs": "pnpm --filter @dify-chat/* build",
"dev:docs": "pnpm --filter dify-chat-docs dev",
"dev:react": "pnpm --filter dify-chat-app-react dev",
"dev:platform": "pnpm --filter dify-chat-platform dev",
"create-admin": "pnpm --filter dify-chat-platform create-admin",
"test": "pnpm -r test",
"changeset": "changeset",
"version-packages": "changeset version",
"release": "pnpm build && changeset publish",
"lint": "oxlint",
"lint:fix": "oxlint --fix",
"format": "oxfmt",
"format:check": "oxfmt --check"
},
"devDependencies": {
"@changesets/cli": "catalog:",
"@eslint/compat": "catalog:",
"@eslint/js": "catalog:",
"@trivago/prettier-plugin-sort-imports": "catalog:",
"eslint": "catalog:",
"eslint-plugin-react": "catalog:",
"eslint-plugin-react-hooks": "catalog:",
"globals": "catalog:",
"husky": "catalog:",
"lint-staged": "catalog:",
"oxfmt": "^0.23.0",
"oxlint": "^1.38.0",
"oxlint-tsgolint": "^0.10.1",
"prettier": "catalog:",
"prettier-plugin-tailwindcss": "catalog:",
"typescript": "catalog:",
"typescript-eslint": "catalog:"
},
"packageManager": "pnpm@10.8.1+sha512.c50088ba998c67b8ca8c99df8a5e02fd2ae2e2b29aaf238feaa9e124248d3f48f9fb6db2424949ff901cffbb5e0f0cc1ad6aedb602cd29450751d11c35023677"
}