Created
November 25, 2021 03:34
-
-
Save musamusa/ed39bc87d08652a864723e69d62e9b5e 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": "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