23 lines
539 B
JSON
23 lines
539 B
JSON
{
|
|
"name": "example-frontend-js",
|
|
"version": "$version",
|
|
"license": "Apache-2.0",
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "https://github.com/Kotlin/kotlinx.coroutines.git"
|
|
},
|
|
"devDependencies": {
|
|
"webpack": "4.29.1",
|
|
"webpack-cli": "3.2.3",
|
|
"webpack-dev-server": "3.1.14",
|
|
"html-webpack-plugin": "3.2.0",
|
|
"uglifyjs-webpack-plugin": "2.1.1",
|
|
"style-loader": "0.23.1",
|
|
"css-loader": "2.1.0"
|
|
},
|
|
"scripts": {
|
|
"bundle": "webpack",
|
|
"start": "webpack-dev-server --open --no-inline"
|
|
}
|
|
}
|