-
Notifications
You must be signed in to change notification settings - Fork 35
Expand file tree
/
Copy pathpackage.json
More file actions
67 lines (67 loc) · 2.01 KB
/
package.json
File metadata and controls
67 lines (67 loc) · 2.01 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
54
55
56
57
58
59
60
61
62
63
64
65
66
67
{
"name": "web",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"start:main": "turbo run start --filter @huos/main",
"start:editor": "turbo run start --filter @huos/editor",
"start:build": "turbo run build --filter @huos/main",
"build:editor": "turbo run build --filter @huos/editor",
"lint": "eslint / --ext .js,.jsx,.ts,.tsx"
},
"keywords": [],
"author": "",
"license": "ISC",
"dependencies": {
"@ant-design/cssinjs": "^1.17.0",
"@ant-design/icons": "^5.2.5",
"@ant-design/pro-components": "^2.6.11",
"@codemirror/lang-javascript": "^6.1.9",
"@craftjs/core": "0.2.0-beta.12",
"@devtools-ds/console": "^1.2.1",
"@devtools-ds/dom-inspector": "^1.2.1",
"@devtools-ds/object-inspector": "^1.2.1",
"@emotion/cache": "^11.11.0",
"@emotion/css": "^11.11.2",
"@emotion/react": "^11.11.1",
"@emotion/styled": "^11.11.0",
"@uiw/react-codemirror": "^4.21.9",
"@uiw/react-textarea-code-editor": "^2.1.7",
"ahooks": "^3.7.8",
"antd": "^5.10.0",
"clsx": "^2.0.0",
"framer-motion": "^10.16.4",
"immer": "^10.0.3",
"lodash": "^4.17.21",
"monaco-editor": "^0.43.0",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"react-monaco-editor": "^0.54.0",
"react-router-dom": "^6.14.2",
"styled-system": "^5.1.5",
"umi-request": "^1.4.0",
"vite": "^4.4.5",
"wujie": "^1.0.18",
"wujie-react": "^1.0.18",
"zustand": "^4.4.3"
},
"devDependencies": {
"@changesets/cli": "^2.26.2",
"@huos/lint": "workspace:^",
"@monaco-editor/react": "^4.5.1",
"@swc/core": "^1.3.74",
"@types/lodash": "^4.14.197",
"@types/node": "^20.7.2",
"@types/react": "^18.2.18",
"@types/react-dom": "^18.2.7",
"@types/styled-system": "^5.1.16",
"@vitejs/plugin-react-swc": "^3.3.2",
"eslint": "^8.46.0",
"eslint-config-airbnb": "^19.0.4",
"tsup": "^7.2.0",
"turbo": "^1.10.12",
"typescript": "^5.1.6"
}
}