-
Notifications
You must be signed in to change notification settings - Fork 16
/
Copy pathpackage.json
28 lines (28 loc) · 915 Bytes
/
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
{
"name": "@airtable/update-records-app",
"version": "2.0.5",
"description": "A button that updates the currently selected records when clicked",
"author": "",
"license": "MIT",
"scripts": {
"ci": "cd ../../packages/sdk && yarn build && cd - && yarn test",
"lint": "eslint frontend",
"test": "yarn lint && yarn jest"
},
"dependencies": {
"@airtable/blocks": "^1.5.1",
"react": "^16.9.0",
"react-dom": "^16.9.0"
},
"devDependencies": {
"@airtable/blocks-testing": "^0.0.4",
"@sheerun/mutationobserver-shim": "^0.3.3",
"@testing-library/jest-dom": "^5.11.6",
"@testing-library/react": "^11.2.2",
"@testing-library/user-event": "^12.5.0",
"eslint": "^6.3.0",
"eslint-plugin-react": "^7.14.3",
"eslint-plugin-react-hooks": "^2.0.1",
"jest": "^24.9.0"
}
}