habitica-self-host/website/client/package.json

67 lines
2.2 KiB
JSON
Raw Normal View History

{
2019-10-14 15:37:44 +00:00
"name": "habitica-client",
2019-10-15 13:32:53 +00:00
"version": "1.0.0",
"private": true,
"scripts": {
"serve": "vue-cli-service serve",
"build": "vue-cli-service build",
"lint": "vue-cli-service lint .",
"lint-no-fix": "vue-cli-service lint --no-fix .",
"postinstall": "node ./scripts/npm-postinstall.js",
"storybook:build": "vue-cli-service storybook:build -c config/storybook -o dist/storybook",
"storybook:serve": "vue-cli-service storybook:serve -p 6006 -c config/storybook",
"test:unit": "vue-cli-service test:unit --require ./tests/unit/helpers.js"
},
"dependencies": {
"@vue/cli-plugin-babel": "^4.1.2",
"@vue/cli-plugin-eslint": "^4.1.2",
"@vue/cli-plugin-router": "^4.1.2",
"@vue/cli-plugin-unit-mocha": "^4.1.2",
"@vue/cli-service": "^4.1.2",
"@storybook/addon-actions": "^5.3.1",
"@storybook/addon-knobs": "^5.3.1",
"@storybook/addon-links": "^5.0.0",
"@storybook/addon-notes": "^5.3.1",
"@storybook/vue": "^5.2.5",
2019-10-15 15:53:06 +00:00
"@vue/test-utils": "1.0.0-beta.29",
"amplitude-js": "^5.8.0",
2019-10-01 13:38:48 +00:00
"axios": "^0.19.0",
"axios-progress-bar": "^1.2.0",
2019-10-15 15:53:06 +00:00
"babel-eslint": "^10.0.1",
"bootstrap": "^4.4.1",
"bootstrap-vue": "^2.2.0",
2019-10-15 15:53:06 +00:00
"chai": "^4.1.2",
"core-js": "^3.6.3",
"eslint": "^6.8.0",
"eslint-config-habitrpg": "^6.2.0",
2019-10-15 15:53:06 +00:00
"eslint-plugin-mocha": "^5.3.0",
"eslint-plugin-vue": "^6.1.2",
"habitica-markdown": "^1.3.2",
"hellojs": "^1.18.4",
"inspectpack": "^4.3.0",
2019-10-01 13:38:48 +00:00
"intro.js": "^2.9.3",
2019-10-02 09:16:31 +00:00
"jquery": "^3.4.1",
2019-10-03 14:27:44 +00:00
"lodash": "^4.17.15",
"moment": "^2.24.0",
2019-10-13 16:04:04 +00:00
"nconf": "^0.10.0",
"sass": "^1.24.4",
"sass-loader": "^8.0.0",
"smartbanner.js": "^1.15.0",
2019-10-08 13:05:48 +00:00
"svg-inline-loader": "^0.8.0",
"svg-url-loader": "^3.0.3",
"svgo": "^1.3.2",
2019-10-08 13:05:48 +00:00
"svgo-loader": "^2.2.1",
2019-10-15 15:53:06 +00:00
"uuid": "^3.3.3",
"validator": "^11.1.0",
"vue": "^2.6.11",
"vue-cli-plugin-storybook": "^0.6.1",
2019-10-15 15:53:06 +00:00
"vue-mugen-scroll": "^0.2.6",
"vue-router": "^3.0.6",
"vue-template-compiler": "^2.6.11",
PMs rebuild (#11360) * feat(messages): big PMs refactor * add private messages route * move to page * WIP - header + begin with the sidebar * extract userLabel + style sidebar + extract converstation item * correct conversation item style * toggle switch style * add contributor / backer to conversation user-label * fix shadows * fix the conversations list (ignoring own sent) * selected conversation label * faceAvatar component * fix message / avatar height * fix message list / empty messages height * new message padding/styles/functionality - finished sidebar conversation styling - * fix loading messages + perfect-scrollbar * fix load more line * fix loading label * open new conversation from outside * if the user doesn't have avatar-data inside the conversation and does not exist anymore, just load/set the user name * search bar new icon / style * block using from conversation context-menu * fix lint * fix merge / lint * fix merge * first separate page * fix tooltips + full width private message + card max width + more responsive * separate conversations methods, to prevent circular deps * update eslint config * fix open new private message * remove unneeded close icon + fix toggle-switch layout * same content height on empty conversations - remove border / box-shadow * canLoadMore = false * remove inbox conditions on chat components * hide footer / fix empty sidebar * floating shadow * remove tooltip on selected conversation user + pm always full-size * show avatar on empty conversation * disable face-avatar * fix faceAvatar + story * fix loading conversation messages while switching the conversation * refresh private-messages page when you are already on it * add countbadge knob to change the example * fix lint * fix hide tooltip + align header correctly * disable perfect scroll * load messages on refresh event * fix header label + conversation actions not breaking layout on hover * add gifting banner to the max height calculation * correct chunk name Co-authored-by: negue <negue@users.noreply.github.com> Co-authored-by: Matteo Pagliazzi <matteopagliazzi@gmail.com>
2020-01-12 18:34:40 +00:00
"vue2-perfect-scrollbar": "^1.2.1",
2019-10-15 15:53:06 +00:00
"vuedraggable": "^2.23.1",
"vuejs-datepicker": "git://github.com/habitrpg/vuejs-datepicker.git#5d237615463a84a23dd6f3f77c6ab577d68593ec",
"webpack": "^4.41.5"
}
}