mirror of
https://github.com/sudoxnym/habitica-self-host.git
synced 2026-07-14 02:02:19 +00:00
move to deps
This commit is contained in:
parent
223eda501b
commit
fdcca53ee9
2 changed files with 1730 additions and 3136 deletions
4820
website/client/package-lock.json
generated
4820
website/client/package-lock.json
generated
File diff suppressed because it is too large
Load diff
|
|
@ -10,49 +10,47 @@
|
|||
"postinstall": "if [ -n \"$npm_config_production\" ]; then npm run build; fi"
|
||||
},
|
||||
"dependencies": {
|
||||
"@vue/cli-plugin-babel": "^4.0.0-rc.8",
|
||||
"@vue/cli-plugin-eslint": "^4.0.0-rc.8",
|
||||
"@vue/cli-plugin-router": "^4.0.0-rc.8",
|
||||
"@vue/cli-plugin-unit-mocha": "^4.0.0-rc.8",
|
||||
"@vue/cli-service": "^4.0.0-rc.8",
|
||||
"@vue/test-utils": "1.0.0-beta.29",
|
||||
"amplitude-js": "^5.3.1",
|
||||
"axios": "^0.19.0",
|
||||
"axios-progress-bar": "^1.2.0",
|
||||
"babel-eslint": "^10.0.1",
|
||||
"bootstrap": "^4.3.1",
|
||||
"bootstrap-vue": "^2.0.2",
|
||||
"chai": "^4.1.2",
|
||||
"core-js": "^3.1.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",
|
||||
"vuedraggable": "^2.23.1",
|
||||
"vuejs-datepicker": "git://github.com/habitrpg/vuejs-datepicker.git#5d237615463a84a23dd6f3f77c6ab577d68593ec"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@vue/cli-plugin-babel": "^3.12.0",
|
||||
"@vue/cli-plugin-eslint": "^3.12.0",
|
||||
"@vue/cli-plugin-router": "^4.0.0-alpha.4",
|
||||
"@vue/cli-plugin-unit-mocha": "^3.12.0",
|
||||
"@vue/cli-service": "^3.12.0",
|
||||
"@vue/test-utils": "1.0.0-beta.29",
|
||||
"babel-eslint": "^10.0.1",
|
||||
"chai": "^4.1.2",
|
||||
"eslint": "^6.5.1",
|
||||
"eslint-config-habitrpg": "^6.1.0",
|
||||
"eslint-plugin-mocha": "^5.3.0",
|
||||
"eslint-plugin-vue": "^5.0.0",
|
||||
"inspectpack": "^4.2.2",
|
||||
"nconf": "^0.10.0",
|
||||
"sass": "^1.19.0",
|
||||
"sass-loader": "^8.0.0",
|
||||
"svg-inline-loader": "^0.8.0",
|
||||
"svg-url-loader": "^3.0.2",
|
||||
"svgo": "^1.3.0",
|
||||
"svgo-loader": "^2.2.1",
|
||||
"vue-template-compiler": "^2.6.10",
|
||||
"vuedraggable": "^2.23.1",
|
||||
"vuejs-datepicker": "git://github.com/habitrpg/vuejs-datepicker.git#5d237615463a84a23dd6f3f77c6ab577d68593ec",
|
||||
"webpack": "^4.41.0"
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in a new issue