mirror of
https://github.com/techno-tim/littlelink-server.git
synced 2024-11-22 05:25:13 +01:00
9dfe4d8c18
Bumps [stylelint](https://github.com/stylelint/stylelint) from 16.5.0 to 16.6.1. - [Release notes](https://github.com/stylelint/stylelint/releases) - [Changelog](https://github.com/stylelint/stylelint/blob/main/CHANGELOG.md) - [Commits](https://github.com/stylelint/stylelint/compare/16.5.0...16.6.1) --- updated-dependencies: - dependency-name: stylelint 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>
65 lines
2.0 KiB
JSON
65 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/free-brands-svg-icons": "^6.5.2",
|
|
"@fortawesome/fontawesome-svg-core": "^6.5.2",
|
|
"@fortawesome/free-solid-svg-icons": "^6.5.2",
|
|
"@fortawesome/free-regular-svg-icons": "^6.5.2",
|
|
"@fortawesome/react-fontawesome": "^0.2.2",
|
|
"compression": "^1.7.4",
|
|
"express": "^4.19.2",
|
|
"helmet": "^7.1.0",
|
|
"morgan": "^1.10.0",
|
|
"prop-types": "^15.8.1",
|
|
"react": "^18.3.1",
|
|
"react-dom": "^18.3.1",
|
|
"react-router-dom": "^6.23.1",
|
|
"serialize-javascript": "^6.0.2"
|
|
},
|
|
"devDependencies": {
|
|
"@babel/core": "^7.24.6",
|
|
"@babel/preset-react": "^7.24.1",
|
|
"@babel/eslint-parser": "^7.24.6",
|
|
"babel-preset-razzle": "^4.2.18",
|
|
"eslint": "^8.57.0",
|
|
"eslint-config-prettier": "^9.1.0",
|
|
"eslint-plugin-import": "^2.29.1",
|
|
"eslint-plugin-jsx": "^0.1.0",
|
|
"eslint-plugin-node": "^11.1.0",
|
|
"eslint-plugin-prettier": "^5.1.3",
|
|
"eslint-plugin-promise": "^6.1.1",
|
|
"eslint-plugin-react": "^7.34.1",
|
|
"html-webpack-plugin": "^5.6.0",
|
|
"markdownlint-cli": "^0.40.0",
|
|
"mini-css-extract-plugin": "^2.9.0",
|
|
"prettier": "^3.2.5",
|
|
"razzle": "^4.2.18",
|
|
"razzle-dev-utils": "^4.2.18",
|
|
"react-test-renderer": "^18.3.1",
|
|
"stylelint": "^16.6.1",
|
|
"url": "^0.11.3",
|
|
"webpack": "^5.91.0",
|
|
"webpack-dev-server": "^4.15.2"
|
|
},
|
|
"resolutions": {
|
|
"string-width": "4.2.3",
|
|
"table": "6.8.0"
|
|
}
|
|
}
|