2019-07-19 17:07:26 +03:00
|
|
|
{
|
2021-06-11 23:28:27 +03:00
|
|
|
"name": "Dashy",
|
2023-04-29 19:54:29 +03:00
|
|
|
"version": "2.1.1",
|
2021-06-04 22:16:54 +03:00
|
|
|
"license": "MIT",
|
2021-06-11 23:28:27 +03:00
|
|
|
"main": "server",
|
2021-11-07 01:34:42 +03:00
|
|
|
"author": "Alicia Sykes <alicia@omg.lol> (https://aliciasykes.com)",
|
2019-07-19 17:07:26 +03:00
|
|
|
"scripts": {
|
2019-07-27 00:32:38 +03:00
|
|
|
"start": "node server",
|
2019-07-20 23:50:29 +03:00
|
|
|
"dev": "vue-cli-service serve",
|
2019-07-19 17:07:26 +03:00
|
|
|
"build": "vue-cli-service build",
|
2021-06-20 18:58:03 +03:00
|
|
|
"lint": "vue-cli-service lint",
|
2021-06-14 22:46:59 +03:00
|
|
|
"pm2-start": "npx pm2 start server.js",
|
2021-06-20 18:58:03 +03:00
|
|
|
"build-watch": "vue-cli-service build --watch --mode production",
|
|
|
|
"build-and-start": "npm-run-all --parallel build-watch start",
|
2021-07-25 19:42:01 +03:00
|
|
|
"validate-config": "node services/config-validator",
|
2021-08-19 23:16:32 +03:00
|
|
|
"health-check": "node services/healthcheck",
|
|
|
|
"dependency-audit": "npx improved-yarn-audit --ignore-dev-deps"
|
2019-07-19 17:07:26 +03:00
|
|
|
},
|
|
|
|
"dependencies": {
|
2022-02-05 01:22:30 +03:00
|
|
|
"@formschema/native": "^2.0.0-beta.6",
|
2022-03-01 03:50:59 +03:00
|
|
|
"@sentry/tracing": "^6.17.5",
|
2022-02-05 01:22:30 +03:00
|
|
|
"@sentry/vue": "^6.17.4",
|
|
|
|
"ajv": "^8.10.0",
|
2023-11-11 07:38:01 +03:00
|
|
|
"axios": "^1.6.0",
|
2021-10-13 22:02:46 +03:00
|
|
|
"connect-history-api-fallback": "^1.6.0",
|
2023-10-26 01:32:35 +03:00
|
|
|
"crypto-js": "^4.2.0",
|
2022-01-10 18:07:39 +03:00
|
|
|
"express": "^4.17.2",
|
2021-12-11 21:44:22 +03:00
|
|
|
"frappe-charts": "^1.6.2",
|
2021-06-11 17:23:25 +03:00
|
|
|
"js-yaml": "^4.1.0",
|
2023-02-09 15:38:57 +03:00
|
|
|
"keycloak-js": "^20.0.3",
|
2022-02-05 01:22:30 +03:00
|
|
|
"register-service-worker": "^1.7.2",
|
2021-05-16 20:29:30 +03:00
|
|
|
"remedial": "^1.0.8",
|
2023-10-19 18:39:09 +03:00
|
|
|
"rsup-progress": "^3.2.0",
|
2022-12-01 09:30:03 +03:00
|
|
|
"simple-icons": "^7.19.0",
|
2022-02-05 01:22:30 +03:00
|
|
|
"v-jsoneditor": "^1.4.5",
|
2021-04-05 18:29:37 +03:00
|
|
|
"v-tooltip": "^2.1.3",
|
2022-07-23 07:25:08 +03:00
|
|
|
"vue": "^2.7.0",
|
2022-07-12 07:31:26 +03:00
|
|
|
"vue-i18n": "^8.27.2",
|
2022-02-05 01:22:30 +03:00
|
|
|
"vue-js-modal": "^2.0.1",
|
2021-10-22 02:23:10 +03:00
|
|
|
"vue-json-tree-view": "^2.1.6",
|
2021-08-05 22:15:21 +03:00
|
|
|
"vue-material-tabs": "0.1.5",
|
2022-02-05 01:22:30 +03:00
|
|
|
"vue-router": "^3.5.3",
|
2023-02-12 05:25:34 +03:00
|
|
|
"vue-select": "^3.20.2",
|
2021-07-16 23:09:52 +03:00
|
|
|
"vue-swatches": "^2.1.1",
|
2021-10-04 00:42:40 +03:00
|
|
|
"vue-toasted": "^1.1.28",
|
2023-04-29 18:31:11 +03:00
|
|
|
"vuex": "^3.6.2",
|
|
|
|
"rss-parser": "3.13.0"
|
2019-07-19 17:07:26 +03:00
|
|
|
},
|
|
|
|
"devDependencies": {
|
2022-02-05 01:22:30 +03:00
|
|
|
"@architect/sandbox": "^4.5.2",
|
2022-05-20 15:17:36 +03:00
|
|
|
"@babel/preset-env": "^7.17.10",
|
2022-02-05 01:22:30 +03:00
|
|
|
"@vue/cli-plugin-babel": "^4.5.15",
|
|
|
|
"@vue/cli-plugin-eslint": "^4.5.15",
|
|
|
|
"@vue/cli-plugin-pwa": "^4.5.15",
|
|
|
|
"@vue/cli-service": "^4.5.15",
|
2019-07-19 17:07:26 +03:00
|
|
|
"@vue/eslint-config-standard": "^4.0.0",
|
|
|
|
"babel-eslint": "^10.0.1",
|
2021-04-16 20:43:33 +03:00
|
|
|
"eslint": "^7.24.0",
|
2019-09-01 15:38:13 +03:00
|
|
|
"eslint-config-airbnb": "^18.0.1",
|
2021-04-16 20:43:33 +03:00
|
|
|
"eslint-plugin-vue": "^7.9.0",
|
2021-08-19 23:16:32 +03:00
|
|
|
"npm-run-all": "^4.1.5",
|
2021-06-23 17:34:18 +03:00
|
|
|
"progress-bar-webpack-plugin": "^2.1.0",
|
2021-08-19 23:16:32 +03:00
|
|
|
"sass": "^1.38.0",
|
2019-07-19 17:07:26 +03:00
|
|
|
"sass-loader": "^7.1.0",
|
2021-08-19 23:16:32 +03:00
|
|
|
"vue-cli-plugin-yaml": "^1.0.2",
|
2021-04-05 00:17:10 +03:00
|
|
|
"vue-svg-loader": "^0.16.0",
|
2022-07-23 16:24:55 +03:00
|
|
|
"vue-template-compiler": "^2.7.0"
|
2019-07-19 17:07:26 +03:00
|
|
|
},
|
2022-02-05 01:22:30 +03:00
|
|
|
"engines": {
|
2023-05-10 10:23:58 +03:00
|
|
|
"node": ">=16.0.0 <18.0.0"
|
2022-02-05 01:22:30 +03:00
|
|
|
},
|
2019-07-19 17:07:26 +03:00
|
|
|
"eslintConfig": {
|
|
|
|
"root": true,
|
|
|
|
"env": {
|
|
|
|
"node": true
|
|
|
|
},
|
|
|
|
"extends": [
|
|
|
|
"plugin:vue/essential",
|
2019-09-01 15:38:13 +03:00
|
|
|
"@vue/standard",
|
|
|
|
"airbnb-base"
|
2019-07-19 17:07:26 +03:00
|
|
|
],
|
2019-09-01 15:38:13 +03:00
|
|
|
"rules": {
|
2021-04-08 22:12:35 +03:00
|
|
|
"import/no-unresolved": "off",
|
2021-08-09 22:08:37 +03:00
|
|
|
"import/extensions": "off",
|
2021-05-02 15:52:30 +03:00
|
|
|
"arrow-parens": 0,
|
|
|
|
"no-else-return": 0
|
2019-09-01 15:38:13 +03:00
|
|
|
},
|
2019-07-19 17:07:26 +03:00
|
|
|
"parserOptions": {
|
|
|
|
"parser": "babel-eslint"
|
|
|
|
}
|
|
|
|
},
|
2022-05-20 15:17:36 +03:00
|
|
|
"babel": {
|
|
|
|
"presets": [
|
|
|
|
"@vue/app",
|
|
|
|
"@babel/preset-env"
|
|
|
|
]
|
|
|
|
},
|
2019-07-19 17:07:26 +03:00
|
|
|
"postcss": {
|
|
|
|
"plugins": {
|
|
|
|
"autoprefixer": {}
|
|
|
|
}
|
|
|
|
},
|
|
|
|
"browserslist": [
|
|
|
|
"> 1%",
|
|
|
|
"last 2 versions"
|
|
|
|
]
|
2022-01-29 05:06:36 +03:00
|
|
|
}
|