-
Notifications
You must be signed in to change notification settings - Fork 7
/
Copy pathpackage.json
37 lines (37 loc) · 933 Bytes
/
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
{
"name": "echarts-webcomponent",
"version": "2.0.2",
"description": "echarts webcomponent",
"main": "dist/main.js",
"scripts": {
"build": "webpack --progress",
"start": "http-server",
"prepublish": "npm run build"
},
"repository": {
"type": "git",
"url": "git+https://github.com/kkpoon/echarts-webcomponent.git"
},
"keywords": [
"echart",
"webcomponent"
],
"author": "kkpoon <[email protected]>",
"license": "Apache-2.0",
"bugs": {
"url": "https://github.com/kkpoon/echarts-webcomponent/issues"
},
"homepage": "https://github.com/kkpoon/echarts-webcomponent#readme",
"dependencies": {
"@webcomponents/webcomponentsjs": "^2.1.3",
"echarts": "^3.8.5"
},
"devDependencies": {
"@babel/core": "^7.1.2",
"@babel/preset-env": "^7.1.0",
"babel-loader": "^8.0.4",
"http-server": "^0.11.1",
"webpack": "^4.23.1",
"webpack-cli": "^3.1.2"
}
}