2022-06-26 23:01:10 +00:00
|
|
|
{
|
|
|
|
"name": "lifeto-shop",
|
|
|
|
"private": true,
|
|
|
|
"version": "0.0.0",
|
|
|
|
"scripts": {
|
|
|
|
"dev": "vite",
|
|
|
|
"build": "vue-tsc --noEmit && vite build",
|
|
|
|
"preview": "vite preview"
|
|
|
|
},
|
|
|
|
"dependencies": {
|
2022-07-01 01:27:18 +00:00
|
|
|
"@handsontable/vue3": "^12.0.1",
|
|
|
|
"@types/numbro": "^1.9.3",
|
|
|
|
"@types/qs": "^6.9.7",
|
|
|
|
"@vueuse/core": "^8.7.5",
|
|
|
|
"axios": "^0.27.2",
|
|
|
|
"handsontable": "^12.0.1",
|
2022-07-03 10:25:12 +00:00
|
|
|
"loglevel": "^1.8.0",
|
|
|
|
"pinia": "^2.0.14",
|
2022-07-01 01:27:18 +00:00
|
|
|
"qs": "^6.10.5",
|
|
|
|
"typescript-cookie": "^1.0.3",
|
|
|
|
"vue": "^3.2.25",
|
|
|
|
"vue3-cookies": "^1.0.6"
|
2022-06-26 23:01:10 +00:00
|
|
|
},
|
|
|
|
"devDependencies": {
|
|
|
|
"@vitejs/plugin-vue": "^2.3.3",
|
|
|
|
"typescript": "^4.5.4",
|
|
|
|
"vite": "^2.9.9",
|
|
|
|
"vue-tsc": "^0.34.7"
|
|
|
|
}
|
2022-07-01 01:27:18 +00:00
|
|
|
}
|