frontend-playground/vue/package.json

22 lines
471 B
JSON
Raw Normal View History

2021-07-16 12:46:24 +01:00
{
"name": "vue",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"build": "webpack --config webpack.config.js && cp index.html dist/"
},
"author": "",
"license": "ISC",
"devDependencies": {
"babel-loader": "^8.2.2",
"vue-template-compiler": "^2.6.14",
"webpack": "^5.44.0",
"webpack-cli": "^4.7.2"
},
"dependencies": {
"vue": "^2.6.14"
}
}