frequi_origin/package.json

72 lines
2.1 KiB
JSON
Raw Normal View History

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",
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": {
"@popperjs/core": "^2.11.7",
"@vuepic/vue-datepicker": "^5.1.1",
2023-05-03 04:49:00 +00:00
"@vueuse/core": "^10.1.2",
"@vueuse/integrations": "^10.1.2",
"axios": "^1.4.0",
"bootstrap": "^5.2.3",
"bootstrap-vue-next": "^0.8.11",
"core-js": "^3.30.2",
"date-fns": "^2.30.0",
"date-fns-tz": "^2.0.0",
"echarts": "^5.4.2",
"favico.js": "^0.3.10",
"humanize-duration": "^3.28.0",
"pinia": "^2.0.36",
"pinia-plugin-persistedstate": "^3.1.0",
2023-04-19 04:16:58 +00:00
"sortablejs": "^1.15.0",
2023-04-12 16:17:24 +00:00
"vue": "^3.2.47",
"vue-class-component": "^7.2.5",
"vue-demi": "^0.14.1",
"vue-echarts": "^6.5.5",
2022-10-30 10:01:27 +00:00
"vue-router": "^4.1.6",
"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": {
"@cypress/vite-dev-server": "^5.0.5",
"@cypress/vue": "^5.0.5",
"@iconify-json/mdi": "^1.1.51",
"@types/echarts": "^4.9.17",
"@typescript-eslint/eslint-plugin": "^5.59.5",
"@typescript-eslint/parser": "^5.59.5",
"@vitejs/plugin-vue": "^4.2.1",
"@vue/compiler-sfc": "3.2.47",
2023-04-13 04:31:04 +00:00
"@vue/eslint-config-prettier": "^7.1.0",
"@vue/eslint-config-typescript": "^11.0.3",
"@vue/runtime-dom": "^3.2.47",
2023-04-12 16:17:24 +00:00
"@vue/test-utils": "^2.3.2",
"cypress": "^12.12.0",
"eslint": "^8.40.0",
2023-04-13 04:31:04 +00:00
"eslint-plugin-prettier": "^4.2.1",
"eslint-plugin-vue": "^9.12.0",
2020-09-12 17:15:37 +00:00
"mutationobserver-shim": "^0.3.7",
"portal-vue": "^3.0.0",
"prettier": "^2.8.8",
"sass": "^1.62.1",
2023-04-11 17:36:09 +00:00
"typescript": "~5.0.4",
2023-05-08 19:18:47 +00:00
"unplugin-icons": "^0.16.1",
2023-05-09 16:14:20 +00:00
"unplugin-vue-components": "^0.24.1",
"vite": "^4.3.7",
2023-05-04 18:30:43 +00:00
"vitest": "^0.31.0",
"vue-tsc": "^1.6.4"
2020-05-04 04:31:12 +00:00
}
}