-
Notifications
You must be signed in to change notification settings - Fork 2
/
package.json
51 lines (51 loc) · 1.12 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": "ra-soul",
"private": false,
"author": {
"name": "Ian Mayo"
},
"contributors": [
{
"name": "Ian Mayo"
}
],
"description": "Data and Auth Providers to allow Soul to be used as backend for React-Admin",
"version": "1.0.1",
"keywords": [
"react-admin",
"soul",
"data-provider",
"auth-provider"
],
"license": "EPL-2.0",
"type": "module",
"module": "src/index.ts",
"main": "src/index.ts",
"scripts": {
"start": "tsc --watch",
"build": "tsc",
"prepublish": "npm run build"
},
"dependencies": {
"axios": "^1.2.0",
"jsdoc": "^4.0.0",
"query-string": "^7.1.1",
"react": "^18.2.0",
"react-admin": "^4.16.18",
"react-dom": "^18.2.0",
"react-router-dom": "^6.23.1",
"typescript": "^4.9.3"
},
"devDependencies": {
"@types/react": "^18.0.24",
"@types/react-dom": "^18.0.8",
"@vitejs/plugin-react": "^2.2.0",
"cross-var": "^1.1.0",
"dotenv-cli": "^7.2.1",
"vite": "^3.2.3"
},
"bugs": {
"url": "https://github.com/DeepBlueCLtd/RA-Soul/issues"
},
"homepage": "https://github.com/DeepBlueCLtd/RA-Soul"
}