77 lines
2.2 KiB
JSON
77 lines
2.2 KiB
JSON
{
|
|
"name": "personal-measure-web",
|
|
"version": "0.11.0",
|
|
"private": true,
|
|
"scripts": {
|
|
"serve": "npx servor dist",
|
|
"build-prod": "vue-cli-service build --mode production",
|
|
"build-dev": "vue-cli-service build --mode development",
|
|
"lint": "vue-cli-service lint",
|
|
"test:unit": "vue-cli-service test:unit"
|
|
},
|
|
"dependencies": {
|
|
"@fortawesome/fontawesome-svg-core": "^1.2.31",
|
|
"@fortawesome/free-solid-svg-icons": "^5.15.0",
|
|
"@fortawesome/vue-fontawesome": "^0.1.10",
|
|
"@types/js-cookie": "^2.2.6",
|
|
"@types/jwt-decode": "^2.2.1",
|
|
"@types/lodash.assign": "^4.2.6",
|
|
"@types/lodash.findindex": "^4.6.6",
|
|
"@types/lodash.merge": "^4.6.6",
|
|
"@types/lodash.omit": "^4.5.6",
|
|
"apexcharts": "^3.21.0",
|
|
"axios": "^0.18.1",
|
|
"js-cookie": "^2.2.1",
|
|
"jwt-decode": "^2.2.0",
|
|
"keen-ui": "^1.3.1",
|
|
"lodash.assign": "^4.2.0",
|
|
"lodash.findindex": "^4.6.0",
|
|
"lodash.keyby": "^4.6.0",
|
|
"lodash.merge": "^4.6.2",
|
|
"lodash.omit": "^4.5.0",
|
|
"moment": "^2.29.0",
|
|
"register-service-worker": "^1.7.1",
|
|
"vue": "^2.6.12",
|
|
"vue-apexcharts": "^1.6.0",
|
|
"vue-class-component": "^6.0.0",
|
|
"vue-property-decorator": "^7.0.0",
|
|
"vue-router": "^3.4.5",
|
|
"vuejs-smart-table": "0.0.3",
|
|
"vuex": "^3.5.1",
|
|
"vuex-module-decorators": "^0.9.11"
|
|
},
|
|
"devDependencies": {
|
|
"@types/jest": "^23.1.4",
|
|
"@types/lodash.keyby": "^4.6.6",
|
|
"@vue/cli-plugin-babel": "^3.12.1",
|
|
"@vue/cli-plugin-pwa": "^3.12.1",
|
|
"@vue/cli-plugin-typescript": "^3.12.1",
|
|
"@vue/cli-plugin-unit-jest": "^3.12.1",
|
|
"@vue/cli-service": "^3.12.1",
|
|
"@vue/test-utils": "^1.1.0",
|
|
"babel-core": "7.0.0-bridge.0",
|
|
"lint-staged": "^8.2.1",
|
|
"live-server": "^1.2.1",
|
|
"node-sass": "^4.14.1",
|
|
"sass-loader": "^7.3.1",
|
|
"servor": "^4.0.2",
|
|
"ts-jest": "^23.0.0",
|
|
"typescript": "^3.9.7",
|
|
"vue-cli-plugin-webpack-bundle-analyzer": "^1.4.0",
|
|
"vue-template-compiler": "^2.6.12"
|
|
},
|
|
"gitHooks": {
|
|
"pre-commit": "lint-staged"
|
|
},
|
|
"lint-staged": {
|
|
"*.ts": [
|
|
"vue-cli-service lint",
|
|
"git add"
|
|
],
|
|
"*.vue": [
|
|
"vue-cli-service lint",
|
|
"git add"
|
|
]
|
|
}
|
|
}
|