forked from meirim-org/meirim
-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathpackage.json
More file actions
109 lines (109 loc) · 3.96 KB
/
Copy pathpackage.json
File metadata and controls
109 lines (109 loc) · 3.96 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
{
"name": "Meirim ",
"version": "3.0.1",
"description": "The goal of this project is to empower citizens to effectively organize for their quality of life in their cities and to ensure information about protests is accessible.",
"main": "ecosystem.config.js",
"repository": {
"type": "git",
"url": "git+https://github.com/meirim-org/meirim"
},
"author": "",
"license": "MIT",
"bugs": {
"url": "https://github.com/meirim-org/meirim/issues"
},
"homepage": "http://meirim.org",
"dependencies": {
"@aws-sdk/client-cloudwatch": "^3.504.0",
"@florpor/pdf-table-extractor": "^1.0.6",
"@grpc/grpc-js": "^1.10.1",
"@mapbox/geojson-area": "^0.2.2",
"@opentelemetry/exporter-metrics-otlp-grpc": "^0.48.0",
"@opentelemetry/resources": "^1.21.0",
"@opentelemetry/sdk-metrics": "^1.21.0",
"@opentelemetry/semantic-conventions": "^1.21.0",
"@sendgrid/mail": "^7.6.0",
"@sentry/node": "^7.101.0",
"@sentry/profiling-node": "^7.101.0",
"abort-controller": "^3.0.0",
"aws-sdk": "^2.806.0",
"axios": "^0.21.1",
"bcrypt": "^5.1.0",
"bluebird": "^3.7.2",
"body-parser": "^1.19.0",
"bookshelf": "^1.2.0",
"checkit": "^0.7.0",
"cheerio": "^1.0.0-rc.3",
"compression": "^1.7.4",
"config": "^3.3.1",
"connect-session-knex": "^1.7.3",
"cors": "^2.8.5",
"customize-cra": "^1.0.0",
"email-verify": "^0.2.1",
"esri-to-geojson": "^1.0.4",
"express": "^4.17.1",
"express-handlebars": "^5.1.0",
"express-session": "^1.17.1",
"follow-redirects": "^1.13.0",
"geojson-validation": "^1.0.2",
"handlebars": "^4.7.7",
"handlebars-loader": "^1.7.1",
"html-table-to-json": "^1.0.0",
"http-proxy-middleware": "^1.0.5",
"juice": "^7.0.0",
"knex": "^0.21.12",
"leaflet": "^1.6.0",
"lodash": "^4.17.21",
"moment": "^2.29.1",
"multer": "^1.4.2",
"mustache": "^4.0.1",
"mysql": "^2.18.1",
"node-dir": "^0.1.17",
"node-exceptions": "^4.0.1",
"node-geocoder": "^3.27.0",
"nodemailer": "^6.4.16",
"proj4": "^2.6.2",
"puppeteer": "^22.6.5",
"query-string": "^6.13.1",
"reproject": "^1.2.6",
"request-promise": "^4.2.6",
"scrapingbee": "^1.6.1",
"sharp": "0.31.1",
"simplify-geojson": "^1.0.5",
"staticmaps": "^1.10.0",
"terraformer-wkt-parser": "^1.2.1",
"turf": "^3.0.14",
"winston": "^3.10.3",
"xlsx": "^0.16.9"
},
"scripts": {
"build": "./node_modules/react-scripts/bin/react-scripts.js build",
"crawl": "node bin/iplan",
"lint": "./node_modules/.bin/eslint . --fix",
"watch": "./node_modules/.bin/nodemon bin/api",
"test": "NODE_ENV=test ./node_modules/.bin/mocha ./tests/integration/* ./tests/unit/* --exit --recursive --require ./tests/setup.js --timeout 40000 ",
"test:integration": "NODE_ENV=test ./node_modules/.bin/mocha ./tests/integration/* --exit --recursive --require ./tests/setup.js --timeout 40000 --watch",
"start": "node bin/api",
"serve": "node bin/serve"
},
"devDependencies": {
"@typescript-eslint/eslint-plugin": "^3.9.1",
"@typescript-eslint/parser": "^3.9.1",
"chai": "^4.2.0",
"chai-as-promised": "^7.1.1",
"eslint": "^6.8.0",
"eslint-config-standard": "^14.1.1",
"eslint-plugin-import": "^2.22.0",
"eslint-plugin-node": "^11.1.0",
"eslint-plugin-promise": "^4.2.1",
"eslint-plugin-react": "^7.20.6",
"eslint-plugin-standard": "^4.0.1",
"import-fresh": "^3.2.1",
"mocha": "^8.1.1",
"mock-require": "^3.0.3",
"nock": "^13.0.4",
"prettier": "2.1.2",
"sinon": "^9.0.3",
"yargs": "^16.2.0"
}
}