forked from SiliconValleyInsight/airtable-json-block
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
32 lines (32 loc) · 918 Bytes
/
Copy pathpackage.json
File metadata and controls
32 lines (32 loc) · 918 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
27
28
29
30
31
32
{
"private": true,
"scripts": {
"types": "./node_modules/.bin/tsc -b"
},
"dependencies": {
"@airtable/blocks": "0.0.41",
"@airtable/blocks-cli": "0.0.44",
"@types/classnames": "^2.2.9",
"@types/jsonpath": "^0.2.0",
"classnames": "2.2.5",
"csv-string": "3.1.7",
"invariant": "2.2.4",
"jsonpath": "1.0.1",
"lodash": "4.17.15",
"papaparse": "4.3",
"react": "^16.8.4",
"react-dom": "^16.8.4",
"react-virtualized": "^9.21.2"
},
"devDependencies": {
"@babel/core": "^7.8.4",
"@babel/preset-env": "^7.8.4",
"@babel/preset-typescript": "^7.8.3",
"@types/jest": "^25.1.1",
"@types/react": "^16.9.11",
"@types/react-dom": "^16.9.4",
"babel-jest": "^25.1.0",
"source-map-loader": "^0.2.4",
"typescript": "^3.8.3"
}
}