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
|
|
|
"serve": "vite",
|
|
|
|
"dev": "vite",
|
2022-05-01 17:21:01 +00:00
|
|
|
"build": "vite build",
|
2021-05-24 13:25:48 +00:00
|
|
|
"test:unit": "jest",
|
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": {
|
2023-03-29 06:33:32 +00:00
|
|
|
"@popperjs/core": "^2.11.7",
|
2023-03-29 05:59:48 +00:00
|
|
|
"@vuepic/vue-datepicker": "^4.2.3",
|
2023-02-22 05:59:31 +00:00
|
|
|
"@vueuse/core": "^9.13.0",
|
2023-03-01 05:59:59 +00:00
|
|
|
"axios": "^1.3.4",
|
2022-12-04 18:25:17 +00:00
|
|
|
"bootstrap": "^5.2.3",
|
2023-02-08 05:34:20 +00:00
|
|
|
"bootstrap-vue-next": "^0.7.3",
|
2023-03-15 06:00:06 +00:00
|
|
|
"core-js": "^3.29.1",
|
2022-09-14 05:22:49 +00:00
|
|
|
"date-fns": "^2.29.3",
|
2023-02-01 05:33:28 +00:00
|
|
|
"date-fns-tz": "^2.0.0",
|
2023-03-29 06:33:20 +00:00
|
|
|
"echarts": "^5.4.2",
|
2021-06-12 15:19:24 +00:00
|
|
|
"favico.js": "^0.3.10",
|
2023-01-18 05:13:33 +00:00
|
|
|
"humanize-duration": "^3.28.0",
|
2023-03-08 05:56:56 +00:00
|
|
|
"pinia": "^2.0.33",
|
2023-02-22 07:00:58 +00:00
|
|
|
"pinia-plugin-persistedstate": "^3.1.0",
|
2022-10-30 10:01:27 +00:00
|
|
|
"vue": "3.2.42",
|
2020-07-26 08:40:23 +00:00
|
|
|
"vue-class-component": "^7.2.5",
|
2022-08-31 05:05:56 +00:00
|
|
|
"vue-demi": "0.13.11",
|
2023-02-15 06:01:55 +00:00
|
|
|
"vue-echarts": "^6.5.4",
|
2023-02-08 05:10:47 +00:00
|
|
|
"vue-material-design-icons": "^5.2.0",
|
2022-10-30 10:01:27 +00:00
|
|
|
"vue-router": "^4.1.6",
|
2022-12-05 13:14:28 +00:00
|
|
|
"vue-select": "^4.0.0-beta.6",
|
2022-11-26 13:52:36 +00:00
|
|
|
"vue3-drr-grid-layout": "^1.9.7"
|
2020-05-04 04:31:12 +00:00
|
|
|
},
|
|
|
|
"devDependencies": {
|
2023-03-22 06:08:58 +00:00
|
|
|
"@cypress/vite-dev-server": "^5.0.5",
|
2023-03-22 05:58:53 +00:00
|
|
|
"@cypress/vue": "^5.0.5",
|
2022-07-13 05:03:53 +00:00
|
|
|
"@types/echarts": "^4.9.16",
|
2022-05-04 05:03:17 +00:00
|
|
|
"@types/jest": "^27.5.0",
|
2020-06-04 18:20:48 +00:00
|
|
|
"@typescript-eslint/eslint-plugin": "^2.33.0",
|
2023-03-29 05:58:49 +00:00
|
|
|
"@typescript-eslint/parser": "^5.57.0",
|
2022-12-05 05:19:44 +00:00
|
|
|
"@vitejs/plugin-vue": "^2.3.4",
|
2023-02-08 05:39:50 +00:00
|
|
|
"@vue/compiler-sfc": "3.2.47",
|
2020-09-08 09:53:13 +00:00
|
|
|
"@vue/eslint-config-prettier": "^6.0.0",
|
2020-08-29 09:14:44 +00:00
|
|
|
"@vue/eslint-config-typescript": "^5.1.0",
|
2023-02-08 05:01:12 +00:00
|
|
|
"@vue/runtime-dom": "^3.2.47",
|
2023-01-11 05:01:05 +00:00
|
|
|
"@vue/test-utils": "^2.2.7",
|
2023-03-22 05:57:34 +00:00
|
|
|
"cypress": "^12.8.1",
|
2020-05-04 04:31:12 +00:00
|
|
|
"eslint": "^6.7.2",
|
2021-08-23 05:07:04 +00:00
|
|
|
"eslint-plugin-prettier": "^3.4.1",
|
2021-10-28 17:46:14 +00:00
|
|
|
"eslint-plugin-vue": "^7.20.0",
|
2022-02-09 05:04:08 +00:00
|
|
|
"jest": "^27.5.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",
|
2023-03-29 05:58:05 +00:00
|
|
|
"prettier": "^2.8.7",
|
2023-03-29 06:33:50 +00:00
|
|
|
"sass": "^1.60.0",
|
2023-03-29 06:01:30 +00:00
|
|
|
"sass-loader": "^13.2.2",
|
2022-03-30 05:26:09 +00:00
|
|
|
"ts-jest": "^27.1.4",
|
2023-02-01 05:33:26 +00:00
|
|
|
"typescript": "~4.9.5",
|
2022-07-13 05:22:21 +00:00
|
|
|
"vite": "^2.9.14",
|
2021-11-14 10:50:33 +00:00
|
|
|
"vite-jest": "^0.1.4",
|
2023-03-01 05:58:22 +00:00
|
|
|
"vue-tsc": "^1.2.0"
|
2020-05-04 04:31:12 +00:00
|
|
|
}
|
|
|
|
}
|