21 lines
447 B
JSON
21 lines
447 B
JSON
{
|
|
"name": "handsontable-ts-demo",
|
|
"version": "1.0.0",
|
|
"description": "",
|
|
"main": "index.html",
|
|
"scripts": {
|
|
"start": "parcel --no-source-maps index.html --open",
|
|
"build": "parcel build index.html"
|
|
},
|
|
"dependencies": {
|
|
"handsontable": "latest",
|
|
"handsontable-ts-demo": "file:",
|
|
"hyperformula": "^2.4.0"
|
|
},
|
|
"devDependencies": {
|
|
"@babel/core": "7.2.0",
|
|
"parcel-bundler": "^1.6.1"
|
|
},
|
|
"keywords": []
|
|
}
|