-
-
Notifications
You must be signed in to change notification settings - Fork 9
/
package.json
55 lines (55 loc) · 1.83 KB
/
package.json
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
{
"name": "vaccinate-ma",
"version": "0.0.1",
"private": true,
"dependencies": {
"@fortawesome/fontawesome-svg-core": "^1.2.34",
"@fortawesome/free-brands-svg-icons": "^5.15.2",
"@fortawesome/free-solid-svg-icons": "^5.15.2",
"@fortawesome/react-fontawesome": "^0.1.14",
"@newrelic/aws-sdk": "^3.1.0",
"airtable": "^0.10.1",
"aws-sdk": "latest",
"axios": "^0.21.1",
"body-parser": "latest",
"bootstrap": "^4.6.0",
"cross-env": "^7.0.2",
"dotenv": "^8.2.0",
"ejs": "latest",
"express": "latest",
"express-validator": "^6.9.2",
"google-geocoder": "^0.2.1",
"google-map-react": "^2.1.9",
"lodash": "^4.17.21",
"newrelic": "^7.1.1",
"next": "10.0.3",
"next-i18next": "7.0.1",
"node-js": "^1.0.0",
"pg": "^8.5.1",
"react": "^16.13.1",
"react-bootstrap": "^1.4.3",
"react-bootstrap-table-next": "^4.0.3",
"react-bootstrap-table2-toolkit": "^2.1.3",
"react-datepicker": "^3.5.0",
"react-dom": "^16.13.1",
"react-geocode": "^0.2.3",
"react-process-string": "^1.2.0",
"react-select": "^4.1.0",
"react-share": "^4.3.1",
"sass": "^1.32.7"
},
"scripts": {
"local": "NODE_ENV=development node app.js",
"build": "next build",
"lint": "eslint '**/*.js' --ignore-pattern 'static/*'",
"lint-fix": "eslint '**/*.js' --fix --ignore-pattern 'static/*'",
"start": "next build && cross-env NODE_ENV=production node app.js",
"migration": "node jobs/migration.js",
"format": "npx prettier --write **/*.js"
},
"devDependencies": {
"babel-eslint": "10.1.0",
"eslint": "^7.19.0",
"eslint-plugin-react": "^7.22.0"
}
}