-
Notifications
You must be signed in to change notification settings - Fork 69
/
Copy pathpackage.json
107 lines (107 loc) · 3.03 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
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
{
"name": "@alicloud/cloud-charts",
"version": "1.1.20-beta.16",
"main": "lib/index.js",
"module": "es/index.js",
"types": "lib/index.d.ts",
"sideEffects": [
"build/*",
"*.scss",
"*.css"
],
"keywords": [
"charts",
"g2",
"react"
],
"repository": {
"type": "git",
"url": "https://github.com/alibaba/cloud-charts"
},
"license": "MIT",
"scripts": {
"start": "npm run storybook",
"online": "build-scripts start --skip-demo --online",
"build:production": "build-scripts build --skip-demo --production",
"build:development": "build-scripts build --skip-demo --development",
"build": "npm run build:development && npm run build:production",
"analyzer": "build-scripts build --skip-demo --analyzer",
"prepublishOnly": "npm run build",
"lint": "eslint --cache --ext .js,.jsx ./",
"storybook": "start-storybook -p 6006",
"build-storybook": "build-storybook"
},
"files": [
"package.json",
"README.md",
"CHANGELOG.md",
"font",
"lib",
"es/",
"build/",
"buildDev/"
],
"peerDependencies": {
"prop-types": "^15.5.10",
"react": "15.6 || 16 || 17",
"react-dom": "15.6 || 16 || 17"
},
"dependencies": {
"@antv/component": "0.8.28",
"@antv/data-set": "^0.11.5",
"@antv/g2": "^4.2.9",
"@antv/scale": "0.3.18",
"@antv/util": "2.0.17",
"@antv/matrix-util": "3.1.0-beta.3",
"classnames": "^2.2.5",
"d3-hierarchy": "^1.1.9",
"lodash": "^4.17.0",
"resize-observer-polyfill": "^1.5.1",
"tinycolor2": "^1.6.0"
},
"devDependencies": {
"@alib/build-scripts": "^0.1.3",
"@storybook/addon-actions": "^6.4.12",
"@storybook/addon-essentials": "^6.4.12",
"@storybook/addon-knobs": "6.4.0",
"@storybook/react": "^6.4.12",
"@types/classnames": "^2.2.10",
"@types/lodash": "^4.14.161",
"@types/prop-types": "^15.7.3",
"@types/react": "15.6 || 16 || 17",
"@types/react-dom": "15.6 || 16 || 17",
"babel-cli": "^6.24.1",
"babel-core": "^6.25.0",
"babel-eslint": "^7.2.3",
"babel-loader": "^7.1.1",
"babel-plugin-transform-define": "^2.0.0",
"babel-plugin-transform-object-assign": "^6.22.0",
"babel-plugin-transform-proto-to-assign": "^6.26.0",
"babel-plugin-transform-react-es6-displayname": "^1.0.0-beta1.4",
"babel-plugin-transform-rename-import": "^2.3.0",
"babel-preset-env": "^1.7.0",
"babel-preset-react": "^6.24.1",
"babel-preset-stage-0": "^6.24.1",
"build-plugin-component": "^1.0.3",
"eslint": "^6.0.1",
"jest": "^29.5.0",
"jest-image-snapshot": "^6.1.0",
"jest-puppeteer": "^8.0.6",
"puppeteer": "^19.7.3",
"react": "^17.0.2",
"react-dom": "^17.0.2",
"sass": "^1.70.0",
"sass-extract": "^3.0.0",
"ts-loader": "^8.2.0",
"ts-morph": "^13.0.3",
"webpack": "^4.46.0",
"webpack-bundle-analyzer": "^4.4.0"
},
"overrides": {
"@antv/component": "0.8.28",
"@antv/matrix-util": "3.1.0-beta.3",
"@antv/util": "2.0.17",
"typescript": "4.6.4"
},
"author": "[email protected]"
}