-
Notifications
You must be signed in to change notification settings - Fork 97
/
Copy pathpackage.json
62 lines (62 loc) · 1.94 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
57
58
59
60
61
62
{
"name": "@internal/docs",
"version": "0.0.1",
"description": "site for all VChart",
"private": true,
"scripts": {
"serve": "vite --host",
"watch": "node ./libs/template-parse/build.js --env dev --watch",
"start": "npx concurrently --kill-others \"npm:watch\" \"npm:serve\"",
"preview": "node ./libs/preview.js",
"preview-empty": "node ./libs/preview.js --empty"
},
"dependencies": {
"@arco-design/web-react": "2.46.1",
"@visactor/openinula-vchart": "workspace:1.13.4",
"@visactor/react-vchart": "workspace:1.13.4",
"@visactor/vchart": "workspace:1.13.4",
"@visactor/vchart-extension": "workspace:1.13.4",
"@visactor/vchart-theme": "~1.6.6",
"@visactor/vmind": "1.2.4-alpha.5",
"@visactor/vutils": "~0.19.3",
"@visactor/vrender": "0.21.11",
"@visactor/vrender-kits": "0.21.11",
"@visactor/vgrammar": "0.15.5",
"@visactor/vtable": "1.12.0",
"@visactor/vtable-editors": "1.12.0",
"@visactor/vtable-gantt": "1.12.0",
"@visactor/vtable-calendar": "1.12.0",
"markdown-it": "^13.0.0",
"highlight.js": "^11.8.0",
"axios": "^1.4.0",
"buble": "^0.20.0",
"openinula": ">=0.1.2-SNAPSHOT",
"react": "^18.0.0",
"react-dom": "^18.0.0",
"react-router-dom": "6.9.0"
},
"devDependencies": {
"lodash": "4.17.21",
"@internal/eslint-config": "workspace:*",
"@internal/ts-config": "workspace:*",
"@internal/story-player": "workspace:*",
"@types/buble": "^0.20.5",
"@types/react": "^18.0.0",
"@types/react-dom": "^18.0.0",
"@types/markdown-it": "^13.0.0",
"@types/highlightjs": "^9.12.0",
"@vitejs/plugin-react": "3.1.0",
"typescript": "4.9.5",
"vite": "3.2.6",
"canvas": "2.11.2",
"marked": "^0.3.19",
"chalk": "^3.0.0",
"fs-extra": "10.1.0",
"yargs": "^17.1.1",
"htmlparser2": "^4.1.0",
"globby": "11.1.0",
"chokidar": "^3.5.0",
"react-device-detect": "^2.2.2",
"minimist": "1.2.8"
}
}