2018-09-09 17:22:44 -04:00
|
|
|
{
|
|
|
|
"name": "colouring-london-app",
|
|
|
|
"version": "1.0.0",
|
|
|
|
"description": "Render frontend (server- and client-side)",
|
|
|
|
"private": true,
|
|
|
|
"license": "MIT",
|
|
|
|
"scripts": {
|
|
|
|
"start": "razzle start",
|
|
|
|
"build": "razzle build",
|
|
|
|
"test": "razzle test --env=jsdom",
|
2019-05-27 11:31:48 -04:00
|
|
|
"lint": "eslint .",
|
2018-09-09 17:22:44 -04:00
|
|
|
"start:prod": "NODE_ENV=production node build/server.js"
|
|
|
|
},
|
|
|
|
"dependencies": {
|
2019-08-12 16:57:44 -04:00
|
|
|
"@fortawesome/fontawesome-svg-core": "^1.2.21",
|
|
|
|
"@fortawesome/free-solid-svg-icons": "^5.10.1",
|
2019-12-10 06:50:47 -05:00
|
|
|
"@fortawesome/react-fontawesome": "^0.1.8",
|
2018-09-10 05:44:32 -04:00
|
|
|
"@mapbox/sphericalmercator": "^1.1.0",
|
2019-05-27 11:12:48 -04:00
|
|
|
"body-parser": "^1.19.0",
|
2019-12-10 06:50:47 -05:00
|
|
|
"bootstrap": "^4.4.1",
|
2019-08-27 05:55:24 -04:00
|
|
|
"connect-pg-simple": "^6.0.1",
|
2019-05-27 11:12:48 -04:00
|
|
|
"express": "^4.17.1",
|
2019-12-10 06:50:47 -05:00
|
|
|
"express-session": "^1.17.0",
|
|
|
|
"leaflet": "^1.6.0",
|
2019-02-23 06:37:53 -05:00
|
|
|
"mapnik": "^4.2.1",
|
2019-02-24 10:29:39 -05:00
|
|
|
"node-fs": "^0.1.7",
|
2019-08-21 09:42:27 -04:00
|
|
|
"nodemailer": "^6.3.0",
|
2019-08-12 16:57:44 -04:00
|
|
|
"pg-promise": "^8.7.5",
|
2019-05-27 13:26:29 -04:00
|
|
|
"prop-types": "^15.7.2",
|
2019-08-12 16:57:44 -04:00
|
|
|
"query-string": "^6.8.2",
|
|
|
|
"react": "^16.9.0",
|
|
|
|
"react-dom": "^16.9.0",
|
2018-09-10 05:44:32 -04:00
|
|
|
"react-leaflet": "^1.0.1",
|
2018-09-09 17:22:44 -04:00
|
|
|
"react-leaflet-universal": "^1.2.0",
|
2019-09-10 10:07:27 -04:00
|
|
|
"react-router-dom": "^5.0.1",
|
2019-12-10 06:50:47 -05:00
|
|
|
"serialize-javascript": "^2.1.1",
|
2019-09-17 12:53:58 -04:00
|
|
|
"sharp": "^0.22.1"
|
2018-09-09 17:22:44 -04:00
|
|
|
},
|
|
|
|
"devDependencies": {
|
2019-12-10 06:50:47 -05:00
|
|
|
"@babel/plugin-syntax-jsx": "^7.7.4",
|
|
|
|
"@babel/plugin-syntax-typescript": "^7.7.4",
|
|
|
|
"@types/express": "^4.17.2",
|
|
|
|
"@types/express-session": "^1.15.16",
|
|
|
|
"@types/jest": "^24.0.23",
|
2019-12-03 12:30:51 -05:00
|
|
|
"@types/lodash": "^4.14.149",
|
2019-09-17 12:53:58 -04:00
|
|
|
"@types/mapbox__sphericalmercator": "^1.1.3",
|
2020-01-24 10:44:19 -05:00
|
|
|
"@types/node": "^12.12.25",
|
2019-12-10 06:50:47 -05:00
|
|
|
"@types/nodemailer": "^6.2.2",
|
|
|
|
"@types/prop-types": "^15.7.3",
|
|
|
|
"@types/react": "^16.9.16",
|
|
|
|
"@types/react-dom": "^16.9.4",
|
|
|
|
"@types/react-leaflet": "^2.5.0",
|
|
|
|
"@types/react-router-dom": "^4.3.5",
|
|
|
|
"@types/sharp": "^0.22.3",
|
|
|
|
"@types/webpack-env": "^1.14.1",
|
|
|
|
"babel-eslint": "^10.0.3",
|
2019-11-05 15:13:10 -05:00
|
|
|
"babel-plugin-typescript-to-proptypes": "^0.17.1",
|
2019-05-27 11:12:48 -04:00
|
|
|
"eslint": "^5.16.0",
|
2019-12-10 06:50:47 -05:00
|
|
|
"eslint-plugin-jest": "^22.21.0",
|
|
|
|
"eslint-plugin-react": "^7.17.0",
|
2019-08-09 10:44:11 -04:00
|
|
|
"razzle": "^3.0.0",
|
|
|
|
"razzle-plugin-typescript": "^3.0.0",
|
2019-12-10 06:50:47 -05:00
|
|
|
"ts-jest": "^24.2.0",
|
|
|
|
"tslint": "^5.20.1",
|
|
|
|
"tslint-react": "^4.1.0",
|
|
|
|
"typescript": "^3.7.3"
|
2019-08-12 05:24:08 -04:00
|
|
|
},
|
|
|
|
"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}"
|
|
|
|
]
|
2018-09-09 17:22:44 -04:00
|
|
|
}
|
|
|
|
}
|