-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
56 lines (56 loc) · 1.91 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
50
51
52
53
54
55
56
{
"name": "@yaoapp/pro",
"version": "1.0.0",
"description": "",
"keywords": [],
"author": "Wendao",
"license": "Yao Commercial License",
"main": "dist/index.js",
"types": "dist/index.d.ts",
"scripts": {
"tsc": "tsc",
"dev": "cross-env MODE=dev rspack build --watch",
"build": "cross-env MODE=prod rspack build && tsc",
"build:xgen": "cross-env MODE=prod rspack build --config rspack.output.js"
},
"dependencies": {
"@editorjs/editorjs": "^2.26.4",
"@yaoapp/editorjs_plugins": "workspace:*",
"@antv/layout": "^0.3.20",
"@antv/x6": "^2.9.4",
"@antv/x6-plugin-scroller": "^2.0.8",
"@antv/x6-react-shape": "^2.1.1",
"@dnd-kit/core": "^6.0.8",
"@dnd-kit/sortable": "^7.0.2",
"@dnd-kit/utilities": "^3.2.1",
"@emotion/react": "^11.10.6",
"@phosphor-icons/react": "^2.0.8",
"@yaoapp/storex": "workspace:^",
"ahooks": "^3.7.6",
"antd": "4.24.3",
"await-to-js": "^3.0.0",
"axios": "^1.3.5",
"classix": "^2.1.24",
"emittery": "^1.0.1",
"fast-equals": "^5.0.1",
"just-diff": "^6.0.2",
"lodash-es": "^4.17.21",
"mobx": "^6.9.0",
"mobx-react-lite": "^3.4.3",
"nanoid": "^4.0.2",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"react-shadow": "^19.0.3",
"ts-pattern": "^4.2.2",
"tss-react": "^4.8.2",
"tsyringe": "^4.7.0"
},
"devDependencies": {
"@rspack/cli": "^0.1.12",
"@types/lodash-es": "^4.17.7",
"@types/react": "^18.0.33",
"@types/react-dom": "^18.0.11",
"cross-env": "^7.0.3",
"typescript": "^5.0.3"
}
}