Created
January 7, 2019 13:01
-
-
Save apalyukha/405e700a2a0dc9de8fd4e87c37e6bff7 to your computer and use it in GitHub Desktop.
Spring Boot REST: add webpack
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"name": "sarafan", | |
"version": "1.0.0", | |
"description": "", | |
"main": "webpack.config.js", | |
"dependencies": { | |
"vue": "^2.5.17", | |
"vue-resource": "^1.5.1" | |
}, | |
"devDependencies": { | |
"@babel/core": "^7.0.0", | |
"@babel/preset-env": "^7.0.0", | |
"babel-loader": "^8.0.1", | |
"vue-loader": "^15.4.1", | |
"vue-template-compiler": "^2.5.17", | |
"webpack": "^4.17.1", | |
"webpack-cli": "^3.1.0", | |
"webpack-dev-server": "^3.1.7" | |
}, | |
"scripts": { | |
"start": "webpack-dev-server", | |
"test": "echo \"Error: no test specified\" && exit 1" | |
}, | |
"repository": { | |
"type": "git", | |
"url": "git+https://github.com/drucoder/sarafan.git" | |
}, | |
"author": "", | |
"license": "ISC", | |
"bugs": { | |
"url": "https://github.com/drucoder/sarafan/issues" | |
}, | |
"homepage": "https://github.com/drucoder/sarafan#readme" | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment