-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
109 lines (109 loc) · 3.04 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
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
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
{
"name": "apicrud-ui",
"version": "0.0.42",
"description": "The UI for apicrud full-stack framework with RBAC.",
"main": "./build/index.js",
"module": "./build/index.js",
"repository": {
"type": "git",
"url": "https://github.com/instantlinux/apicrud-ui.git"
},
"files": [
"*Provider.js",
"custom*.js",
"images/**",
"lib/**",
"ra-views/**",
"views/**"
],
"keywords": [
"api flask rbac rest"
],
"license": "Apache-2.0",
"dependencies": {
"@babel/plugin-proposal-private-property-in-object": "^7.16.7",
"@blackbox-vision/ra-language-spanish": "^3.16.2",
"@material-ui/core": "^4.12.1",
"@material-ui/icons": "^4.11.2",
"@material-ui/styles": "^4.11.4",
"connected-react-router": "^6.8.0",
"eslint-config-react-app": "^6.0.0",
"final-form": "^4.20.4",
"final-form-arrays": "^3.0.2",
"final-form-submit-errors": "^0.1.2",
"history": "^4.9.0",
"immutable": "^4.0.0-rc.12",
"jsonexport": "^3.1.0",
"jwt-decode": "^3.1.2",
"mapbox-gl": "^1.13.2",
"moment": "^2.29.1",
"prop-types": "^15.7.2",
"qrcode.react": "^1.0.1",
"query-string": "^6.13.8",
"ra-core": "^3.19.8",
"ra-data-json-server": "^3.19.8",
"ra-i18n-polyglot": "^3.19.8",
"ra-input-rich-text": "^3.19.8",
"ra-language-chinese": "^2.0.10",
"ra-language-english": "^3.19.8",
"ra-language-french": "^3.19.8",
"ra-language-german": "^3.13.5",
"ra-language-italian": "^3.13.1",
"ra-language-portuguese": "^1.6.0",
"ra-language-russian": "^3.13.5",
"ra-ui-materialui": "^3.19.8",
"react": "^17.0.2",
"react-admin": "^3.19.8",
"react-dom": "^17.0.2",
"react-dropzone-uploader": "^2.11.0",
"react-final-form": "^6.5.2",
"react-final-form-arrays": "^3.1.3",
"react-image-gallery": "^1.2.7",
"react-is": "^17.0.2",
"react-mapbox-gl": "^4.8.6",
"react-moment": "^1.1.1",
"react-redux": "^7.2.2",
"react-router": "^5.2.0",
"react-router-dom": "^5.2.0",
"redux": "^4.0.5",
"redux-saga": "^1.1.3",
"seamless-immutable": "^7.1.4",
"typescript": "<4.4.0",
"worker-loader": "^3.0.8"
},
"devDependencies": {
"@babel/cli": "^7.16.8",
"@babel/core": "^7.16.12",
"@babel/preset-env": "^7.14.4",
"@babel/preset-react": "^7.13.13",
"commander": "^7.2.0",
"eslint": "^7.32.0",
"jest-junit": "^12.0.0",
"react-scripts": "^4.0.3"
},
"scripts": {
"dev": "react-scripts start",
"start": "react-scripts start",
"build": "react-scripts build",
"test": "react-scripts test",
"ci-test": "CI=true react-scripts test --reporters=default --reporters=jest-junit --coverage",
"transpile": "NODE_ENV=production npx babel --out-dir ../build --relative --copy-files src",
"eject": "react-scripts eject"
},
"eslintConfig": {
"extends": "react-app"
},
"babel": {
"presets": [
"@babel/preset-env",
"@babel/preset-react"
]
},
"browserslist": [
">0.2%",
"not dead",
"not chrome 49",
"not ie <= 11",
"not op_mini all"
]
}