colouring-montreal/app/package.json

46 lines
1.3 KiB
JSON
Raw Normal View History

{
"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 .",
"start:prod": "NODE_ENV=production node build/server.js"
},
"dependencies": {
2019-07-07 14:42:49 -04:00
"@fortawesome/fontawesome-svg-core": "^1.2.19",
"@fortawesome/free-solid-svg-icons": "^5.9.0",
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",
"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-07-07 14:42:49 -04:00
"pg-promise": "^8.7.3",
2019-05-27 13:26:29 -04:00
"prop-types": "^15.7.2",
2019-07-07 14:42:49 -04:00
"query-string": "^6.8.1",
2019-05-27 11:12:48 -04:00
"react": "^16.8.6",
"react-dom": "^16.8.6",
2018-09-10 05:44:32 -04:00
"react-leaflet": "^1.0.1",
"react-leaflet-universal": "^1.2.0",
"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"
},
"devDependencies": {
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-07-07 14:42:49 -04:00
"eslint-plugin-jest": "^22.7.2",
"eslint-plugin-react": "^7.14.2",
2019-05-27 11:12:48 -04:00
"razzle": "^3.0.0"
}
}