2020-05-04 04:31:12 +00:00
|
|
|
{
|
|
|
|
"name": "frequi",
|
|
|
|
"version": "0.1.0",
|
|
|
|
"private": true,
|
2024-04-08 13:42:28 +00:00
|
|
|
"type": "module",
|
2020-05-04 04:31:12 +00:00
|
|
|
"scripts": {
|
2021-05-24 13:25:48 +00:00
|
|
|
"dev": "vite",
|
2022-05-01 17:21:01 +00:00
|
|
|
"build": "vite build",
|
2024-03-10 19:24:25 +00:00
|
|
|
"preview": "vite preview",
|
2023-04-11 04:38:04 +00:00
|
|
|
"test:unit": "vitest",
|
2022-04-27 04:53:45 +00:00
|
|
|
"check-types": "vue-tsc --noEmit",
|
2024-04-25 15:06:47 +00:00
|
|
|
"lint": "eslint src tests e2e",
|
|
|
|
"lint-ci": "eslint --no-fix src tests e2e",
|
2024-05-24 05:08:21 +00:00
|
|
|
"test:e2e": "playwright test",
|
|
|
|
"test:e2e-chromium": "playwright test --project=chromium",
|
|
|
|
"test:e2e-msedge": "playwright test --project=msedge"
|
2020-05-04 04:31:12 +00:00
|
|
|
},
|
|
|
|
"dependencies": {
|
2024-04-07 13:52:38 +00:00
|
|
|
"@noction/vue-draggable-grid": "1.9.16",
|
2023-05-31 03:58:24 +00:00
|
|
|
"@popperjs/core": "^2.11.8",
|
2024-07-03 03:10:45 +00:00
|
|
|
"@vuepic/vue-datepicker": "^8.8.1",
|
2024-06-19 04:58:09 +00:00
|
|
|
"@vueuse/core": "^10.11.0",
|
|
|
|
"@vueuse/integrations": "^10.11.0",
|
2024-05-22 03:38:04 +00:00
|
|
|
"axios": "^1.7.2",
|
2024-02-21 05:33:46 +00:00
|
|
|
"bootstrap": "^5.3.3",
|
2024-07-03 03:08:53 +00:00
|
|
|
"bootstrap-vue-next": "^0.22.7",
|
2024-05-15 03:52:48 +00:00
|
|
|
"core-js": "^3.37.1",
|
2024-04-10 03:25:25 +00:00
|
|
|
"date-fns": "^3.6.0",
|
2024-04-24 03:35:23 +00:00
|
|
|
"date-fns-tz": "^3.1.3",
|
2024-07-03 03:12:02 +00:00
|
|
|
"echarts": "^5.5.1",
|
2021-06-12 15:19:24 +00:00
|
|
|
"favico.js": "^0.3.10",
|
2024-05-29 03:18:54 +00:00
|
|
|
"humanize-duration": "^3.32.1",
|
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-07-03 03:08:01 +00:00
|
|
|
"vue": "^3.4.31",
|
2024-06-05 03:57:58 +00:00
|
|
|
"vue-demi": "^0.14.8",
|
2024-06-05 04:07:07 +00:00
|
|
|
"vue-echarts": "^6.7.3",
|
2024-06-26 03:22:19 +00:00
|
|
|
"vue-router": "^4.4.0",
|
2023-11-07 17:22:13 +00:00
|
|
|
"vue-select": "^4.0.0-beta.6"
|
2020-05-04 04:31:12 +00:00
|
|
|
},
|
|
|
|
"devDependencies": {
|
2024-06-19 05:16:12 +00:00
|
|
|
"@eslint/js": "^9.5.0",
|
2024-06-26 03:24:37 +00:00
|
|
|
"@iconify-json/mdi": "^1.1.67",
|
2024-07-03 03:11:12 +00:00
|
|
|
"@playwright/test": "^1.45.1",
|
2023-11-22 03:27:01 +00:00
|
|
|
"@types/echarts": "^4.9.22",
|
2024-06-26 05:52:53 +00:00
|
|
|
"@types/node": "^20.14.9",
|
2024-06-19 05:16:12 +00:00
|
|
|
"@typescript-eslint/eslint-plugin": "^7.13.1",
|
|
|
|
"@typescript-eslint/parser": "^7.13.1",
|
2024-06-05 03:59:13 +00:00
|
|
|
"@vitejs/plugin-vue": "^5.0.5",
|
2024-07-03 03:08:01 +00:00
|
|
|
"@vue/compiler-sfc": "3.4.31",
|
2024-01-03 03:18:48 +00:00
|
|
|
"@vue/eslint-config-prettier": "^9.0.0",
|
2024-03-13 05:27:56 +00:00
|
|
|
"@vue/eslint-config-typescript": "^13.0.0",
|
2024-07-03 03:08:01 +00:00
|
|
|
"@vue/runtime-dom": "^3.4.31",
|
2024-05-08 04:28:49 +00:00
|
|
|
"@vue/test-utils": "^2.4.6",
|
2024-06-19 05:16:12 +00:00
|
|
|
"eslint": "^9.5.0",
|
2024-01-17 05:23:19 +00:00
|
|
|
"eslint-plugin-prettier": "^5.1.3",
|
2024-07-03 07:56:20 +00:00
|
|
|
"eslint-plugin-vue": "^9.27.0",
|
2024-07-03 03:11:36 +00:00
|
|
|
"globals": "^15.8.0",
|
2024-06-26 03:24:08 +00:00
|
|
|
"happy-dom": "^14.12.3",
|
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-06-12 04:34:45 +00:00
|
|
|
"prettier": "^3.3.2",
|
2024-06-19 05:08:01 +00:00
|
|
|
"sass": "^1.77.6",
|
2024-07-03 07:27:13 +00:00
|
|
|
"typescript": "~5.5.3",
|
2024-06-19 05:16:12 +00:00
|
|
|
"typescript-eslint": "^7.13.1",
|
2024-05-15 07:10:41 +00:00
|
|
|
"unplugin-auto-import": "^0.17.6",
|
2024-05-08 04:40:36 +00:00
|
|
|
"unplugin-icons": "^0.19.0",
|
2024-06-27 05:46:36 +00:00
|
|
|
"unplugin-vue-components": "^0.27.2",
|
2024-07-03 03:10:19 +00:00
|
|
|
"vite": "^5.3.2",
|
2024-05-08 03:12:03 +00:00
|
|
|
"vitest": "^1.6.0",
|
2024-07-03 03:08:01 +00:00
|
|
|
"vue-tsc": "^2.0.24"
|
2023-11-17 05:50:22 +00:00
|
|
|
},
|
2024-05-24 04:52:17 +00:00
|
|
|
"packageManager": "pnpm@8.15.6"
|
2020-05-04 04:31:12 +00:00
|
|
|
}
|