Last active
February 8, 2019 20:38
-
-
Save anurag-majumdar/ce87605c34fdde34addbfd542d9301ea to your computer and use it in GitHub Desktop.
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": "vanilla-todos-pwa", | |
"version": "1.0.0", | |
"description": "A simple todo application using ES6 and Webpack", | |
"main": "src/main.js", | |
"scripts": { | |
"build": "webpack --mode production && node build-sw", | |
"serve": "webpack-dev-server --mode=development --hot" | |
}, | |
"keywords": [], | |
"author": "Anurag Majumdar", | |
"license": "MIT", | |
"devDependencies": { | |
"@babel/core": "^7.2.2", | |
"@babel/plugin-syntax-dynamic-import": "^7.2.0", | |
"@babel/preset-env": "^7.2.3", | |
"autoprefixer": "^9.4.5", | |
"babel-core": "^6.26.3", | |
"babel-loader": "^8.0.4", | |
"babel-preset-env": "^1.7.0", | |
"clean-webpack-plugin": "^1.0.0", | |
"compression-webpack-plugin": "^2.0.0", | |
"copy-webpack-plugin": "^4.6.0", | |
"css-loader": "^2.1.0", | |
"html-webpack-plugin": "^3.2.0", | |
"mini-css-extract-plugin": "^0.5.0", | |
"node-sass": "^4.11.0", | |
"sass-loader": "^7.1.0", | |
"style-loader": "^0.23.1", | |
"terser": "^3.14.1", | |
"webpack": "^4.28.4", | |
"webpack-cli": "^3.2.1", | |
"webpack-dev-server": "^3.1.14", | |
"webpack-md5-hash": "0.0.6" | |
} | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment