mirror of
https://github.com/sudoxnym/habitica-self-host.git
synced 2026-07-22 05:44:16 +00:00
Bumps [@vue/cli-plugin-unit-mocha](https://github.com/vuejs/vue-cli/tree/HEAD/packages/@vue/cli-plugin-unit-mocha) from 4.0.0 to 4.0.4. - [Release notes](https://github.com/vuejs/vue-cli/releases) - [Changelog](https://github.com/vuejs/vue-cli/blob/dev/CHANGELOG.md) - [Commits](https://github.com/vuejs/vue-cli/commits/v4.0.4/packages/@vue/cli-plugin-unit-mocha) Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
56 lines
1.7 KiB
JSON
56 lines
1.7 KiB
JSON
{
|
|
"name": "habitica-client",
|
|
"version": "1.0.0",
|
|
"private": true,
|
|
"scripts": {
|
|
"serve": "vue-cli-service serve",
|
|
"build": "vue-cli-service build",
|
|
"test:unit": "vue-cli-service test:unit --require ./tests/unit/helpers.js",
|
|
"lint": "vue-cli-service lint",
|
|
"postinstall": "if [ -n \"$npm_config_production\" ]; then npm run build; fi"
|
|
},
|
|
"dependencies": {
|
|
"@vue/cli-plugin-babel": "^4.0.4",
|
|
"@vue/cli-plugin-eslint": "^4.0.4",
|
|
"@vue/cli-plugin-router": "^4.0.4",
|
|
"@vue/cli-plugin-unit-mocha": "^4.0.4",
|
|
"@vue/cli-service": "^4.0.4",
|
|
"@vue/test-utils": "1.0.0-beta.29",
|
|
"amplitude-js": "^5.5.0",
|
|
"axios": "^0.19.0",
|
|
"axios-progress-bar": "^1.2.0",
|
|
"babel-eslint": "^10.0.1",
|
|
"bootstrap": "^4.3.1",
|
|
"bootstrap-vue": "^2.0.4",
|
|
"chai": "^4.1.2",
|
|
"core-js": "^3.3.2",
|
|
"eslint": "^6.5.1",
|
|
"eslint-config-habitrpg": "^6.1.0",
|
|
"eslint-plugin-mocha": "^5.3.0",
|
|
"eslint-plugin-vue": "^5.0.0",
|
|
"habitica-markdown": "^1.3.0",
|
|
"hellojs": "^1.18.1",
|
|
"inspectpack": "^4.2.2",
|
|
"intro.js": "^2.9.3",
|
|
"jquery": "^3.4.1",
|
|
"lodash": "^4.17.15",
|
|
"moment": "^2.24.0",
|
|
"nconf": "^0.10.0",
|
|
"sass": "^1.19.0",
|
|
"sass-loader": "^8.0.0",
|
|
"smartbanner.js": "^1.14.5",
|
|
"svg-inline-loader": "^0.8.0",
|
|
"svg-url-loader": "^3.0.2",
|
|
"svgo": "^1.3.0",
|
|
"svgo-loader": "^2.2.1",
|
|
"uuid": "^3.3.3",
|
|
"validator": "^11.1.0",
|
|
"vue": "^2.6.10",
|
|
"vue-mugen-scroll": "^0.2.6",
|
|
"vue-router": "^3.0.6",
|
|
"vue-template-compiler": "^2.6.10",
|
|
"vuedraggable": "^2.23.1",
|
|
"vuejs-datepicker": "git://github.com/habitrpg/vuejs-datepicker.git#5d237615463a84a23dd6f3f77c6ab577d68593ec",
|
|
"webpack": "^4.41.2"
|
|
}
|
|
}
|