21 lines
492 B
JSON
21 lines
492 B
JSON
{
|
|
"name": "handsontable-pr-javascript-demo",
|
|
"version": "1.0.0",
|
|
"description": "",
|
|
"main": "index.html",
|
|
"private": true,
|
|
"scripts": {
|
|
"start": "parcel index.html --open",
|
|
"build": "parcel build index.html"
|
|
},
|
|
"dependencies": {
|
|
"handsontable": "latest",
|
|
"handsontable-pr-javascript-demo": "file:"
|
|
},
|
|
"devDependencies": {
|
|
"@babel/core": "^7.14.3",
|
|
"parcel-bundler": "^1.12.5"
|
|
},
|
|
"keywords": []
|
|
}
|