You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
17 lines
404 B
17 lines
404 B
{
|
|
"dependencies": {
|
|
"axios": "^0.19.2",
|
|
"browserify": "^16.5.1",
|
|
"buffer": "^4.9.2",
|
|
"envify": "^4.1.0",
|
|
"es6-promise": "^4.2.8",
|
|
"htmlparser2": "^4.1.0",
|
|
"qs": "^6.9.4",
|
|
"vue": "^2.6.11",
|
|
"vue-router": "^3.3.4",
|
|
"vue-server-renderer": "^2.6.11"
|
|
},
|
|
"scripts": {
|
|
"build": "node build.js && cd .. && go-bindata-assetfs --pkg=govue govue-runtime/..."
|
|
}
|
|
}
|