sheetjs-vite/package.json

22 lines
448 B
JSON
Raw Normal View History

2024-06-03 00:38:31 +00:00
{
"name": "sheetjs-vite",
"private": true,
"version": "0.0.0",
"type": "module",
"scripts": {
"dev": "vite",
"build": "vue-tsc && vite build",
"preview": "vite preview"
},
"dependencies": {
2024-06-03 00:38:54 +00:00
"vue": "^3.3.8",
"xlsx": "https://cdn.sheetjs.com/xlsx-0.20.2/xlsx-0.20.2.tgz"
2024-06-03 00:38:31 +00:00
},
"devDependencies": {
"@vitejs/plugin-vue": "^4.5.0",
"typescript": "^5.2.2",
"vite": "^5.0.0",
"vue-tsc": "^1.8.22"
}
}