crytest
Version:
test1
27 lines (26 loc) • 633 B
JSON
{
"name": "crytest",
"version": "1.0.3",
"description": "",
"main": "dist/index.min.js",
"keywords": [
"cry"
],
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"dev": "vue-cli-service serve --stdin",
"build": "webpack --display-error-details --config webpack.config.js"
},
"author": "",
"license": "ISC",
"dependencies": {},
"devDependencies": {
"@vue/cli-service": "^4.0.5",
"uglifyjs-webpack-plugin": "^2.2.0",
"vue": "^2.6.10",
"vue-loader": "^15.7.2",
"vue-template-compiler": "^2.6.10",
"webpack": "^4.41.2",
"webpack-cli": "^3.3.10"
}
}