byjove/package.json
2023-08-03 23:18:08 -05:00

39 lines
1.1 KiB
JSON

{
"name": "byjove",
"version": "0.1.17",
"description": "Generic-ish app components for Vue.js frontend to Tailbone API backend",
"keywords": [
"rattail",
"tailbone"
],
"homepage": "https://rattailproject.org",
"license": "GPL-3.0-or-later",
"author": {
"name": "Lance Edgar",
"email": "lance@edbob.org"
},
"scripts": {
"serve": "vue-cli-service serve",
"build": "vue-cli-service build --target lib --name byjove src/index.js",
"build-watch": "vue-cli-service build --target lib --name byjove --watch src/index.js"
},
"dependencies": {
"vue": "^2.7.14"
},
"devDependencies": {
"@vue/cli-service": "^3.0.5",
"rollup": "^1.32.1",
"rollup-plugin-buble": "^0.19.8",
"rollup-plugin-commonjs": "^10.1.0",
"rollup-plugin-vue": "^5.1.9",
"vue-resource": "^1.5.3",
"vue-router": "^3.6.5",
"vue-template-compiler": "^2.7.14",
"vuex": "^3.6.2"
},
"main": "./dist/byjove.umd.js",
"files": [
"dist/"
]
}