2019-09-30 20:23:09 +00:00
|
|
|
{
|
2019-10-14 15:37:44 +00:00
|
|
|
"name": "habitica-client",
|
2019-10-15 13:32:53 +00:00
|
|
|
"version": "1.0.0",
|
2019-09-30 20:23:09 +00:00
|
|
|
"private": true,
|
|
|
|
|
"scripts": {
|
|
|
|
|
"serve": "vue-cli-service serve",
|
|
|
|
|
"build": "vue-cli-service build",
|
2020-06-01 08:34:36 +00:00
|
|
|
"test:unit": "vue-cli-service test:unit --require ./tests/unit/helpers.js",
|
2019-10-24 12:29:47 +00:00
|
|
|
"lint": "vue-cli-service lint .",
|
2019-11-02 12:08:20 +00:00
|
|
|
"lint-no-fix": "vue-cli-service lint --no-fix .",
|
2023-12-13 19:18:13 +00:00
|
|
|
"postinstall": "node ./scripts/npm-postinstall.js"
|
2019-09-30 20:23:09 +00:00
|
|
|
},
|
|
|
|
|
"dependencies": {
|
2023-01-20 20:21:44 +00:00
|
|
|
"@vue/cli-plugin-babel": "^5.0.8",
|
2024-03-11 14:59:57 +00:00
|
|
|
"@vue/cli-plugin-eslint": "^5.0.8",
|
2022-10-11 19:59:32 +00:00
|
|
|
"@vue/cli-plugin-router": "^5.0.8",
|
2023-01-20 19:57:00 +00:00
|
|
|
"@vue/cli-plugin-unit-mocha": "^5.0.8",
|
2024-03-11 14:59:57 +00:00
|
|
|
"@vue/cli-service": "^5.0.8",
|
2019-10-15 15:53:06 +00:00
|
|
|
"@vue/test-utils": "1.0.0-beta.29",
|
2022-12-15 20:37:11 +00:00
|
|
|
"amplitude-js": "^8.21.3",
|
2022-10-11 22:34:16 +00:00
|
|
|
"axios": "^0.27.2",
|
2019-10-01 13:38:48 +00:00
|
|
|
"axios-progress-bar": "^1.2.0",
|
2020-03-02 09:09:02 +00:00
|
|
|
"babel-eslint": "^10.1.0",
|
2021-04-05 20:39:33 +00:00
|
|
|
"bootstrap": "^4.6.0",
|
2022-12-16 18:27:36 +00:00
|
|
|
"bootstrap-vue": "^2.23.1",
|
2022-12-15 21:13:25 +00:00
|
|
|
"chai": "^4.3.7",
|
2023-10-25 18:16:37 +00:00
|
|
|
"core-js": "^3.33.1",
|
2023-05-12 21:22:06 +00:00
|
|
|
"dompurify": "^3.0.3",
|
2024-03-11 14:59:57 +00:00
|
|
|
"eslint": "7.32.0",
|
|
|
|
|
"eslint-config-habitrpg": "6.2.0",
|
|
|
|
|
"eslint-plugin-mocha": "5.3.0",
|
|
|
|
|
"eslint-plugin-vue": "7.20.0",
|
2020-09-07 09:52:29 +00:00
|
|
|
"habitica-markdown": "^3.0.0",
|
2023-03-13 21:24:00 +00:00
|
|
|
"hellojs": "^1.20.0",
|
2021-05-06 20:46:32 +00:00
|
|
|
"inspectpack": "^4.7.1",
|
2023-08-22 18:12:31 +00:00
|
|
|
"intro.js": "^7.2.0",
|
2023-10-25 18:26:24 +00:00
|
|
|
"jquery": "^3.7.1",
|
2021-04-28 22:26:45 +00:00
|
|
|
"lodash": "^4.17.21",
|
2022-07-06 20:28:01 +00:00
|
|
|
"moment": "^2.29.4",
|
2023-10-25 18:13:32 +00:00
|
|
|
"nconf": "^0.12.1",
|
2023-06-21 17:46:01 +00:00
|
|
|
"sass": "^1.63.4",
|
2020-01-20 10:18:17 +00:00
|
|
|
"sass-loader": "^8.0.2",
|
2023-08-22 18:32:42 +00:00
|
|
|
"smartbanner.js": "^1.19.3",
|
2023-04-28 20:35:11 +00:00
|
|
|
"stopword": "^2.0.8",
|
2023-10-25 18:24:14 +00:00
|
|
|
"uuid": "^9.0.1",
|
2023-03-13 21:24:00 +00:00
|
|
|
"validator": "^13.9.0",
|
2022-09-19 18:26:17 +00:00
|
|
|
"vue": "^2.7.10",
|
2023-10-03 18:30:44 +00:00
|
|
|
"vue-fragment": "^1.6.0",
|
2019-10-15 15:53:06 +00:00
|
|
|
"vue-mugen-scroll": "^0.2.6",
|
2022-10-11 19:55:11 +00:00
|
|
|
"vue-router": "^3.6.5",
|
2023-10-03 18:30:44 +00:00
|
|
|
"vue-template-babel-compiler": "^2.0.0",
|
2024-01-16 21:18:47 +00:00
|
|
|
"vue-template-compiler": "^2.7.10",
|
2020-10-27 10:30:14 +00:00
|
|
|
"vuedraggable": "^2.24.3",
|
2020-08-09 20:25:56 +00:00
|
|
|
"vuejs-datepicker": "git://github.com/habitrpg/vuejs-datepicker.git#153d339e4dbebb73733658aeda1d5b7fcc55b0a0",
|
2024-03-11 14:59:57 +00:00
|
|
|
"webpack": "^5.89.0"
|
2021-04-30 20:02:30 +00:00
|
|
|
},
|
|
|
|
|
"devDependencies": {
|
2023-04-28 20:30:42 +00:00
|
|
|
"@babel/plugin-proposal-optional-chaining": "^7.21.0"
|
2019-09-30 20:23:09 +00:00
|
|
|
}
|
|
|
|
|
}
|