2023-05-03 08:07:34 +00:00
|
|
|
{
|
|
|
|
"name": "stockingly-frontend",
|
|
|
|
"version": "0.0.0",
|
|
|
|
"private": true,
|
|
|
|
"scripts": {
|
|
|
|
"dev": "vite",
|
|
|
|
"build": "vue-tsc --noEmit && vite build",
|
|
|
|
"preview": "vite preview",
|
|
|
|
"lint": "eslint . --fix --ignore-path .gitignore"
|
|
|
|
},
|
|
|
|
"dependencies": {
|
2023-05-15 09:12:43 +00:00
|
|
|
"@mdi/font": "^7.2.96",
|
2023-05-20 21:49:12 +00:00
|
|
|
"ag-charts-community": "^7.3.0",
|
|
|
|
"ag-charts-vue3": "^7.3.0",
|
2023-05-03 08:07:34 +00:00
|
|
|
"core-js": "^3.29.0",
|
2023-05-17 09:48:59 +00:00
|
|
|
"debounce": "^1.2.1",
|
|
|
|
"fuse.js": "^6.6.2",
|
2023-05-21 10:35:37 +00:00
|
|
|
"luxon": "^3.3.0",
|
2023-05-03 08:07:34 +00:00
|
|
|
"roboto-fontface": "*",
|
2023-05-17 10:20:19 +00:00
|
|
|
"round-to": "^6.0.0",
|
2023-05-03 08:07:34 +00:00
|
|
|
"vue": "^3.2.0",
|
2023-05-20 21:49:12 +00:00
|
|
|
"vue-class-component": "^8.0.0-beta.3",
|
|
|
|
"vue-property-decorator": "^9.1.2",
|
2023-05-03 08:07:34 +00:00
|
|
|
"vue-router": "^4.0.0",
|
2023-05-10 08:33:40 +00:00
|
|
|
"vuetify": "^3.2.3",
|
2023-05-03 08:07:34 +00:00
|
|
|
"webfontloader": "^1.0.0"
|
|
|
|
},
|
|
|
|
"devDependencies": {
|
|
|
|
"@babel/types": "^7.21.4",
|
2023-05-17 09:48:59 +00:00
|
|
|
"@types/debounce": "^1.2.1",
|
2023-05-21 10:35:37 +00:00
|
|
|
"@types/luxon": "^3.3.0",
|
2023-05-03 08:07:34 +00:00
|
|
|
"@types/node": "^18.15.0",
|
|
|
|
"@types/webfontloader": "^1.6.35",
|
2023-05-20 21:49:12 +00:00
|
|
|
"@vitejs/plugin-vue": "^4.0.0",
|
2023-05-03 08:07:34 +00:00
|
|
|
"@vue/eslint-config-typescript": "^11.0.0",
|
|
|
|
"eslint": "^8.22.0",
|
|
|
|
"eslint-plugin-vue": "^9.3.0",
|
|
|
|
"sass": "^1.60.0",
|
|
|
|
"typescript": "^5.0.0",
|
|
|
|
"vite": "^4.2.0",
|
|
|
|
"vite-plugin-vuetify": "^1.0.0",
|
|
|
|
"vue-tsc": "^1.2.0"
|
|
|
|
}
|
|
|
|
}
|