-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
33 lines (33 loc) · 795 Bytes
/
package.json
File metadata and controls
33 lines (33 loc) · 795 Bytes
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
{
"name": "vue-one-size",
"version": "0.0.5",
"description": "One size fits on all screens",
"main": "dist/vue-one-size.common.js",
"repository": "git@github.com:ROYL-Design/vue-one-size.git",
"author": "Nemo <zhhjchina@gmail.com>",
"license": "MIT",
"dependencies": {
"numeral": "^2.0.6"
},
"files": [
"dist"
],
"poi": {
"entry": "example/index.js",
"dist": "example/dist",
"homepage": "/vue-one-size/"
},
"devDependencies": {
"bili": "^0.17.7",
"gh-pages": "^1.0.0",
"poi": "^9.3.0",
"rollup-plugin-vue": "^2.4.1"
},
"scripts": {
"build": "bili --plugins vue",
"build:example": "poi build",
"dev": "poi",
"deploy": "poi build && gh-pages -d example/dist",
"deploy:npm": "yarn build && yarn publish"
}
}