-
Notifications
You must be signed in to change notification settings - Fork 78
/
package.json
53 lines (53 loc) · 1.41 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
{
"name": "vuetrend",
"productionName": "Vue Trend",
"version": "0.3.4",
"description": "Simple, elegant spark lines for Vue.js",
"main": "dist/vue-trend.common.js",
"module": "dist/vue-trend.esm.js",
"unpkg": "dist/vue-trend.js",
"files": [
"dist"
],
"scripts": {
"test": "eslint src --fix && jest",
"dev": "vbuild docs/app.js --dev",
"docs:build": "vbuild docs/app.js --dist docs/dist",
"deploy": "npm run docs:build && gh-pages -d docs/dist",
"build": "rollup -c --environment BUILD && uglifyjs dist/vue-trend.js > dist/vue-trend.min.js"
},
"keywords": [
"vue",
"trend",
"svg",
"graph",
"data-visualization",
"component"
],
"repository": {
"type": "git",
"url": "https://github.com/QingWei-Li/vue-trend.git"
},
"homepage": "https://cinwell.com/vue-trend/",
"author": "qingwei-li <cinwell.li@gmail.com> (https://github.com/QingWei-Li)",
"license": "MIT",
"peerDependencies": {
"vue": "^2.2.4"
},
"devDependencies": {
"eslint": "^4.18.2",
"eslint-config-vue": "^2.0.2",
"eslint-plugin-vue": "^2.0.1",
"gh-pages": "^0.12.0",
"hanabi": "^0.4.0",
"jest": "^19.0.2",
"rollup": "^0.41.4",
"rollup-plugin-buble": "^0.15.0",
"uglify-js": "^2.8.10",
"vbuild": "^6.24.2",
"vue-github-badge": "^1.0.0",
"vue-nav-tabs": "^0.5.7",
"vue-slider-component": "^3.1.5",
"vue-swatches": "^2.1.0"
}
}