Skip to content

Instantly share code, notes, and snippets.

@xuanthulabnet
Last active September 12, 2019 08:02
Show Gist options
  • Select an option

  • Save xuanthulabnet/083d4b4d7c17b9cc29403712921d006c to your computer and use it in GitHub Desktop.

Select an option

Save xuanthulabnet/083d4b4d7c17b9cc29403712921d006c to your computer and use it in GitHub Desktop.
{
"name": "WebApp",
"version": "1.0.0",
"description": "",
"main": "index.js",
"watch": {
"build": "src/scss/site.scss"
},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"build": "webpack",
"watch": "npm-watch"
},
"keywords": [],
"author": "",
"license": "ISC",
"devDependencies": {
"webpack": "^4.39.3",
"webpack-cli": "^3.3.8"
},
"dependencies": {
"bootstrap": "^4.3.1",
"copy-webpack-plugin": "^5.0.4",
"cross-env": "^5.2.1",
"css-loader": "^3.2.0",
"cssnano": "^4.1.10",
"file-loader": "^4.2.0",
"jquery": "^3.4.1",
"mini-css-extract-plugin": "^0.8.0",
"node-sass": "^4.12.0",
"npm-watch": "^0.6.0",
"popper.js": "^1.15.0",
"postcss-loader": "^3.0.0",
"postcss-preset-env": "^6.7.0",
"sass-loader": "^8.0.0"
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment