frequi_origin/package.json

74 lines
2.2 KiB
JSON
Raw Normal View History

2020-05-04 04:31:12 +00:00
{
"name": "frequi",
"version": "0.1.0",
"private": true,
"scripts": {
"serve": "vue-cli-service serve",
"build": "vue-cli-service build",
2020-11-10 19:52:39 +00:00
"test:unit": "vue-cli-service test:unit",
2020-05-18 18:49:30 +00:00
"lint": "vue-cli-service lint",
2021-01-16 14:57:55 +00:00
"check-types": "tsc --noemit",
2021-12-17 18:40:15 +00:00
"lint-ci": "vue-cli-service lint --no-fix",
2021-12-18 10:16:15 +00:00
"cy:open": "cypress open",
"cy:open-ct": "cypress open-ct",
"cy:run-ct": "cypress run-ct"
2020-05-04 04:31:12 +00:00
},
"dependencies": {
2021-12-17 18:40:15 +00:00
"@cypress/vue": "^2.2.3",
2021-12-22 05:44:09 +00:00
"@vue/composition-api": "^1.4.3",
"axios": "^0.24.0",
"bootstrap": "^4.6.0",
"bootstrap-vue": "^2.21.2",
"bootswatch": "^5.1.3",
"core-js": "^3.20.1",
"date-fns": "^2.28.0",
"date-fns-tz": "^1.2.2",
"echarts": "^5.2.2",
"favico.js": "^0.3.10",
"humanize-duration": "^3.27.1",
"vue": "^2.6.14",
"vue-class-component": "^7.2.5",
2021-08-08 17:39:20 +00:00
"vue-echarts": "^6.0.0",
"vue-grid-layout": "^2.3.12",
"vue-material-design-icons": "^5.0.0",
"vue-property-decorator": "^9.1.2",
"vue-router": "^3.5.3",
"vue-select": "^3.16.0",
"vuex": "^3.6.2",
2020-06-29 18:43:54 +00:00
"vuex-class": "^0.3.2"
2020-05-04 04:31:12 +00:00
},
"devDependencies": {
2021-12-17 18:40:15 +00:00
"@cypress/webpack-dev-server": "^1.8.0",
"@types/echarts": "^4.9.12",
"@types/jest": "^27.0.3",
2020-06-04 18:20:48 +00:00
"@typescript-eslint/eslint-plugin": "^2.33.0",
"@typescript-eslint/parser": "^5.8.1",
"@vue/cli-plugin-babel": "~4.5.15",
"@vue/cli-plugin-eslint": "~4.5.15",
"@vue/cli-plugin-router": "^4.5.15",
"@vue/cli-plugin-typescript": "~4.5.15",
"@vue/cli-plugin-unit-jest": "~4.5.15",
"@vue/cli-plugin-vuex": "~4.5.15",
"@vue/cli-service": "~4.5.15",
"@vue/eslint-config-airbnb": "^5.1.0",
2020-09-08 09:53:13 +00:00
"@vue/eslint-config-prettier": "^6.0.0",
"@vue/eslint-config-typescript": "^5.1.0",
"@vue/test-utils": "^1.3.0",
"cypress": "^9.2.0",
2020-05-04 04:31:12 +00:00
"eslint": "^6.7.2",
"eslint-config-airbnb": "^18.2.1",
"eslint-plugin-prettier": "^3.4.1",
"eslint-plugin-vue": "^7.20.0",
2021-12-17 18:40:15 +00:00
"html-webpack-plugin": "4",
2020-09-12 17:15:37 +00:00
"mutationobserver-shim": "^0.3.7",
"popper.js": "^1.16.1",
"portal-vue": "^2.1.7",
"prettier": "^2.5.1",
"sass": "^1.45.1",
"sass-loader": "^10.1.1",
"typescript": "~4.5.4",
"vue-template-compiler": "^2.6.14",
2020-06-22 06:04:28 +00:00
"vuex-class": "^0.3.2"
2020-05-04 04:31:12 +00:00
}
}