mnswpr/package.json
dependabot[bot] e493ace252
Bump nth-check and optimize-css-assets-webpack-plugin
Bumps [nth-check](https://github.com/fb55/nth-check) to 2.1.1 and updates ancestor dependency [optimize-css-assets-webpack-plugin](https://github.com/NMFR/optimize-css-assets-webpack-plugin). These dependencies need to be updated together.


Updates `nth-check` from 1.0.2 to 2.1.1
- [Release notes](https://github.com/fb55/nth-check/releases)
- [Commits](https://github.com/fb55/nth-check/compare/v1.0.2...v2.1.1)

Updates `optimize-css-assets-webpack-plugin` from 5.0.8 to 6.0.1
- [Release notes](https://github.com/NMFR/optimize-css-assets-webpack-plugin/releases)
- [Commits](https://github.com/NMFR/optimize-css-assets-webpack-plugin/compare/v5.0.8...v6.0.1)

---
updated-dependencies:
- dependency-name: nth-check
  dependency-type: indirect
- dependency-name: optimize-css-assets-webpack-plugin
  dependency-type: direct:development
...

Signed-off-by: dependabot[bot] <support@github.com>
2022-11-28 07:17:16 +00:00

31 lines
1,022 B
JSON

{
"name": "mnswpr",
"version": "1.0.0",
"description": "Classic Minesweeper browser game",
"author": "Ayo Ayco",
"main": "src/index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"dev": "concurrently --kill-others \"npm run watch:dev\" \"npm start\"",
"start:dev": "concurrently --kill-others \"npm run watch:dev\" \"npm start\"",
"start": "http-server ./dist/ -a localhost -p 4200",
"watch:dev": "node ./node_modules/webpack/bin/webpack.js --watch --mode development .",
"buildprod": "node ./node_modules/webpack/bin/webpack.js --mode production ."
},
"license": "ISC",
"dependencies": {
"firebase": "^7.24.0"
},
"devDependencies": {
"concurrently": "^7.2.2",
"css-loader": "^3.6.0",
"file-loader": "^5.1.0",
"http-server": "^0.12.3",
"mini-css-extract-plugin": "^0.8.2",
"optimize-css-assets-webpack-plugin": "^6.0.1",
"terser-webpack-plugin": "^2.3.8",
"webpack": "^4.46.0",
"webpack-cli": "^3.3.12"
}
}