-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
112 lines (112 loc) · 3.58 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
110
111
112
{
"name": "terra-admin",
"version": "5.1.0-rc.1",
"private": true,
"dependencies": {
"@babel/runtime": "7.13",
"@blueprintjs/core": "^3.54.0",
"@blueprintjs/icons": "^3.33.0",
"@mapbox/mapbox-gl-draw": "^1.4.1",
"@material-ui/lab": "^4.0.0-alpha.61",
"@sentry/react": "^7.75.1",
"@terralego/core": "^1.31.4",
"@terralego/ra-data-drf": "^2.0.1-mkc.0",
"@turf/bbox": "^6.5.0",
"@turf/bbox-polygon": "^6.5.0",
"brace": "~0.11.1",
"classnames": "^2.3.2",
"diacritics": "^1.3.0",
"final-form": "^4.20.2",
"i18next": "^19.9.2",
"i18next-browser-languagedetector": "^2.2.4",
"i18next-xhr-backend": "^1.5.1",
"inflection": "^1.13.4",
"jsoneditor": "^7.5.0",
"jsoneditor-react": "^1.0.1",
"lodash.debounce": "^4.0.8",
"lodash.get": "^4.4.2",
"lodash.uniqby": "^4.7.0",
"mapbox-gl": "^1.13.3",
"mapbox-gl-draw-rectangle-mode": "^1.0.4",
"material-ui-chip-input": "^1.1.0",
"mime-types": "^2.1.35",
"normalize.css": "^8.0.1",
"pivotql": "github:jrmi/pivotql#1b8a2393641deb976dd92be2e9f4d5b6fc674446",
"pivotql-compiler-elasticsearch": "^0.4.1",
"pivotql-parser-expression": "^0.4.2",
"prop-types": "^15.8.1",
"query-string": "^7.1.3",
"ra-core": "3.19.0",
"ra-input-rich-text": "^3.19.12",
"ra-language-french": "^3.19.12",
"randomcolor": "^0.6.2",
"react": "^16.14.0",
"react-admin": "3.19.0",
"react-admin-color-input": "^3.0.0-beta.0",
"react-app-polyfill": "^3.0.0",
"react-autosuggest": "^10.1.0",
"react-color": "^2.19.3",
"react-ctx-connect": "^1.0.3",
"react-dom": "^16.14.0",
"react-final-form": "^6.5.1",
"react-helmet": "^5.2.1",
"react-i18next": "^11.18.6",
"react-mapbox-gl": "^4.8.6",
"react-mapbox-gl-draw": "^2.0.4",
"react-paginate": "^6.5.0",
"react-router": "^5.3.4",
"react-router-dom": "^5.3.4",
"react-scripts": "^4.0.3",
"react-sortable-hoc": "^1.11.0",
"react-sortable-tree": "^2.8.0",
"react-test-renderer": "^16.14.0",
"react-window": "^1.8.9",
"sass": "^1.58.3",
"tinycolor2": "^1.6.0",
"unist-util-visit": "^4.1.2",
"uuid": "^9.0.0"
},
"scripts": {
"start": "react-scripts --openssl-legacy-provider start",
"build": "react-scripts --openssl-legacy-provider build",
"postbuild": "echo $npm_package_version > build/build.txt && git describe --tags >> build/build.txt && date -R >> build/build.txt",
"test": "react-scripts --openssl-legacy-provider test",
"version": "git changelog -n -t $npm_package_version && git add CHANGELOG.md",
"lint": "eslint src"
},
"browserslist": [
">0.2%",
"not dead",
"not ie <= 11",
"not op_mini all"
],
"devDependencies": {
"@typescript-eslint/eslint-plugin": "~2.30.0",
"@typescript-eslint/parser": "~2.30.0",
"@welldone-software/why-did-you-render": "^4.3.2",
"babel-eslint": "~10.1.0",
"enzyme": "~3.11.0",
"enzyme-adapter-react-16": "^1.15.7",
"eslint": "^7.32.0",
"eslint-config-makina": "~3.0.0",
"eslint-config-react-app": "~5.2.1",
"eslint-plugin-flowtype": "^4.7.0",
"eslint-plugin-import": "^2.27.5",
"eslint-plugin-jsx-a11y": "^6.7.1",
"eslint-plugin-react": "^7.32.2",
"eslint-plugin-react-hooks": "^2.5.1",
"http-proxy-middleware": "^2.0.6"
},
"overrides": {
"react-error-overlay": "6.0.9"
},
"peerDependencies": {
"@material-ui/core": "*",
"@material-ui/icons": "*"
},
"jest": {
"transformIgnorePatterns": [
"[/\\\\]node_modules[/\\\\](?!dnd-core|react-dnd|unist-util-.*).+\\.(js|jsx|ts|tsx)$"
]
}
}