2019-04-15 16:50:38 +02:00
|
|
|
{
|
2021-01-27 13:24:23 +01:00
|
|
|
"name": "vuetorrent",
|
2023-08-19 23:42:14 +02:00
|
|
|
"version": "1.7.1",
|
2021-01-27 13:24:23 +01:00
|
|
|
"private": true,
|
|
|
|
"scripts": {
|
2022-11-15 09:36:54 +01:00
|
|
|
"dev": "vite --host",
|
|
|
|
"build": "vite build",
|
|
|
|
"test": "npm run test:unit",
|
|
|
|
"test:unit": "vitest run",
|
|
|
|
"lint": "eslint --fix --ignore-path .gitignore && prettier . -w -u --ignore-path .gitignore",
|
|
|
|
"start": "npm run dev"
|
2021-01-27 13:24:23 +01:00
|
|
|
},
|
|
|
|
"dependencies": {
|
2023-02-28 06:24:28 +01:00
|
|
|
"ajv": "^8.12.0",
|
2023-08-01 09:17:32 +02:00
|
|
|
"apexcharts": "^3.41.1",
|
2023-06-23 09:35:54 +02:00
|
|
|
"axios": "^1.4.0",
|
2023-07-04 09:20:23 +02:00
|
|
|
"dayjs": "^1.11.9",
|
2021-04-15 20:18:48 +09:00
|
|
|
"lodash": "^4.17.21",
|
2022-11-15 14:27:14 +01:00
|
|
|
"quick-score": "^0.2.0",
|
2021-01-27 13:24:23 +01:00
|
|
|
"typeface-roboto": "^1.1.13",
|
|
|
|
"typeface-roboto-mono": "^1.1.13",
|
2023-06-23 09:59:52 +02:00
|
|
|
"uuid": "^9.0.0",
|
2023-06-23 09:57:15 +02:00
|
|
|
"vue": "~2.7.14",
|
2021-08-14 11:42:12 +02:00
|
|
|
"vue-apexcharts": "^1.6.2",
|
2022-11-15 09:36:54 +01:00
|
|
|
"vue-i18n": "^8",
|
2023-01-24 17:10:59 +01:00
|
|
|
"vue-property-decorator": "^9.1.2",
|
2022-11-15 09:36:54 +01:00
|
|
|
"vue-router": "^3.6.5",
|
2021-01-27 13:24:23 +01:00
|
|
|
"vue-toastification": "^1.7.11",
|
|
|
|
"vuedraggable": "^2.24.3",
|
2023-08-15 12:17:44 +02:00
|
|
|
"vuetify": "^2.7.1",
|
2021-01-29 11:42:20 +01:00
|
|
|
"vuex": "^3.6.2",
|
2021-01-27 13:24:23 +01:00
|
|
|
"vuex-persist": "^3.1.3"
|
|
|
|
},
|
|
|
|
"devDependencies": {
|
2023-06-23 10:00:07 +02:00
|
|
|
"@faker-js/faker": "^8.0.2",
|
2022-11-16 10:14:06 +01:00
|
|
|
"@mdi/js": "^7",
|
2023-06-23 09:59:45 +02:00
|
|
|
"@types/jsdom": "^21.1.1",
|
2023-08-22 12:57:56 +02:00
|
|
|
"@types/lodash": "^4.14.197",
|
2023-01-24 17:10:59 +01:00
|
|
|
"@types/uuid": "^9.0.0",
|
2023-07-15 10:43:44 +02:00
|
|
|
"@typescript-eslint/eslint-plugin": "^6",
|
|
|
|
"@typescript-eslint/parser": "^6",
|
2022-11-15 09:36:54 +01:00
|
|
|
"@vitejs/plugin-vue2": "^2",
|
|
|
|
"@vue/eslint-config-typescript": "^11",
|
|
|
|
"@vue/test-utils": "^1",
|
|
|
|
"eslint": "^8",
|
2023-08-15 12:16:58 +02:00
|
|
|
"eslint-config-prettier": "^9",
|
2023-07-18 10:27:43 +02:00
|
|
|
"eslint-plugin-prettier": "^5",
|
2022-11-15 09:36:54 +01:00
|
|
|
"eslint-plugin-vue": "^9",
|
2023-06-23 09:40:15 +02:00
|
|
|
"jsdom": "^22.1.0",
|
2023-07-11 08:28:42 +02:00
|
|
|
"prettier": "^3",
|
2023-07-11 20:18:49 +02:00
|
|
|
"sass": "~1.32.13",
|
2023-06-23 09:59:31 +02:00
|
|
|
"unplugin-vue-components": "^0.25",
|
2023-06-23 09:40:09 +02:00
|
|
|
"vite": "^4",
|
2022-11-15 09:36:54 +01:00
|
|
|
"vite-plugin-eslint": "^1",
|
2023-06-23 09:34:31 +02:00
|
|
|
"vite-plugin-pwa": "^0.16.4",
|
2023-08-15 12:17:08 +02:00
|
|
|
"vitest": "^0.34.1",
|
2023-01-24 17:10:59 +01:00
|
|
|
"vue-template-compiler": "^2",
|
|
|
|
"vue-typed-mixins": "^0.2.0"
|
2021-01-27 13:24:23 +01:00
|
|
|
},
|
|
|
|
"browserslist": [
|
|
|
|
"> 1%",
|
|
|
|
"last 2 versions",
|
|
|
|
"not dead",
|
|
|
|
"not ie <= 10"
|
|
|
|
]
|
2019-04-15 16:50:38 +02:00
|
|
|
}
|