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": {
|
2022-10-19 05:49:52 +00:00
|
|
|
"axios": "^1.1.3",
|
2021-01-25 08:30:17 +00:00
|
|
|
"bootstrap": "^4.6.0",
|
2022-10-26 05:22:31 +00:00
|
|
|
"bootstrap-vue": "^2.23.1",
|
2022-10-19 05:04:30 +00:00
|
|
|
"bootswatch": "^5.2.2",
|
2022-11-16 05:11:57 +00:00
|
|
|
"core-js": "^3.26.1",
|
2022-09-14 05:22:49 +00:00
|
|
|
"date-fns": "^2.29.3",
|
2022-09-07 05:02:08 +00:00
|
|
|
"date-fns-tz": "^1.3.7",
|
2022-09-28 05:04:34 +00:00
|
|
|
"echarts": "^5.4.0",
|
2021-06-12 15:19:24 +00:00
|
|
|
"favico.js": "^0.3.10",
|
2022-08-31 05:04:39 +00:00
|
|
|
"humanize-duration": "^3.27.3",
|
2022-10-12 06:26:29 +00:00
|
|
|
"pinia": "^2.0.23",
|
2022-11-16 05:12:10 +00:00
|
|
|
"pinia-plugin-persistedstate": "^2.4.0",
|
2022-10-19 05:04:17 +00:00
|
|
|
"vue": "^2.7.13",
|
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",
|
2022-07-13 05:04:22 +00:00
|
|
|
"vue-echarts": "^6.2.3",
|
2022-08-10 05:03:28 +00:00
|
|
|
"vue-grid-layout": "^2.4.0",
|
2022-07-20 05:02:12 +00:00
|
|
|
"vue-material-design-icons": "^5.1.2",
|
2022-09-07 05:04:00 +00:00
|
|
|
"vue-router": "^3.6.5",
|
2022-07-20 05:13:39 +00:00
|
|
|
"vue-select": "^3.20.0"
|
2020-05-04 04:31:12 +00:00
|
|
|
},
|
|
|
|
"devDependencies": {
|
2022-11-09 05:01:02 +00:00
|
|
|
"@cypress/vite-dev-server": "^4.0.1",
|
2022-04-13 19:19:32 +00:00
|
|
|
"@cypress/vue": "^2.2.3",
|
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",
|
2022-11-09 05:02:32 +00:00
|
|
|
"@typescript-eslint/parser": "^5.42.1",
|
2022-07-07 18:12:57 +00:00
|
|
|
"@vitejs/plugin-vue2": "^1.1.2",
|
2022-09-28 05:05:37 +00:00
|
|
|
"@vue/composition-api": "^1.7.1",
|
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",
|
2022-11-09 05:54:52 +00:00
|
|
|
"@vue/runtime-dom": "^3.2.42",
|
2022-11-09 05:04:11 +00:00
|
|
|
"@vue/test-utils": "^1.3.3",
|
2022-06-29 05:05:47 +00:00
|
|
|
"cypress": "^10.3.0",
|
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",
|
|
|
|
"popper.js": "^1.16.1",
|
|
|
|
"portal-vue": "^2.1.7",
|
2022-06-22 05:05:12 +00:00
|
|
|
"prettier": "^2.7.1",
|
2022-11-09 05:08:55 +00:00
|
|
|
"sass": "^1.56.1",
|
2022-11-16 05:19:09 +00:00
|
|
|
"sass-loader": "^13.2.0",
|
2022-03-30 05:26:09 +00:00
|
|
|
"ts-jest": "^27.1.4",
|
2022-11-16 05:08:40 +00:00
|
|
|
"typescript": "~4.9.3",
|
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",
|
2022-10-19 05:04:17 +00:00
|
|
|
"vue-template-compiler": "^2.7.13",
|
2022-10-26 05:05:32 +00:00
|
|
|
"vue-tsc": "^1.0.9"
|
2020-05-04 04:31:12 +00:00
|
|
|
}
|
|
|
|
}
|