-
Notifications
You must be signed in to change notification settings - Fork 4
Expand file tree
/
Copy pathpackage.json
More file actions
26 lines (26 loc) · 731 Bytes
/
Copy pathpackage.json
File metadata and controls
26 lines (26 loc) · 731 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
26
{
"dependencies": {
"@airtable/blocks": "0.0.53",
"@bearer/js": "^1.13.10",
"@bearer/react": "^1.13.10",
"axios": "^0.19.2",
"dayjs": "^1.8.29",
"days": "^1.1.1",
"pizzly-js": "^0.2.4",
"prop-types": "^15.7.2",
"react": "^16.13.0",
"react-dom": "^16.13.0",
"react-vertical-timeline-component": "^3.0.2",
"shippo": "^1.5.0",
"styled-components": "^5.1.1",
"vertical-timeline-component-react": "^1.2.3"
},
"devDependencies": {
"eslint": "^6.8.0",
"eslint-plugin-react": "^7.18.3",
"eslint-plugin-react-hooks": "^2.5.0"
},
"scripts": {
"lint": "eslint frontend"
}
}