2019-11-05 18:40:05 -06:00
|
|
|
{
|
2019-11-06 14:05:14 -06:00
|
|
|
"name": "byjove",
|
2024-05-29 09:43:53 -05:00
|
|
|
"version": "0.1.25",
|
2019-11-06 15:19:44 -06:00
|
|
|
"description": "Generic-ish app components for Vue.js frontend to Tailbone API backend",
|
2019-11-06 14:05:14 -06:00
|
|
|
"keywords": [
|
|
|
|
"rattail",
|
2019-11-06 14:14:40 -06:00
|
|
|
"tailbone"
|
2019-11-06 14:05:14 -06:00
|
|
|
],
|
|
|
|
"homepage": "https://rattailproject.org",
|
|
|
|
"license": "GPL-3.0-or-later",
|
|
|
|
"author": {
|
|
|
|
"name": "Lance Edgar",
|
2019-11-06 14:14:40 -06:00
|
|
|
"email": "lance@edbob.org"
|
2019-11-06 14:05:14 -06:00
|
|
|
},
|
|
|
|
"scripts": {
|
|
|
|
"serve": "vue-cli-service serve",
|
2022-08-09 14:38:41 -05:00
|
|
|
"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"
|
2019-11-06 14:05:14 -06:00
|
|
|
},
|
|
|
|
"dependencies": {
|
2023-01-07 12:45:23 -06:00
|
|
|
"vue": "^2.7.14"
|
2019-11-06 14:05:14 -06:00
|
|
|
},
|
|
|
|
"devDependencies": {
|
|
|
|
"@vue/cli-service": "^3.0.5",
|
2023-01-07 12:45:23 -06:00
|
|
|
"rollup": "^1.32.1",
|
2019-11-06 15:19:44 -06:00
|
|
|
"rollup-plugin-buble": "^0.19.8",
|
|
|
|
"rollup-plugin-commonjs": "^10.1.0",
|
2023-01-07 12:45:23 -06:00
|
|
|
"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"
|
2019-11-06 14:05:14 -06:00
|
|
|
},
|
2019-11-06 15:28:09 -06:00
|
|
|
"main": "./dist/byjove.umd.js",
|
|
|
|
"files": [
|
|
|
|
"dist/"
|
|
|
|
]
|
2019-11-05 18:40:05 -06:00
|
|
|
}
|