mirror of
https://github.com/sudoxnym/habitica-self-host.git
synced 2026-04-14 19:47:03 +00:00
57 lines
1.7 KiB
JSON
57 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 .",
|
|
"lint-no-fix": "vue-cli-service lint --no-fix .",
|
|
"postinstall": "node ./scripts/npm-postinstall.js"
|
|
},
|
|
"dependencies": {
|
|
"@vue/cli-plugin-babel": "^4.0.5",
|
|
"@vue/cli-plugin-eslint": "^4.0.5",
|
|
"@vue/cli-plugin-router": "^4.0.5",
|
|
"@vue/cli-plugin-unit-mocha": "^4.0.5",
|
|
"@vue/cli-service": "^4.0.5",
|
|
"@vue/test-utils": "1.0.0-beta.29",
|
|
"amplitude-js": "^5.6.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.4",
|
|
"eslint": "^6.6.0",
|
|
"eslint-config-habitrpg": "^6.2.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.23.1",
|
|
"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"
|
|
}
|
|
}
|