Skip to content

Instantly share code, notes, and snippets.

@annaliahsiao
Created August 22, 2019 07:23
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save annaliahsiao/11b761948a691b63b49399f498d25536 to your computer and use it in GitHub Desktop.
Save annaliahsiao/11b761948a691b63b49399f498d25536 to your computer and use it in GitHub Desktop.
my package.json
{
"name": "product_name",
"version": "1.0.0",
"description": "",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"build": "webpack --progress --colors --watch --mode production",
"dev": "webpack && webpack-dev-server --progress --colors --config webpack.config.js"
},
"author": "annalia.hsiao",
"license": "ISC",
"dependencies": {
"autoprefixer-loader": "^3.2.0",
"current-device": "^0.8.2",
"file-loader": "^4.1.0",
"html-loader": "^0.5.5",
"html-webpack-plugin": "^3.2.0",
"jquery": "^3.4.1",
"npm": "^6.10.3",
"postcss-loader": "^3.0.0",
"pug": "^2.0.4",
"pug-html-loader": "^1.1.5",
"style-loader": "^0.23.1",
"url-loader": "^2.1.0",
"vue": "^2.6.10",
"vue-loader": "^15.7.1",
"vue-router": "^3.0.7",
"webpack": "^4.35.3",
"webpack-cli": "^3.3.5",
"webpack-dev-server": "^3.7.2"
},
"devDependencies": {
"@babel/core": "^7.5.5",
"@babel/preset-env": "^7.5.5",
"babel-loader": "^8.0.6",
"css-loader": "^3.0.0",
"mini-css-extract-plugin": "^0.7.0",
"node-sass": "^4.12.0",
"sass-loader": "^7.1.0",
"stylus": "^0.54.5",
"stylus-loader": "^3.0.2"
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment