-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
41 lines (41 loc) · 1.08 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
{
"name": "serverless",
"version": "1.0.0",
"repository": "[email protected]:centre-for-effective-altruism/serverless.git",
"license": "MIT",
"author": "colophonemes <[email protected]>",
"main": "index.js",
"scripts": {
"build": "next build",
"dev": "next dev",
"start": "next start"
},
"dependencies": {
"airtable": "^0.11.1",
"email-validator": "^2.0.4",
"eslint": "^8.4.1",
"eslint-config-prettier": "^8.3.0",
"http-errors": "^1.8.1",
"is-url": "^1.2.4",
"next": "^12.0.7",
"react": "^17.0.2",
"react-dom": "^17.0.2",
"zod": "^3.11.6"
},
"devDependencies": {
"@trivago/prettier-plugin-sort-imports": "^3.1.1",
"@types/http-errors": "^1.8.1",
"@types/is-url": "^1.2.30",
"@types/react": "^17.0.37",
"@typescript-eslint/eslint-plugin": "^5.6.0",
"@typescript-eslint/parser": "^5.6.0",
"prettier": "2.5.1",
"prettier-plugin-jsdoc": "^0.3.30",
"prettier-plugin-packagejson": "^2.2.15",
"prettier-plugin-sort-json": "^0.0.2",
"typescript": "^4.5.3"
},
"engines": {
"node": "14.x"
}
}