-
Notifications
You must be signed in to change notification settings - Fork 12
/
package.json
47 lines (47 loc) · 1.74 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
{
"name": "studio-b3",
"description": "[![Deploy](https://github.com/unit-mesh/3b/actions/workflows/deploy.yml/badge.svg)](https://github.com/unit-mesh/3b/actions/workflows/deploy.yml)\r ![npm](https://img.shields.io/npm/v/b3-editor)\r ![GitHub release (with filter)](https://img.shields.io/github/v/release/unit-mesh/b3)",
"directories": {
"doc": "docs"
},
"version": "0.2.0",
"scripts": {
"serve-llmapi": "pnpm -F @studio-b3/llmapi watch",
"serve-core": "pnpm -F @studio-b3/web-core watch",
"build-core": "nx build @studio-b3/web-core",
"serve-studio": "nx dev @studio-b3/web-studio",
"build-studio": "nx build @studio-b3/web-studio",
"build-native": "nx tauri:build @studio-b3/web-native-wrapper"
},
"packageManager": "[email protected]",
"devDependencies": {
"@nrwl/cli": "^15.9.3",
"@types/node": "20.9.4",
"@types/react": "18.2.38",
"@types/react-dom": "18.2.17",
"@typescript-eslint/eslint-plugin": "^6.10.0",
"@typescript-eslint/parser": "^6.10.0",
"@vitejs/plugin-react": "^4.2.0",
"eslint": "^8.53.0",
"eslint-config-next": "14.0.3",
"eslint-config-prettier": "^9.0.0",
"eslint-define-config": "^2.0.0",
"eslint-plugin-import": "2.27.5",
"eslint-plugin-jsx-a11y": "6.7.1",
"eslint-plugin-react": "7.32.2",
"eslint-plugin-react-hooks": "^4.6.0",
"eslint-plugin-react-refresh": "^0.4.4",
"eslint-plugin-storybook": "^0.6.15",
"nx": "^17.2.0",
"prettier": "^2.6.2",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"ts-node": "10.9.1",
"typescript": "^5.2.2",
"vite": "^5.0.0",
"vite-plugin-checker": "^0.6.2",
"vite-plugin-dts": "^3.6.4",
"vite-plugin-externalize-deps": "^0.8.0",
"vite-plugin-lib-inject-css": "^1.3.0"
}
}