mirror of
https://github.com/techno-tim/littlelink-server.git
synced 2024-11-22 05:25:13 +01:00
617dae0b30
Bumps [html-webpack-plugin](https://github.com/jantimon/html-webpack-plugin) from 5.5.4 to 5.6.0. - [Release notes](https://github.com/jantimon/html-webpack-plugin/releases) - [Changelog](https://github.com/jantimon/html-webpack-plugin/blob/main/CHANGELOG.md) - [Commits](https://github.com/jantimon/html-webpack-plugin/compare/v5.5.4...v5.6.0) --- updated-dependencies: - dependency-name: html-webpack-plugin dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
62 lines
2.0 KiB
JSON
62 lines
2.0 KiB
JSON
{
|
|
"name": "littlelink-server",
|
|
"version": "1.0.0",
|
|
"description": "A server based on littlelink",
|
|
"main": "app.js",
|
|
"license": "MIT",
|
|
"private": true,
|
|
"scripts": {
|
|
"start": "razzle start",
|
|
"build": "razzle build",
|
|
"debug": "yarn start --inspect --inspect-port 9230",
|
|
"test": "razzle test --env=jsdom",
|
|
"start:prod": "NODE_ENV=production node build/server.js",
|
|
"lint": "eslint .",
|
|
"lint:style": "stylelint ./src/**/*.css ./public/**/*.css",
|
|
"ci": "yarn lint && yarn lint:style && yarn lint:markdown && yarn test",
|
|
"lint:markdown": "markdownlint .github/*.md && markdownlint README.md"
|
|
},
|
|
"dependencies": {
|
|
"@fortawesome/fontawesome-svg-core": "^6.5.1",
|
|
"@fortawesome/free-brands-svg-icons": "^6.5.1",
|
|
"@fortawesome/free-regular-svg-icons": "^6.5.1",
|
|
"@fortawesome/free-solid-svg-icons": "^6.5.1",
|
|
"@fortawesome/react-fontawesome": "^0.2.0",
|
|
"compression": "^1.7.4",
|
|
"express": "^4.18.2",
|
|
"helmet": "^6.2.0",
|
|
"morgan": "^1.10.0",
|
|
"prop-types": "^15.8.1",
|
|
"react": "^18.2.0",
|
|
"react-dom": "^18.2.0",
|
|
"react-router-dom": "^6.21.0",
|
|
"serialize-javascript": "^6.0.1"
|
|
},
|
|
"devDependencies": {
|
|
"@babel/core": "^7.23.6",
|
|
"@babel/eslint-parser": "^7.23.3",
|
|
"@babel/preset-react": "^7.23.3",
|
|
"babel-preset-razzle": "^4.2.18",
|
|
"eslint": "^8.55.0",
|
|
"eslint-config-prettier": "^8.10.0",
|
|
"eslint-plugin-import": "^2.29.1",
|
|
"eslint-plugin-jsx": "^0.1.0",
|
|
"eslint-plugin-node": "^11.1.0",
|
|
"eslint-plugin-prettier": "^4.2.1",
|
|
"eslint-plugin-promise": "^6.1.1",
|
|
"eslint-plugin-react": "^7.33.2",
|
|
"html-webpack-plugin": "^5.6.0",
|
|
"markdownlint-cli": "^0.33.0",
|
|
"mini-css-extract-plugin": "^2.7.6",
|
|
"prettier": "^2.8.8",
|
|
"razzle": "^4.2.18",
|
|
"razzle-dev-utils": "^4.2.18",
|
|
"react-test-renderer": "^18.2.0",
|
|
"stylelint": "^15.11.0",
|
|
"stylelint-config-prettier": "^9.0.5",
|
|
"url": "^0.11.3",
|
|
"webpack": "^5.88.2",
|
|
"webpack-dev-server": "^4.15.1"
|
|
}
|
|
}
|