59 lines
1.3 KiB
JSON
59 lines
1.3 KiB
JSON
{
|
|
"name": "vue-template",
|
|
"version": "0.0.0",
|
|
"private": true,
|
|
"homepage": "https://handsontable.com/.",
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "https://github.com/handsontable/handsontable.git"
|
|
},
|
|
"bugs": {
|
|
"url": "https://github.com/handsontable/handsontable/issues"
|
|
},
|
|
"author": "Handsoncode <hello@handsontable.com>",
|
|
"scripts": {
|
|
"start": "vue-cli-service serve",
|
|
"build": "vue-cli-service build",
|
|
"test": "node spec/support/jasmine.config.js"
|
|
},
|
|
"dependencies": {
|
|
"@handsontable/vue": "latest",
|
|
"core-js": "3.9.1",
|
|
"handsontable": "latest",
|
|
"vue": "2.6.12",
|
|
"vue-template": "file:"
|
|
},
|
|
"devDependencies": {
|
|
"@vue/cli-plugin-babel": "4.4.6",
|
|
"@vue/cli-plugin-eslint": "4.4.6",
|
|
"@vue/cli-service": "4.4.6",
|
|
"babel-eslint": "10.1.0",
|
|
"eslint": "6.8.0",
|
|
"eslint-plugin-vue": "6.2.2",
|
|
"jasmine": "3.7.0",
|
|
"jasmine-console-reporter": "3.1.0",
|
|
"puppeteer": "7.1.0",
|
|
"vue-template-compiler": "2.6.12"
|
|
},
|
|
"license": "SEE LICENSE IN LICENSE.txt",
|
|
"eslintConfig": {
|
|
"root": true,
|
|
"env": {
|
|
"node": true
|
|
},
|
|
"extends": [
|
|
"plugin:vue/essential",
|
|
"eslint:recommended"
|
|
],
|
|
"parserOptions": {
|
|
"parser": "babel-eslint"
|
|
},
|
|
"rules": {}
|
|
},
|
|
"browserslist": [
|
|
"> 1%",
|
|
"last 2 versions",
|
|
"not dead"
|
|
]
|
|
}
|