-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
76 lines (76 loc) · 2.31 KB
/
package.json
File metadata and controls
76 lines (76 loc) · 2.31 KB
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
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
{
"name": "@lolocompany/react-admin-lolo",
"version": "2.2.0",
"description": "A library for schema-driven web apps using [Lolo](https://lolo.company), [React Admin](https://github.com/marmelab/react-admin) and [RJSF](https://github.com/rjsf-team/react-jsonschema-form)",
"main": "dist/cjs/index.js",
"module": "dist/esm/index.js",
"source": "src/index.js",
"outDir": "dist",
"files": [
"dist"
],
"scripts": {
"test": "jest",
"build": "rollup -c",
"watch": "rollup -c -w",
"prettier": "prettier --write ./ --config .prettierrc"
},
"keywords": [
"React",
"React-Admin",
"Lolo"
],
"author": "Lolo",
"license": "ISC",
"peerDependencies": {
"@aws-amplify/ui-react": ">=1.0.0",
"aws-amplify": ">=3.0.0",
"react": ">=16.8.0",
"react-dom": ">=16.8.0",
"react-admin": ">=3.0.0",
"react-admin-import-csv": ">=1.0.0",
"@material-ui/core": ">=4.0.0",
"@material-ui/icons": ">=4.0.0",
"@material-ui/styles": ">=4.0.0"
},
"devDependencies": {
"@babel/cli": "^7.14.5",
"@babel/core": "^7.14.6",
"@babel/plugin-proposal-export-default-from": "^7.14.5",
"@babel/plugin-transform-runtime": "^7.14.5",
"@babel/preset-env": "^7.14.7",
"@babel/preset-react": "^7.14.5",
"@rollup/plugin-babel": "^5.3.0",
"@rollup/plugin-commonjs": "^19.0.0",
"@rollup/plugin-json": "^4.1.0",
"@rollup/plugin-node-resolve": "^13.0.0",
"@testing-library/react": "^12.0.0",
"@testing-library/react-hooks": "^7.0.1",
"babel-jest": "^27.0.6",
"identity-obj-proxy": "^3.0.0",
"jest": "^27.0.6",
"prettier": "^2.3.2",
"react-test-renderer": "^17.0.2",
"rollup": "^2.53.1",
"rollup-plugin-delete": "^2.0.0",
"rollup-plugin-import-css": "^3.0.0",
"rollup-plugin-peer-deps-external": "^2.2.4"
},
"dependencies": {
"@babel/runtime": "^7.13.0",
"@material-ui/lab": "^4.0.0-alpha.60",
"@rjsf/core": "^3.0.0",
"@rjsf/material-ui": "^3.0.0",
"query-string": "^7.0.1",
"throttle-debounce": "^3.0.1",
"traverse": "^0.6.6"
},
"repository": {
"type": "git",
"url": "git+https://github.com/lolocompany/react-admin-lolo.git"
},
"bugs": {
"url": "https://github.com/lolocompany/react-admin-lolo/issues"
},
"homepage": "https://github.com/lolocompany/react-admin-lolo#readme"
}