22 lines
470 B
JSON
22 lines
470 B
JSON
{
|
|
"name": "saltstatus",
|
|
"version": "1.0.0",
|
|
"description": "",
|
|
"main": "index.js",
|
|
"scripts": {
|
|
"test": "echo \"Error: no test specified\" && exit 1"
|
|
},
|
|
"author": "",
|
|
"license": "ISC",
|
|
"dependencies": {
|
|
"vue": "^2.6.10",
|
|
"vue-hot-reload-api": "^2.3.4",
|
|
"vue-property-decorator": "^8.3.0"
|
|
},
|
|
"devDependencies": {
|
|
"@vue/component-compiler-utils": "^3.0.2",
|
|
"typescript": "^3.7.3",
|
|
"vue-template-compiler": "^2.6.10"
|
|
}
|
|
}
|