mirror of
https://github.com/sudoxnym/habitica.git
synced 2026-04-14 19:56:23 +00:00
65 lines
1.9 KiB
JSON
65 lines
1.9 KiB
JSON
{
|
|
"name": "habitica-client",
|
|
"version": "1.0.0",
|
|
"private": true,
|
|
"scripts": {
|
|
"serve": "vite",
|
|
"build": "vite build",
|
|
"preview": "vite preview",
|
|
"test:unit": "vitest run",
|
|
"test:unit:watch": "vitest watch",
|
|
"lint": "eslint --ext .js,.vue --ignore-path ../../.gitignore --fix .",
|
|
"lint-no-fix": "eslint --ext .js,.vue --no-fix src",
|
|
"postinstall": "node ./scripts/npm-postinstall.js"
|
|
},
|
|
"dependencies": {
|
|
"@froxz/vite-plugin-s3": "^1.6.0",
|
|
"@vitejs/plugin-vue2": "^2.3.3",
|
|
"@vue/test-utils": "1.0.0-beta.29",
|
|
"amplitude-js": "^8.21.3",
|
|
"assert": "^2.1.0",
|
|
"autoprefixer": "^10.4.20",
|
|
"axios": "^0.28.0",
|
|
"axios-progress-bar": "^1.2.0",
|
|
"bootstrap": "^4.6.0",
|
|
"bootstrap-vue": "^2.23.1",
|
|
"eslint": "7.32.0",
|
|
"eslint-config-habitrpg": "6.2.0",
|
|
"eslint-plugin-mocha": "5.3.0",
|
|
"eslint-plugin-vue": "7.20.0",
|
|
"habitica-markdown": "^3.0.0",
|
|
"hellojs": "^1.20.0",
|
|
"intro.js": "^7.2.0",
|
|
"jquery": "^3.7.1",
|
|
"lodash": "^4.17.21",
|
|
"markdown-it": "^14.0.0",
|
|
"moment": "^2.29.4",
|
|
"nconf": "^0.12.1",
|
|
"sass": "^1.63.4",
|
|
"sinon": "^17.0.1",
|
|
"stopword": "^2.0.8",
|
|
"timers-browserify": "^2.0.12",
|
|
"uuid": "^9.0.1",
|
|
"validator": "^13.9.0",
|
|
"vite": "^6.0.0",
|
|
"vite-plugin-compression2": "^1.3.3",
|
|
"vue": "^2.7.10",
|
|
"vue-fragment": "^1.6.0",
|
|
"vue-mugen-scroll": "^0.2.6",
|
|
"vue-router": "^3.6.5",
|
|
"vuedraggable": "^2.24.3",
|
|
"vuejs-datepicker": "https://github.com/habitrpg/vuejs-datepicker.git#153d339e4dbebb73733658aeda1d5b7fcc55b0a0"
|
|
},
|
|
"devDependencies": {
|
|
"@babel/plugin-proposal-optional-chaining": "^7.21.0",
|
|
"@vitest/browser": "^3.0.5",
|
|
"babel-plugin-lodash": "^3.3.4",
|
|
"inspectpack": "^4.7.1",
|
|
"jsdom": "^26.0.0",
|
|
"mocha": "^11.1.0",
|
|
"playwright": "^1.50.1",
|
|
"terser-webpack-plugin": "^5.3.10",
|
|
"vitest": "^3.0.5",
|
|
"webpack": "^5.94.0"
|
|
}
|
|
}
|