22 lines
471 B
JSON
22 lines
471 B
JSON
|
{
|
||
|
"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"
|
||
|
}
|
||
|
}
|