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-02-23 06:37:53 -05:00
|
|
|
"@fortawesome/react-fontawesome": "^0.1.4",
|
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-02-23 06:37:53 -05:00
|
|
|
"bootstrap": "^4.3.1",
|
2018-09-09 17:22:44 -04:00
|
|
|
"connect-pg-simple": "^5.0.0",
|
2019-05-27 11:12:48 -04:00
|
|
|
"express": "^4.17.1",
|
2019-07-07 14:42:49 -04:00
|
|
|
"express-session": "^1.16.2",
|
2019-05-27 11:12:48 -04:00
|
|
|
"leaflet": "^1.5.1",
|
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",
|
2018-09-30 11:16:26 -04:00
|
|
|
"react-router-dom": "^4.3.1",
|
2019-05-27 11:12:48 -04:00
|
|
|
"serialize-javascript": "^1.7.0",
|
2019-02-24 14:20:47 -05:00
|
|
|
"sharp": "^0.21.3"
|
2018-09-09 17:22:44 -04:00
|
|
|
},
|
|
|
|
"devDependencies": {
|
2019-08-09 10:44:11 -04:00
|
|
|
"@types/express": "^4.17.0",
|
|
|
|
"@types/express-session": "^1.15.13",
|
2019-08-09 13:49:43 -04:00
|
|
|
"@types/jest": "^24.0.17",
|
2019-08-21 09:42:27 -04:00
|
|
|
"@types/node": "^8.10.52",
|
|
|
|
"@types/nodemailer": "^6.2.1",
|
2019-08-09 13:49:43 -04:00
|
|
|
"@types/prop-types": "^15.7.1",
|
2019-08-12 16:57:44 -04:00
|
|
|
"@types/react": "^16.9.1",
|
2019-08-09 10:44:11 -04:00
|
|
|
"@types/react-dom": "^16.8.5",
|
2019-09-04 10:05:41 -04:00
|
|
|
"@types/react-leaflet": "^2.4.0",
|
2019-08-09 10:44:11 -04:00
|
|
|
"@types/react-router-dom": "^4.3.4",
|
|
|
|
"@types/webpack-env": "^1.14.0",
|
2019-07-07 14:42:49 -04:00
|
|
|
"babel-eslint": "^10.0.2",
|
2019-05-27 11:12:48 -04:00
|
|
|
"eslint": "^5.16.0",
|
2019-08-12 16:57:44 -04:00
|
|
|
"eslint-plugin-jest": "^22.15.0",
|
|
|
|
"eslint-plugin-react": "^7.14.3",
|
2019-08-09 10:44:11 -04:00
|
|
|
"razzle": "^3.0.0",
|
|
|
|
"razzle-plugin-typescript": "^3.0.0",
|
|
|
|
"ts-jest": "^24.0.2",
|
|
|
|
"tslint": "^5.18.0",
|
|
|
|
"tslint-react": "^4.0.0",
|
|
|
|
"typescript": "^3.5.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
|
|
|
}
|
|
|
|
}
|