-
Notifications
You must be signed in to change notification settings - Fork 45
/
package.json
58 lines (58 loc) · 1.33 KB
/
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
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
{
"name": "ra-data-opencrud",
"version": "0.0.7",
"description": "A Prisma/GraphCMS data provider for react-admin",
"main": "dist/index.js",
"sideEffects": false,
"repository": {
"type": "git",
"url": "git+https://github.com/weakky/ra-data-opencrud.git"
},
"bugs": {
"url": "https://github.com/weakky/ra-data-opencrud/issues"
},
"homepage": "https://github.com/weakky/ra-data-opencrud#readme",
"authors": [
"Flavian DESVERNE"
],
"keywords": [
"reactjs",
"react",
"react-admin",
"admin-on-rest",
"rest",
"graphql",
"prisma",
"graphcms"
],
"license": "MIT",
"scripts": {
"build": "tsc",
"watch": "tsc --watch"
},
"dependencies": {
"graphql-tag": "^2.6.1",
"lodash": "~4.17.5",
"pluralize": "^7.0.0",
"ra-data-graphql": "^2.3.0"
},
"peerDependencies": {
"graphql": "^0.13.2",
"react-admin": "^2.3.0"
},
"devDependencies": {
"@types/jest": "^23.3.2",
"@types/lodash": "^4.14.116",
"@types/pluralize": "^0.0.29",
"apollo-client": "^2.4.2",
"babel-cli": "~6.26.0",
"babel-plugin-transform-object-rest-spread": "^6.23.0",
"babel-preset-env": "^1.7.0",
"cross-env": "^5.2.0",
"graphql": "^0.13.2",
"jest": "^23.6.0",
"react-admin": "^2.3.0",
"rimraf": "^2.6.2",
"typescript": "^3.0.3"
}
}