25 lines
513 B
JSON
25 lines
513 B
JSON
{
|
|
"name": "wavevue",
|
|
"version": "1.0.0",
|
|
"description": "",
|
|
"main": "index.js",
|
|
"scripts": {
|
|
"test": "echo \"Error: no test specified\" && exit 1"
|
|
},
|
|
"keywords": [],
|
|
"author": "",
|
|
"license": "ISC",
|
|
"devDependencies": {
|
|
"@babel/core": "^7.4.5",
|
|
"babel-loader": "^8.0.6",
|
|
"vue-loader": "^15.7.0",
|
|
"vue-template-compiler": "^2.6.10",
|
|
"webpack": "^4.32.2",
|
|
"webpack-cli": "^3.3.2",
|
|
"webpack-dev-server": "^3.4.1"
|
|
},
|
|
"dependencies": {
|
|
"vue": "^2.6.10"
|
|
}
|
|
}
|