SaltStatus/package.json

23 lines
472 B
JSON
Raw Normal View History

2019-12-06 16:52:37 -05:00
{
"name": "saltstatus",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
2019-12-30 12:38:21 -05:00
"start": "parcel src/index.html"
2019-12-06 16:52:37 -05:00
},
"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",
2019-12-30 20:31:05 -05:00
"sass": "^1.24.0",
2019-12-06 16:52:37 -05:00
"typescript": "^3.7.3",
"vue-template-compiler": "^2.6.10"
}
}