forked from vishpat/ra-data-springboot-rest
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
33 lines (33 loc) · 1015 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
{
"name": "ra-data-springboot-rest",
"version": "1.0.0",
"description": "React Admin Data Provider for SpringBoot REST",
"main": "src/index.js",
"module": "esm/index.js",
"files": ["*.md", "lib", "esm", "src"],
"scripts": {
"build": "yarn run build-cjs && yarn run build-esm",
"build-cjs": "rimraf ./lib && tsc",
"build-esm": "rimraf ./esm && tsc --outDir esm --module es2015",
"watch": "rimraf ./lib && tsc --watch"
},
"dependencies": {
"query-string": "~5.1.1",
"react-admin": "^2.5.2"
},
"devDependencies": {
"cross-env": "^5.2.0",
"rimraf": "^2.6.2"
},
"repository": {
"type": "git",
"url": "git+https://github.com/vishpat/ra-data-springboot-rest.git"
},
"keywords": ["react-admin", "spring", "boot", "REST", "java", "swagger"],
"author": "Vishal Patil",
"license": "ISC",
"bugs": {
"url": "https://github.com/vishpat/ra-data-springboot-rest/issues"
},
"homepage": "https://github.com/vishpat/ra-data-springboot-rest#readme"
}