21 lines
435 B
JSON
21 lines
435 B
JSON
{
|
|
"name": "handsontable-vue-demo",
|
|
"version": "1.0.0",
|
|
"description": "",
|
|
"main": "src/main.js",
|
|
"scripts": {
|
|
"start": "vue-cli-service serve",
|
|
"build": "vue-cli-service build"
|
|
},
|
|
"dependencies": {
|
|
"@handsontable/vue": "14.5",
|
|
"handsontable": "14.5",
|
|
"handsontable-vue-demo": "file:",
|
|
"hyperformula": "^2.4.0",
|
|
"vue": "2.7.14"
|
|
},
|
|
"devDependencies": {
|
|
"@vue/cli-service": "5.0.8"
|
|
}
|
|
}
|