-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
125 lines (125 loc) · 3.93 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
{
"name": "charts",
"version": "1.5.6",
"description": "Charts for Merico CE & EE",
"main": "dist/index.js",
"types": "dist/index.d.ts",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"prebuild": "shx rm -rf ./dist",
"build": "run-p build:types build:babel",
"build:types": "tsc -p tsconfig.build.json",
"build:babel": "babel src --out-dir dist --extensions '.ts,.tsx' --source-maps inline --copy-files",
"storybook": "start-storybook -p 9001",
"docz:dev": "docz dev",
"docz:build": "docz build",
"lint": "yarn lint:eslint && yarn lint:tsc",
"lint:eslint": "eslint . --ext .ts,.tsx --fix --max-warnings 0",
"lint:tsc": "tsc -p ./tsconfig.json --noEmit",
"prettier": "prettier './**/*.@(js|jsx|ts|tsx|html|json)' --write"
},
"husky": {
"hooks": {
"pre-commit": "lint-staged"
}
},
"lint-staged": {
"*.{js,jsx,ts,tsx,html,json}": [
"prettier --write"
]
},
"repository": {
"type": "git",
"url": "git+https://gitlab.com/meri.co/services/charts.git"
},
"author": "Merico",
"license": "Apache-2.0",
"devDependencies": {
"@ant-design/charts": "^1.0.17",
"@antv/data-set": "^0.11.4",
"@babel/core": "^7.10.5",
"@babel/node": "^7.10.5",
"@babel/plugin-transform-runtime": "^7.10.5",
"@babel/preset-env": "^7.10.4",
"@babel/preset-react": "^7.10.4",
"@babel/preset-typescript": "^7.10.4",
"@babel/runtime-corejs2": "^7.10.5",
"@emotion/eslint-plugin": "^11.0.0",
"@storybook/addon-essentials": "^6.0.21",
"@storybook/react": "^6.0.21",
"@tulipjs/eslint-config": "^1.1.1",
"@types/d3-scale": "^3.2.1",
"@types/d3-shape": "^2.0.0",
"@types/json-stable-stringify": "^1.0.32",
"@types/numeral": "^0.0.28",
"@types/react-resizable": "^1.7.2",
"@types/recharts-scale": "^1.0.0",
"@typescript-eslint/eslint-plugin": "^4.9.0",
"@typescript-eslint/parser": "^4.9.0",
"babel-loader": "^8.1.0",
"babel-plugin-import": "^1.13.0",
"babel-plugin-macros": "^3.0.0",
"babel-plugin-module-resolver": "^4.0.0",
"babel-plugin-react-wrapped-display-name": "^1.0.0",
"bizcharts": "^3.5.9",
"css-loader": "^4.0.0",
"docz": "^2.3.1",
"docz-theme-default": "^1.2.0",
"eslint": "^7.15.0",
"eslint-config-airbnb": "^18.2.1",
"eslint-config-prettier": "^7.0.0",
"eslint-import-resolver-babel-module": "^5.2.0",
"eslint-plugin-babel": "^5.3.1",
"eslint-plugin-import": "^2.22.1",
"eslint-plugin-jsx-a11y": "^6.4.1",
"eslint-plugin-merico": "^1.0.2",
"eslint-plugin-okay": "^0.0.2",
"eslint-plugin-prettier": "^3.2.0",
"eslint-plugin-react": "^7.21.5",
"eslint-plugin-react-hooks": "^4.2.0",
"eslint-plugin-unicorn": "^23.0.0",
"husky": "^4.3.5",
"lint-staged": "^10.5.3",
"lodash": "^4.17.19",
"moment": "^2.24.0",
"npm-run-all": "^4.1.5",
"prettier": "^2.2.1",
"react": "^16.12.0",
"react-dom": "^16.12.0",
"recharts": "^2.0.0-beta.8",
"sass": "^1.26.10",
"sass-loader": "^10.0.2",
"semantic-ui-css": "^2.4.1",
"semantic-ui-react": "^2.0.1",
"shx": "^0.3.3",
"style-loader": "^1.2.1",
"ts-migrate": "^0.1.10",
"typescript": "^4.1.2",
"url-loader": "^4.1.0"
},
"dependencies": {
"@ant-design/icons": "^4.2.1",
"d3-regression": "^1.3.4",
"d3-scale": "^3.2.3",
"d3-shape": "^1.3.7",
"json-stable-stringify": "^1.0.1",
"numeral": "^2.0.6",
"react-d3-speedometer": "^1.0.1",
"react-resizable": "^1.11.0",
"react-resize-aware": "^3.1.0"
},
"peerDependencies": {
"@ant-design/charts": "^1.0.9",
"@antv/data-set": "^0.11.4",
"@babel/runtime-corejs2": "^7.10.5",
"@emotion/core": "^10.0.10",
"@emotion/styled": "^10.0.10",
"bizcharts": "^3.5.9",
"lodash": "^4.17.19",
"moment": "^2.24.0",
"react": "^16.12.0",
"react-dom": "^16.12.0",
"recharts": "^2.0.0-beta.8",
"semantic-ui-react": "^2.0.1"
}
}