This repository was archived by the owner on Feb 15, 2022. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 33
/
Copy pathpackage.json
54 lines (54 loc) · 1.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
{
"name": "vuebars",
"productionName": "Vue Bars",
"version": "0.1.8",
"description": "Simple, elegant spark bars for Vue.js",
"main": "dist/vue-bars.common.js",
"module": "dist/vue-bars.esm.js",
"unpkg": "dist/vue-bars.js",
"files": [
"dist"
],
"scripts": {
"test": "eslint src && jest",
"lint": "eslint src",
"lint:fix": "eslint src --fix",
"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-bars.js > dist/vue-bars.min.js"
},
"keywords": [
"vue",
"bars",
"svg",
"graph",
"data-visualization",
"component"
],
"repository": {
"type": "git",
"url": "https://github.com/DeviaVir/vue-bar.git"
},
"author": "DeviaVir <[email protected]> (https://github.com/DeviaVir)",
"license": "MIT",
"peerDependencies": {
"vue": "^2.5.21"
},
"devDependencies": {
"eslint": "^4.19.1",
"eslint-config-vue": "^2.0.2",
"eslint-plugin-vue": "^5.1.0",
"gh-pages": "^2.0.1",
"hanabi": "^0.4.0",
"jest": "^23.6.0",
"rollup": "^1.0.2",
"rollup-plugin-buble": "^0.19.6",
"uglify-js": "^3.4.9",
"vbuild": "^7.2.4",
"vue-github-badge": "^1.0.1",
"vue-nav-tabs": "^0.5.7",
"vue-slider-component": "^3.1.4",
"vue-swatches": "^2.0.3"
}
}