-
Notifications
You must be signed in to change notification settings - Fork 219
Expand file tree
/
Copy pathpackage.json
More file actions
71 lines (71 loc) · 1.83 KB
/
package.json
File metadata and controls
71 lines (71 loc) · 1.83 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
68
69
70
71
{
"name": "@antv/s2-site",
"version": "0.1.0",
"private": true,
"description": "S2 sites deployed on gh-pages",
"keywords": [
"antv",
"s2",
"spreadsheet",
"site"
],
"homepage": "https://s2.antv.antgroup.com",
"bugs": {
"url": "https://github.com/antvis/S2/issues"
},
"repository": {
"type": "git",
"url": "https://github.com/antvis/S2"
},
"license": "MIT",
"scripts": {
"build": "dumi build",
"clean": "rimraf .dumi",
"deploy": "dumi build && cp ./CNAME ./dist/CNAME && gh-pages -d dist",
"develop": "dumi dev",
"preview": "dumi preview",
"start": "dumi dev"
},
"dependencies": {
"@ant-design/icons": "^5.3.7",
"@antv/dumi-theme-antv": "beta",
"@antv/g": "^6.1.21",
"@antv/g-canvas": "^2.0.39",
"@antv/g-plugin-a11y": "^1.1.20",
"@antv/g-plugin-rough-canvas-renderer": "^2.0.38",
"@antv/g2": "^5.2.10",
"@antv/s2": "workspace:*",
"@antv/s2-react": "workspace:*",
"@antv/s2-react-components": "workspace:*",
"antd": "^5.17.0",
"copy-to-clipboard": "^3.3.3",
"dumi": "2.4.18",
"gh-pages": "^6.3.0",
"insert-css": "^2.0.0",
"lodash": "^4.17.21",
"qrcode": "^1.5.4",
"react": "^18",
"react-color": "^2.19.3",
"react-dom": "^18"
},
"devDependencies": {
"@google-cloud/translate": "^7.2.2",
"@stone-lyl/google-translate-script": "^0.1.0",
"hast-util-to-html": "^8.0.4",
"micromark-extension-directive": "^2.2.1",
"rehype-document": "^6.1.0",
"rehype-format": "^4.0.1",
"rehype-parse": "^8.0.5",
"rehype-remark": "^9.1.2",
"rehype-stringify": "^9.0.4",
"remark-gfm": "^3.0.1",
"remark-parse": "^10.0.2",
"remark-rehype": "^10.1.0",
"remark-stringify": "^10.0.3",
"unified": "^10.1.2",
"unist-util-visit": "^4.1.2"
},
"tnpm": {
"mode": "pnpm"
}
}