forked from alibaba/BizCharts
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
130 lines (130 loc) · 4 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
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
{
"name": "bizcharts",
"version": "4.0.3",
"description": "bizcharts",
"keywords": [
"bizcharts",
"g2"
],
"license": "MIT",
"author": "leannechn",
"files": [
"lib",
"src",
"umd",
"es"
],
"main": "lib/index.js",
"types": "lib/index.d.ts",
"browser": "umd/BizCharts.js",
"module": "es/index.js",
"scripts": {
"build": "run-s clean build:*",
"build:father": "father-build",
"build:umd": "cross-env NODE_ENV=development gulp",
"build:min": "cross-env NODE_ENV=production gulp",
"clean": "rimraf lib es umd",
"fix": "tslint 'src/**/*.ts?(x)' --project tsconfig.json",
"lint": "eslint --cache --ext .js,.jsx,.ts,.tsx --format=pretty ./src",
"lint:fix": "eslint --fix --cache --ext .js,.jsx,.ts,.tsx --format=pretty ./src",
"prepublishOnly": "npm run test && npm run build && np --no-cleanup --yolo --no-publish",
"prettier": "prettier -c --write **/*",
"start": "npm run storybook",
"ts-path": "npx ts-paths lib ./ -t tsconfig.json -d -l 2",
"storybook": "start-storybook -p 9004",
"uitest:snapshot": "ice-chart-develop-cli test-multi-snapshot",
"uitest": "ice-chart-develop-cli test-multi",
"analyze": "webpack --profile --json > umd/stats.json && webpack-bundle-analyzer ./umd/stats.json"
},
"dependencies": {
"@antv/component": "^0.5.6",
"@antv/g2": "^4.0.7",
"@antv/util": "^2.0.5",
"resize-observer-polyfill": "^1.5.1",
"warning": "^4.0.3"
},
"devDependencies": {
"@antv/data-set": "^0.11.4",
"@antv/g2plot": "^1.0.3",
"@babel/cli": "^7.7.7",
"@babel/core": "^7.7.7",
"@babel/preset-env": "^7.7.7",
"@babel/preset-es2015": "^7.0.0-beta.53",
"@babel/register": "^7.7.5",
"@babel/runtime": "^7.7.7",
"@storybook/addon-actions": "^5.1.11",
"@storybook/addon-backgrounds": "^5.2.5",
"@storybook/addon-info": "^5.2.5",
"@storybook/addon-knobs": "^5.2.5",
"@storybook/addon-links": "^5.1.11",
"@storybook/addon-options": "^5.1.11",
"@storybook/addons": "^5.1.11",
"@storybook/react": "^5.1.11",
"@umijs/fabric": "^2.0.0-beta.3",
"@welldone-software/why-did-you-render": "^3.3.1",
"airbnb-js-shims": "^2.2.0",
"aphrodite": "^2.3.1",
"babel-loader": "^8.0.6",
"babel-plugin-inline-react-svg": "^1.1.0",
"babel-plugin-inline-svg": "^1.0.1",
"babel-plugin-istanbul": "^5.2.0",
"babel-plugin-transform-replace-object-assign": "^2.0.0",
"babel-preset-airbnb": "^4.0.1",
"babel-preset-react": "^6.24.1",
"babel-preset-umi": "^1.8.1",
"babel-runtime": "^6.26.0",
"chai": "^4.2.0",
"clean-css": "^4.2.1",
"coveralls": "^3.0.6",
"cross-env": "^5.2.0",
"enzyme": "^3.10.0",
"enzyme-adapter-react-helper": "^1.3.6",
"eslint": "^6.2.1",
"father-build": "^1.17.2",
"git-directory-deploy": "^1.5.1",
"gulp": "^4.0.2",
"gulp-typescript": "^6.0.0-alpha.1",
"gulp-util": "^3.0.8",
"imports-loader": "^0.8.0",
"in-publish": "^2.0.0",
"js-beautify": "^1.10.2",
"karma": "^4.2.0",
"karma-chai": "^0.1.0",
"karma-firefox-launcher": "^1.2.0",
"karma-mocha": "^1.3.0",
"karma-sinon": "^1.0.5",
"karma-webpack": "^4.0.2",
"mocha": "^3.5.3",
"mocha-wrap": "^2.1.2",
"moment": "^2.24.0",
"moment-jalaali": "^0.7.4",
"node-sass": "^4.12.0",
"np": "^5.1.3",
"npm-run-all": "^4.1.5",
"numeral": "^2.0.6",
"nyc": "^14.1.1",
"pre-commit": "^1.2.2",
"prettier": "^1.19.1",
"raw-loader": "^0.5.1",
"react": "^16.9.0",
"react-dom": "^16.9.0",
"react-with-styles-interface-aphrodite": "^6.0.0",
"react-with-styles-interface-css-compiler": "^2.2.0",
"rimraf": "^2.7.1",
"safe-publish-latest": "^1.1.3",
"sass-loader": "^7.2.0",
"sinon": "^7.4.1",
"sinon-sandbox": "^2.0.5",
"style-loader": "^0.20.3",
"typescript": "^3.6.4",
"webpack": "^4.41.2",
"webpack-bundle-analyzer": "^3.6.0",
"webpack-cli": "^3.3.11"
},
"greenkeeper": {
"ignore": [
"mocha",
"webpack"
]
}
}