30a16632ba
Bumps [qs](https://github.com/ljharb/qs) to 6.11.0 and updates ancestor dependencies [qs](https://github.com/ljharb/qs), [body-parser](https://github.com/expressjs/body-parser) and [express](https://github.com/expressjs/express). These dependencies need to be updated together. Updates `qs` from 6.9.6 to 6.11.0 - [Release notes](https://github.com/ljharb/qs/releases) - [Changelog](https://github.com/ljharb/qs/blob/main/CHANGELOG.md) - [Commits](https://github.com/ljharb/qs/compare/v6.9.6...v6.11.0) Updates `body-parser` from 1.19.1 to 1.20.1 - [Release notes](https://github.com/expressjs/body-parser/releases) - [Changelog](https://github.com/expressjs/body-parser/blob/master/HISTORY.md) - [Commits](https://github.com/expressjs/body-parser/compare/1.19.1...1.20.1) Updates `express` from 4.17.2 to 4.18.2 - [Release notes](https://github.com/expressjs/express/releases) - [Changelog](https://github.com/expressjs/express/blob/master/History.md) - [Commits](https://github.com/expressjs/express/compare/4.17.2...4.18.2) --- updated-dependencies: - dependency-name: qs dependency-type: indirect - dependency-name: body-parser dependency-type: direct:production - dependency-name: express dependency-type: direct:production ... Signed-off-by: dependabot[bot] <support@github.com>
102 lines
3.0 KiB
JSON
102 lines
3.0 KiB
JSON
{
|
|
"name": "colouring-london-app",
|
|
"version": "1.0.0",
|
|
"description": "Render frontend (server- and client-side)",
|
|
"private": true,
|
|
"license": "MIT",
|
|
"scripts": {
|
|
"clean": "rm -rf build",
|
|
"start": "razzle start",
|
|
"build": "razzle build",
|
|
"test": "razzle test --env=jsdom",
|
|
"lint": "eslint --ext .tsx --ext .ts .",
|
|
"start:prod": "NODE_ENV=production node build/server.js"
|
|
},
|
|
"dependencies": {
|
|
"@fortawesome/fontawesome-svg-core": "^1.2.30",
|
|
"@fortawesome/free-solid-svg-icons": "^5.14.0",
|
|
"@fortawesome/react-fontawesome": "^0.1.11",
|
|
"@loadable/component": "^5.14.1",
|
|
"@mapbox/sphericalmercator": "^1.1.0",
|
|
"ajv": "^7.1.1",
|
|
"ajv-formats": "^1.5.1",
|
|
"body-parser": "^1.20.1",
|
|
"bootstrap": "^4.5.0",
|
|
"canvas-confetti": "^1.2.0",
|
|
"connect-pg-simple": "^6.1.0",
|
|
"express": "^4.18.2",
|
|
"express-session": "^1.17.1",
|
|
"geojson": "^0.5.0",
|
|
"leaflet": "^1.7.1",
|
|
"lodash": "^4.17.21",
|
|
"mapnik": "^4.5.9",
|
|
"markdown-to-jsx": "^7.1.3",
|
|
"node-fs": "^0.1.7",
|
|
"nodemailer": "^6.4.11",
|
|
"pg-format": "^1.0.4",
|
|
"pg-promise": "^10.11.1",
|
|
"query-string": "^6.13.1",
|
|
"react": "^17.0.2",
|
|
"react-dom": "^17.0.2",
|
|
"react-leaflet": "^3.1.0",
|
|
"react-router-dom": "^5.2.0",
|
|
"serialize-javascript": "^5.0.1",
|
|
"sharp": "^0.28.3",
|
|
"use-throttle": "0.0.3"
|
|
},
|
|
"devDependencies": {
|
|
"@types/express": "^4.17.7",
|
|
"@types/express-session": "^1.17.0",
|
|
"@types/geojson": "^7946.0.7",
|
|
"@types/jest": "^26.0.22",
|
|
"@types/leaflet": "^1.7.0",
|
|
"@types/loadable__component": "^5.13.3",
|
|
"@types/lodash": "^4.14.168",
|
|
"@types/mapbox__sphericalmercator": "^1.1.3",
|
|
"@types/node": "^12.12.53",
|
|
"@types/nodemailer": "^6.4.0",
|
|
"@types/pg-format": "^1.0.2",
|
|
"@types/react": "^17.0.3",
|
|
"@types/react-dom": "^17.0.3",
|
|
"@types/react-router-dom": "^4.3.5",
|
|
"@types/sharp": "^0.28.0",
|
|
"@types/webpack-env": "^1.16.0",
|
|
"@typescript-eslint/eslint-plugin": "^4.22.0",
|
|
"@typescript-eslint/parser": "^4.22.0",
|
|
"copy-webpack-plugin": "^6.4.1",
|
|
"eslint": "^7.24.0",
|
|
"eslint-plugin-jest": "^24.3.5",
|
|
"eslint-plugin-react": "^7.23.2",
|
|
"html-webpack-plugin": "^4.5.2",
|
|
"mini-css-extract-plugin": "^0.12.0",
|
|
"postcss": "^8.2.4",
|
|
"razzle": "^4.0.4",
|
|
"razzle-dev-utils": "^4.0.4",
|
|
"razzle-plugin-typescript": "^4.0.4",
|
|
"ts-jest": "^26.5.5",
|
|
"typescript": "^4.2.4",
|
|
"webpack": "^5.24.0",
|
|
"webpack-dev-server": "^3.11.0"
|
|
},
|
|
"jest": {
|
|
"transform": {
|
|
"\\.(ts|tsx)$": "ts-jest",
|
|
"\\.css$": "<rootDir>/node_modules/razzle/config/jest/cssTransform.js",
|
|
"^(?!.*\\.(js|jsx|css|json)$)": "<rootDir>/node_modules/razzle/config/jest/fileTransform.js"
|
|
},
|
|
"testMatch": [
|
|
"<rootDir>/src/**/__tests__/**/*.(ts|js)?(x)",
|
|
"<rootDir>/src/**/?(*.)(spec|test).(ts|js)?(x)"
|
|
],
|
|
"moduleFileExtensions": [
|
|
"ts",
|
|
"tsx",
|
|
"js",
|
|
"json"
|
|
],
|
|
"collectCoverageFrom": [
|
|
"src/**/*.{js,jsx,ts,tsx}"
|
|
]
|
|
}
|
|
}
|