-
Notifications
You must be signed in to change notification settings - Fork 52
Expand file tree
/
Copy pathpackage.json
More file actions
57 lines (57 loc) 路 1.4 KB
/
Copy pathpackage.json
File metadata and controls
57 lines (57 loc) 路 1.4 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
{
"name": "antv.vision",
"private": true,
"description": "Ant Visualization solution home page",
"version": "1.0.0",
"author": "AntV Team",
"keywords": [
"antvis",
"antv"
],
"homepage": "https://antv.antgroup.com",
"repository": {
"type": "git",
"url": "https://github.com/antvis/antvis.github.io"
},
"bugs": {
"url": "https://github.com/antvis/antvis.github.io/issues"
},
"dependencies": {
"@antv/g2plot": "^2.3.1",
"@antv/g6": "3.3.7",
"antd": "5.10.2",
"classnames": "^2.2.6",
"lodash": "^4.17.20",
"react": "^18.3.1",
"react-dom": "^18.3.1"
},
"devDependencies": {
"@antv/astro-theme-antv": "^0.1.0-beta.3",
"astro": "7.2.0",
"@astrojs/react": "6.0.5",
"@astrojs/mdx": "7.0.8",
"@astrojs/sitemap": "3.7.3",
"@astrojs/check": "0.9.10",
"@types/react": "^18.3.26",
"@types/react-dom": "^18.3.7",
"@types/lodash": "^4.14.189",
"@types/node": "^22.18.6",
"typescript": "5.9.3",
"gh-pages": "^3.1.0",
"prettier": "^2.0.0"
},
"license": "MIT",
"scripts": {
"dev": "astro dev",
"build": "astro build",
"check": "astro check",
"preview": "astro preview",
"deploy": "npm run build && npm run gh-pages",
"gh-pages": "gh-pages -d dist",
"format": "prettier --write \"**/*.{ts,tsx,js,mjs,json,md,css}\""
},
"type": "module",
"engines": {
"node": ">=22.12.0"
}
}