forked from benwinding/react-admin-firebase
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
51 lines (51 loc) · 1.32 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
{
"name": "react-admin-firebase",
"description": "A firebase data provider for the React Admin framework",
"version": "0.8.11",
"dependencies": {
"firebase": "6.1.x",
"path-browserify": "^1.0.0",
"ra-realtime": "^2.8.x",
"react": "^16.x",
"react-admin": "^2.9.x",
"react-dom": "^16.x",
"rxjs": "^6.5.x"
},
"devDependencies": {
"@firebase/app-types": "^0.3.9",
"@firebase/auth-types": "^0.6.0",
"@firebase/firestore-types": "1.2.0",
"@firebase/util": "^0.2.11",
"@types/firebase": "^3.2.1",
"@types/jest": "^24.0.13",
"@types/node": "^10.9.4",
"@types/react": "^16.8.13",
"@types/rx": "^4.1.1",
"concurrently": "^4.1.1",
"cpx": "^1.5.0",
"jest": "^23.6.0",
"microbundle": "^0.11.0",
"ts-jest": "^24.0.2",
"tslint": "^5.16.0",
"typescript": "^3.0.3"
},
"homepage": "https://github.com/benwinding/react-admin-firebase",
"email": "hello@benwinding.com",
"license": "MIT",
"scripts": {
"build": "rm -rf dist && microbundle",
"watch": "microbundle watch",
"start-demo": "cd src-demo && yarn start",
"test": "jest --watchAll"
},
"files": [
"dist",
"src",
"LICENSE",
"README.md"
],
"main": "dist/index.js",
"types": "dist/index.d.ts",
"umd:main": "dist/index.umd.js",
"source": "src/index.ts"
}