-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
44 lines (44 loc) · 898 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
40
41
42
43
44
{
"name": "ra-data-rest-amplication",
"version": "1.0.0",
"description": "Simple REST data provider for react-admin",
"main": "dist/index.js",
"sideEffects": false,
"files": [
"*.md",
"dist",
"src"
],
"authors": [
"Yuval Hazaz"
],
"repository": {
"type": "git",
"url": "https://github.com/amplication/amplication.git"
},
"homepage": "https://amplication.com",
"keywords": [
"react-admin",
"amplication",
"REST"
],
"bugs": "https://github.com/amplication/amplication/issues",
"license": "MIT",
"scripts": {
"build": "tsc ",
"watch": "tsc --watch"
},
"dependencies": {
"camel-case": "4.1.2",
"pluralize": "^8.0.0",
"query-string": "^7.1.3"
},
"devDependencies": {
"cross-env": "^5.2.0",
"ra-core": "^5.1.1",
"typescript": "^5.1.3"
},
"peerDependencies": {
"ra-core": "^5.0.0"
}
}