This repository was archived by the owner on May 19, 2026. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 11
Expand file tree
/
Copy pathpackage.json
More file actions
62 lines (62 loc) · 1.75 KB
/
package.json
File metadata and controls
62 lines (62 loc) · 1.75 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
{
"name": "@antv/vis-dashboard",
"description": "G2Plot 可视化精选",
"version": "0.1.0",
"author": "visiky <736929286@qq.com>",
"keywords": [
"g2plot",
"visualization",
"dashboard"
],
"scripts": {
"start": "gatsby develop",
"build": "gatsby build",
"format": "prettier --write \"**/*.{js,jsx,ts,tsx,json,md}\"",
"serve": "gatsby serve",
"clean": "gatsby clean",
"contributors:add": "all-contributors add",
"contributors:check": "all-contributors check"
},
"dependencies": {
"@ant-design/icons": "^4.5.0",
"@antv/data-set": "^0.11.8",
"@antv/g2": "^4.1.16",
"@antv/g2plot": "^2.3.13",
"@microsoft/api-extractor": "^7.15.1",
"antd": "^4.10.3",
"axios": "^0.21.1",
"gatsby": "^2.26.1",
"gatsby-plugin-antd": "^2.2.0",
"gatsby-plugin-google-gtag": "^3.4.0",
"gatsby-plugin-less": "^4.6.0",
"gatsby-plugin-manifest": "^3.4.0",
"gatsby-plugin-page-creator": "^3.4.1",
"gatsby-plugin-react-helmet": "^4.4.0",
"insert-css": "^2.0.0",
"lodash": "^4.17.20",
"monaco-editor": "^0.23.0",
"monaco-editor-webpack-plugin": "^3.0.1",
"numeral": "^2.0.6",
"react": "^17.0.1",
"react-dom": "^17.0.1",
"react-grid-layout": "^1.2.0",
"react-helmet": "^6.1.0",
"react-monaco-editor": "^0.43.0",
"size-sensor": "^1.0.1"
},
"devDependencies": {
"@babel/plugin-transform-modules-umd": "^7.14.0",
"@babel/standalone": "^7.13.17",
"@loadable/component": "^5.14.1",
"@types/lodash": "^4.14.168",
"@types/react": "^17.0.0",
"all-contributors-cli": "^6.20.0",
"less": "^4.1.0",
"prettier": "2.2.1"
},
"repository": {
"type": "git",
"url": "https://github.com/antvis/vis-dashboard"
},
"license": "MIT"
}