2020-05-04 04:31:12 +00:00
|
|
|
{
|
|
|
|
"name": "frequi",
|
|
|
|
"version": "0.1.0",
|
|
|
|
"private": true,
|
|
|
|
"scripts": {
|
2021-05-24 13:25:48 +00:00
|
|
|
"dev": "vite",
|
2022-05-01 17:21:01 +00:00
|
|
|
"build": "vite build",
|
2023-04-11 04:38:04 +00:00
|
|
|
"test:unit": "vitest",
|
2022-04-27 04:53:45 +00:00
|
|
|
"check-types": "vue-tsc --noEmit",
|
2021-11-14 10:11:52 +00:00
|
|
|
"lint": "eslint --ext .ts,vue src tests",
|
|
|
|
"lint-ci": "eslint --no-fix --ext .ts,vue src tests",
|
2021-12-18 10:16:15 +00:00
|
|
|
"cy:open": "cypress open",
|
2022-01-05 19:34:20 +00:00
|
|
|
"cy:run": "cypress run",
|
2021-12-18 10:16:15 +00:00
|
|
|
"cy:open-ct": "cypress open-ct",
|
2022-06-08 18:49:19 +00:00
|
|
|
"cy:run-ct": "cypress run --component"
|
2020-05-04 04:31:12 +00:00
|
|
|
},
|
|
|
|
"dependencies": {
|
2024-02-08 17:06:02 +00:00
|
|
|
"@noction/vue-draggable-grid": "1.10.0",
|
2023-05-31 03:58:24 +00:00
|
|
|
"@popperjs/core": "^2.11.8",
|
2024-02-07 03:50:42 +00:00
|
|
|
"@vuepic/vue-datepicker": "^8.0.0",
|
2024-01-17 03:08:40 +00:00
|
|
|
"@vueuse/core": "^10.7.2",
|
2024-01-17 05:26:46 +00:00
|
|
|
"@vueuse/integrations": "^10.7.2",
|
2024-01-31 03:22:40 +00:00
|
|
|
"axios": "^1.6.7",
|
2023-09-20 04:21:40 +00:00
|
|
|
"bootstrap": "^5.3.2",
|
2024-02-11 07:51:53 +00:00
|
|
|
"bootstrap-vue-next": "^0.16.1",
|
2024-01-24 03:28:19 +00:00
|
|
|
"core-js": "^3.35.1",
|
2023-05-03 04:39:22 +00:00
|
|
|
"date-fns": "^2.30.0",
|
2023-02-01 05:33:28 +00:00
|
|
|
"date-fns-tz": "^2.0.0",
|
2023-07-19 03:51:49 +00:00
|
|
|
"echarts": "^5.4.3",
|
2021-06-12 15:19:24 +00:00
|
|
|
"favico.js": "^0.3.10",
|
2023-09-20 03:49:13 +00:00
|
|
|
"humanize-duration": "^3.30.0",
|
2023-10-18 03:28:33 +00:00
|
|
|
"pinia": "^2.1.7",
|
2023-12-20 03:44:45 +00:00
|
|
|
"pinia-plugin-persistedstate": "^3.2.1",
|
2024-01-17 03:12:52 +00:00
|
|
|
"sortablejs": "^1.15.2",
|
2024-02-09 05:42:09 +00:00
|
|
|
"vue": "^3.4.18",
|
2020-07-26 08:40:23 +00:00
|
|
|
"vue-class-component": "^7.2.5",
|
2024-02-07 03:48:12 +00:00
|
|
|
"vue-demi": "^0.14.7",
|
2024-01-03 03:16:52 +00:00
|
|
|
"vue-echarts": "^6.6.8",
|
2023-09-27 03:26:14 +00:00
|
|
|
"vue-router": "^4.2.5",
|
2023-11-07 17:22:13 +00:00
|
|
|
"vue-select": "^4.0.0-beta.6"
|
2020-05-04 04:31:12 +00:00
|
|
|
},
|
|
|
|
"devDependencies": {
|
2023-12-27 03:07:26 +00:00
|
|
|
"@cypress/vite-dev-server": "^5.0.7",
|
2023-08-30 03:11:07 +00:00
|
|
|
"@cypress/vue": "^6.0.0",
|
2024-01-03 03:16:30 +00:00
|
|
|
"@iconify-json/mdi": "^1.1.64",
|
2023-11-22 03:27:01 +00:00
|
|
|
"@types/echarts": "^4.9.22",
|
2024-02-07 03:49:31 +00:00
|
|
|
"@typescript-eslint/eslint-plugin": "^6.21.0",
|
2024-02-07 05:28:05 +00:00
|
|
|
"@typescript-eslint/parser": "^6.21.0",
|
2024-01-17 05:23:16 +00:00
|
|
|
"@vitejs/plugin-vue": "^5.0.3",
|
2024-02-09 05:42:09 +00:00
|
|
|
"@vue/compiler-sfc": "3.4.18",
|
2024-01-03 03:18:48 +00:00
|
|
|
"@vue/eslint-config-prettier": "^9.0.0",
|
2023-09-20 04:24:24 +00:00
|
|
|
"@vue/eslint-config-typescript": "^12.0.0",
|
2024-02-09 05:42:09 +00:00
|
|
|
"@vue/runtime-dom": "^3.4.18",
|
2024-01-31 03:25:35 +00:00
|
|
|
"@vue/test-utils": "^2.4.4",
|
2024-01-31 05:37:12 +00:00
|
|
|
"cypress": "^13.6.4",
|
2023-12-20 05:27:28 +00:00
|
|
|
"eslint": "^8.56.0",
|
2024-01-17 05:23:19 +00:00
|
|
|
"eslint-plugin-prettier": "^5.1.3",
|
2024-02-07 03:49:56 +00:00
|
|
|
"eslint-plugin-vue": "^9.21.1",
|
2020-09-12 17:15:37 +00:00
|
|
|
"mutationobserver-shim": "^0.3.7",
|
2022-12-14 05:43:20 +00:00
|
|
|
"portal-vue": "^3.0.0",
|
2024-02-07 05:28:52 +00:00
|
|
|
"prettier": "^3.2.5",
|
2024-01-24 03:27:09 +00:00
|
|
|
"sass": "^1.70.0",
|
2023-12-13 05:48:45 +00:00
|
|
|
"typescript": "~5.3.3",
|
2024-01-31 05:37:03 +00:00
|
|
|
"unplugin-auto-import": "^0.17.5",
|
2024-02-07 03:51:26 +00:00
|
|
|
"unplugin-icons": "^0.18.5",
|
2023-12-06 05:35:37 +00:00
|
|
|
"unplugin-vue-components": "^0.26.0",
|
2024-02-08 17:06:09 +00:00
|
|
|
"vite": "^5.1.0",
|
2024-01-31 03:24:06 +00:00
|
|
|
"vitest": "^1.2.2",
|
2023-12-27 05:43:22 +00:00
|
|
|
"vue-tsc": "^1.8.27"
|
2023-11-17 05:50:22 +00:00
|
|
|
},
|
|
|
|
"packageManager": "yarn@3.6.1"
|
2020-05-04 04:31:12 +00:00
|
|
|
}
|