82 lines
2.4 KiB
JSON
82 lines
2.4 KiB
JSON
{
|
|
"name": "twigs",
|
|
"description": "A simple budgeting app for Nextcloud",
|
|
"version": "0.1.0",
|
|
"author": "William Brawner <me@wbrawner.com>",
|
|
"contributors": [
|
|
"William Brawner <me@wbrawner.com>"
|
|
],
|
|
"keywords": [
|
|
"nextcloud",
|
|
"budget",
|
|
"twigs"
|
|
],
|
|
"bugs": {
|
|
"url": "https://github.com/wbrawner/twigs-nextcloud/issues"
|
|
},
|
|
"repository": {
|
|
"url": "https://github.com/wbrawner/twigs-nextcloud",
|
|
"type": "git"
|
|
},
|
|
"homepage": "https://github.com/wbrawner/twigs-nextcloud",
|
|
"license": "agpl",
|
|
"private": true,
|
|
"scripts": {
|
|
"build": "NODE_ENV=production webpack --progress --hide-modules --config webpack.prod.js",
|
|
"dev": "NODE_ENV=development webpack --progress --config webpack.dev.js",
|
|
"watch": "NODE_ENV=development webpack --progress --watch --config webpack.dev.js",
|
|
"lint": "eslint --ext .js,.vue src",
|
|
"lint:fix": "eslint --ext .js,.vue src --fix",
|
|
"stylelint": "stylelint src",
|
|
"stylelint:fix": "stylelint src --fix"
|
|
},
|
|
"dependencies": {
|
|
"@bundle-analyzer/webpack-plugin": "^0.5.1",
|
|
"@nextcloud/axios": "^1.3.1",
|
|
"@nextcloud/router": "^1.0.0",
|
|
"@nextcloud/vue": "^1.4.0",
|
|
"nextcloud-l10n": "^0.1.1",
|
|
"vue": "^2.6.11",
|
|
"vue-router": "^3.1.6",
|
|
"vuex": "^3.1.3"
|
|
},
|
|
"browserslist": [
|
|
"extends @nextcloud/browserslist-config"
|
|
],
|
|
"engines": {
|
|
"node": ">=10.0.0"
|
|
},
|
|
"devDependencies": {
|
|
"@babel/core": "^7.8.7",
|
|
"@babel/plugin-syntax-dynamic-import": "^7.8.3",
|
|
"@babel/preset-env": "^7.8.7",
|
|
"@nextcloud/browserslist-config": "^1.0.0",
|
|
"@vue/test-utils": "^1.0.0-beta.32",
|
|
"babel-eslint": "^10.1.0",
|
|
"babel-loader": "^8.0.6",
|
|
"css-loader": "^3.4.2",
|
|
"eslint": "^5.16.0",
|
|
"eslint-config-nextcloud": "0.1.1",
|
|
"eslint-config-standard": "^12.0.0",
|
|
"eslint-import-resolver-webpack": "^0.12.1",
|
|
"eslint-loader": "^3.0.3",
|
|
"eslint-plugin-import": "^2.20.1",
|
|
"eslint-plugin-nextcloud": "^0.3.0",
|
|
"eslint-plugin-node": "^10.0.0",
|
|
"eslint-plugin-promise": "^4.2.1",
|
|
"eslint-plugin-standard": "^4.0.1",
|
|
"eslint-plugin-vue": "^5.2.3",
|
|
"node-sass": "^4.13.1",
|
|
"sass-loader": "^8.0.2",
|
|
"stylelint": "^8.4.0",
|
|
"stylelint-config-recommended-scss": "^3.3.0",
|
|
"stylelint-scss": "^3.14.2",
|
|
"stylelint-webpack-plugin": "^0.10.5",
|
|
"vue-loader": "^15.9.0",
|
|
"vue-template-compiler": "^2.6.11",
|
|
"webpack": "^4.42.0",
|
|
"webpack-cli": "^3.3.11",
|
|
"webpack-merge": "^4.2.2",
|
|
"webpack-node-externals": "^1.7.2"
|
|
}
|
|
}
|