26 lines
661 B
JSON
26 lines
661 B
JSON
{
|
|
"name": "DumbYTManger",
|
|
"version": "0.1.0",
|
|
"description": "Front end for the DumbYT Manager project",
|
|
"main": "index.js",
|
|
"repository": "https://gitea.hak8or.com/Almost_There/dumbytmanager",
|
|
"author": "hak8or",
|
|
"license": "MIT",
|
|
"devDependencies": {
|
|
"axios": "^0.18.0",
|
|
"css-loader": "^0.28.10",
|
|
"style-loader": "^0.20.2",
|
|
"ts-loader": "^4.0.0",
|
|
"typescript": "^2.7.2",
|
|
"vue": "^2.5.13",
|
|
"vue-loader": "^14.1.1",
|
|
"vue-template-compiler": "^2.5.13",
|
|
"webpack": "^4.0.1",
|
|
"webpack-cli": "^2.0.9"
|
|
},
|
|
"scripts": {
|
|
"build": "webpack",
|
|
"test": "echo \"Error: no test specified\" && exit 1"
|
|
}
|
|
}
|