-
Notifications
You must be signed in to change notification settings - Fork 2
/
package.json
40 lines (40 loc) · 1012 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
{
"name": "@types/react-admin",
"version": "0.0.1",
"description": "TypeScript's type definitions for react-admin 2.0.0-beta3",
"main": "index.js",
"scripts": {
"lint": "dtslint"
},
"repository": {
"type": "git",
"url": "git+https://github.com/in19farkt/typed-react-admin.git"
},
"keywords": [
"react-admin",
"typescript",
"typescript-declaration"
],
"author": "Dmitriy Serdtsev",
"license": "MIT",
"bugs": {
"url": "https://github.com/in19farkt/typed-react-admin/issues"
},
"homepage": "https://github.com/in19farkt/typed-react-admin#readme",
"devDependencies": {
"dtslint": "^0.3.0",
"history": "^4.7.2",
"react": "^16.3.0",
"react-dom": "^16.2.0",
"react-router": "^4.2.0"
},
"peerDependencies": {
"@types/history": "^4.6.0",
"@types/react": "^16.3.0",
"@types/react-dom": "^16.0.0",
"@types/react-router": "^4.0.0",
"@material-ui/core": "^1.0.0",
"redux": "^3.7.0",
"redux-saga": "^0.15.0"
}
}