sheetjs/demos/parcel/package.json

11 lines
178 B
JSON
Raw Normal View History

2022-05-10 08:02:52 +00:00
{
"source":"index.html",
"scripts": {
"build":"parcel build"
},
"dependencies": {
"parcel": "^2.5.0",
"xlsx":"https://cdn.sheetjs.com/xlsx-latest/xlsx-latest.tgz"
}
}