-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
81 lines (81 loc) · 2.36 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
{
"name": "GeoCRUD-front",
"version": "1.0",
"private": true,
"dependencies": {
"@blueprintjs/core": "^3.44.0",
"@blueprintjs/icons": "~3.15.0",
"@blueprintjs/select": "^3.10.0",
"@mapbox/geojson-extent": "^0.3.2",
"@rjsf/core": "^2.4.1",
"@sentry/react": "^6.13.3",
"@sentry/tracing": "^6.13.3",
"@terralego/core": "^1.27.11",
"@tmcw/togeojson": "^4.2.0",
"@uppy/core": "^1.10.4",
"@uppy/locales": "^1.13.3",
"@uppy/react": "^1.6.5",
"@uppy/xhr-upload": "^1.5.10",
"classnames": "^2.2.6",
"diacritics": "^1.3.0",
"history": "^5.0.1",
"i18next": "^19.7.0",
"i18next-browser-languagedetector": "^2.2.4",
"i18next-xhr-backend": "^1.5.1",
"lodash.debounce": "^4.0.8",
"normalize.css": "^8.0.1",
"path-to-regexp": "~3.1.0",
"prop-types": "~15.7.2",
"quill": "^1.3.7",
"react": "~16.13.1",
"react-app-polyfill": "^1.0.6",
"react-ctx-connect": "^1.0.3",
"react-dom": "~16.13.1",
"react-helmet": "^5.2.1",
"react-i18next": "^11.7.2",
"react-paginate": "^6.5.0",
"react-router": "^5.2.0",
"react-router-dom": "^5.2.0",
"react-scripts": "4.0.3",
"react-test-renderer": "~16.13.1",
"sass": "^1.35.2",
"uuid": "~7.0.3"
},
"scripts": {
"start": "react-scripts start",
"build": "REACT_APP_VERSION=$npm_package_version react-scripts build",
"test": "react-scripts test",
"lint": "eslint src"
},
"browserslist": [
">0.2%",
"not dead",
"not ie <= 11",
"not op_mini all"
],
"devDependencies": {
"@typescript-eslint/eslint-plugin": "^4.29.3",
"@typescript-eslint/parser": "^4.29.3",
"@welldone-software/why-did-you-render": "^4.3.2",
"babel-eslint": "~10.1.0",
"enzyme": "~3.11.0",
"enzyme-adapter-react-16": "^1.15.4",
"eslint": "^7.32.0",
"eslint-config-makina": "^4.0.0",
"eslint-config-prettier": "^8.3.0",
"eslint-config-react-app": "^6.0.0",
"eslint-plugin-flowtype": "^5.9.0",
"eslint-plugin-import": "^2.24.2",
"eslint-plugin-jsx-a11y": "^6.4.1",
"eslint-plugin-prettier": "^3.4.1",
"eslint-plugin-react": "^7.24.0",
"eslint-plugin-react-hooks": "^4.2.0",
"http-proxy-middleware": "^0.19.1",
"prettier": "2.3.2"
},
"jest": {
"transformIgnorePatterns": [
"[/\\\\]node_modules[/\\\\](?!dnd-core|react-dnd).+\\.(js|jsx|ts|tsx)$"
]
}
}