-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
39 lines (39 loc) · 966 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
29
30
31
32
33
34
35
36
37
38
39
{
"name": "@tableus/fetcher-laravel-rest",
"version": "0.0.6",
"description": "A fetcher for tableus that integrates the laravel API as defined by laravel-query-builder.",
"main": "dist/index.js",
"files": [
"dist"
],
"scripts": {
"build": "tsc",
"watch": "tsc --watch"
},
"keywords": [
"tableus",
"laravel",
"laravel-query-builder",
"fetcher"
],
"author": "[email protected]",
"license": "ISC",
"devDependencies": {
"@tanstack/react-table": "8.5.2",
"eslint": "^8.16.0",
"eslint-config-prettier": "^8.5.0",
"eslint-plugin-react": "^7.30.0",
"stylelint-config-prettier": "^9.0.3",
"@tableus/core": "0.0.9",
"typescript": "^4.7.0-beta",
"react": "^16.14.0",
"react-dom": "^16.14.0",
"deepmerge": "4.2.2",
"react-query": ">=2.26.4",
"@types/react": "^17.0.38"
},
"peerDependencies": {
"@tanstack/react-table": ">=8.5.2",
"@tableus/core": ">=0.0.9"
}
}