-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
48 lines (48 loc) · 1.37 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
{
"name": "v-trend",
"version": "1.0.3",
"description": "Github flavored spark line in Vue.js",
"keywords": [
"vue.js",
"sparkline",
"trend",
"svg"
],
"main": "dist/v-trend.common.js",
"module": "dist/v-trend.esm.js",
"unpkg": "dist/v-trend.js",
"files": [
"dist"
],
"scripts": {
"server": "browser-sync start --server --reload-delay 1 --files \"index.html, ./dist/**\"",
"build:watch": "cross-env NODE_ENV=development rollup -c rollup.config.js -w",
"build:dev": "cross-env NODE_ENV=development rollup -c rollup.config.js",
"build": "cross-env NODE_ENV=production rollup -c rollup.config.js",
"start": "run-p build:watch server"
},
"devDependencies": {
"browser-sync": "^2.18.8",
"cross-env": "^3.1.4",
"npm-run-all": "^4.0.1",
"rollup": "^0.41.4",
"rollup-plugin-buble": "^0.15.0",
"rollup-plugin-commonjs": "^7.0.0",
"rollup-plugin-node-resolve": "^2.0.0",
"rollup-plugin-replace": "^1.1.1",
"rollup-plugin-vue": "^2.2.20",
"rollup-watch": "^3.2.2",
"vue-github-badge": "^1.0.0",
"hanabi": "^0.4.0"
},
"license": "MIT",
"repository": {
"type": "git",
"url": "https://github.com/v-comp/v-trend.git"
},
"bugs": {
"url": "https://github.com/v-comp/v-trend/issues"
},
"homepage": "https://github.com/v-comp/v-trend#readme",
"author": "angusfu1126@qq.com"
}