-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
36 lines (36 loc) · 903 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
{
"name": "@atlascommunity/ra-data-provider",
"version": "1.1.7",
"description": "This is simple react-admin dataProvider implementation for internal needs.",
"main": "lib/index.js",
"types": "lib/index.d.ts",
"scripts": {
"test": "echo \"no tests specified :(\"",
"build": "tsc"
},
"repository": {
"type": "git",
"url": "git+https://github.com/atlascommunity/ra-data-provider.git"
},
"authors": [
"Danil Udovichenko (rifkinsm@gmail.com)"
],
"license": "MIT",
"bugs": {
"url": "https://github.com/atlascommunity/ra-data-provider/issues"
},
"homepage": "https://github.com/atlascommunity/ra-data-provider#readme",
"dependencies": {
"axios": "^0.21.1"
},
"devDependencies": {
"np": "^7.5.0",
"typescript": "^4.1.3",
"react": "^16.13.1",
"react-admin": "^3.17.1",
"react-dom": "^16.13.1"
},
"files": [
"lib"
]
}