-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathpackage.json
44 lines (44 loc) · 1.07 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
{
"name": "data2charts",
"version": "0.3.2-dev-3",
"description": "二维数组数据转换echarts的react组件",
"main": "lib/index.js",
"license": "MIT",
"files": [
"build",
"lib",
"example",
"src"
],
"repository": {
"type": "git"
},
"homepage": "https://github.com/LylaYuKakola/data2charts",
"scripts": {
"start": "npx parcel example/index.html",
"build": "npx parcel build src/index.tsx -d lib",
"prepublish": "npm run build"
},
"dependencies": {
"antd": "^3.12.1",
"echarts": "^4.2.0-rc.2",
"react": "^16.2.0",
"react-dom": "^16.2.0",
"react-draggable-tags": "^0.2.9"
},
"devDependencies": {
"sass": "^1.15.2",
"autoprefixer": "^9.4.3",
"postcss-modules": "^1.4.1",
"@types/react-dom": "^16.0.3",
"@types/echarts": "^4.1.3",
"@types/lodash-es": "^4.17.1",
"@types/node": "^10.12.18",
"@types/react": "^16.7.18",
"babel-preset-react": "^6.24.1",
"parcel-bundler": "^1.0.3",
"tslint": "^5.12.0",
"tslint-config-airbnb": "^5.11.1",
"typescript": "^3.2.2"
}
}