Created
September 6, 2018 17:02
-
-
Save drucoder/76929ca18eb3f6890817b5bb678570aa to your computer and use it in GitHub Desktop.
Spring Boot REST: добавляем webpack
This file contains 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