-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
25 lines (25 loc) · 732 Bytes
/
package.json
File metadata and controls
25 lines (25 loc) · 732 Bytes
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
{
"scripts": {
"lint": "eslint --ext .js,.jsx,.ts,.tsx frontend"
},
"dependencies": {
"@airtable/blocks": "1.8.0",
"@react-pdf/renderer": "^3.0.1",
"@types/react-pdf": "^6.2.0",
"events": "^3.3.0",
"i18next": "^22.5.0",
"react": "^16.9.0",
"react-dom": "^16.9.0",
"react-i18next": "^12.3.1",
"react-pdf-html": "^1.1.18",
"showdown": "^2.1.0"
},
"devDependencies": {
"@typescript-eslint/eslint-plugin": "^3.0.2",
"@typescript-eslint/parser": "^2.15.0",
"eslint": "^6.3.0",
"eslint-plugin-react": "^7.14.3",
"eslint-plugin-react-hooks": "^2.0.1",
"typescript": "^3.9.3"
}
}