Skip to content

Instantly share code, notes, and snippets.

@musamusa
Created November 25, 2021 03:34
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 musamusa/ed39bc87d08652a864723e69d62e9b5e to your computer and use it in GitHub Desktop.
Save musamusa/ed39bc87d08652a864723e69d62e9b5e to your computer and use it in GitHub Desktop.
{
"name": "facil-memory-game",
"version": "1.0.0",
"description": "So much memory capacity needed!",
"scripts": {
"start": "webpack-dev-server --open --config webpack.config.js"
},
"author": "facil",
"license": "MIT",
"devDependencies": {
"babel-core": "^6.26.3",
"babel-loader": "^7.1.5",
"babel-preset-env": "^1.7.0",
"css-loader": "^0.28.11",
"eslint-loader": "^2.1.1",
"extract-text-webpack-plugin": "^3.0.0",
"html-webpack-plugin": "^5.5.0",
"node-sass": "^6.0.1",
"sass-loader": "^6.0.7",
"style-loader": "^0.18.2",
"webpack": "^5.64.2",
"webpack-cli": "^4.9.1",
"webpack-dev-server": "^4.5.0"
},
"dependencies": {
"babel-polyfill": "^6.9.0",
"sass": "^1.43.4"
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment