-
Notifications
You must be signed in to change notification settings - Fork 4
/
package.json
82 lines (82 loc) · 2.24 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
{
"name": "medienhaus-cms",
"version": "0.1.0",
"private": true,
"dependencies": {
"@testing-library/jest-dom": "^5.12.0",
"@testing-library/react": "^11.2.7",
"@testing-library/user-event": "^12.8.3",
"@wordpress/block-editor": "^9.0.0",
"@wordpress/block-library": "^7.5.0",
"@wordpress/format-library": "^3.6.0",
"@wordpress/keyboard-shortcuts": "^3.6.0",
"@wordpress/rich-text": "^5.6.0",
"css-minimizer-webpack-plugin": "^3.2.0",
"d3": "7.1.1",
"d3-scale": "^4.0.2",
"deepdash": "^5.3.9",
"downshift": "^6.1.3",
"eslint-config-react-app": "^7.0.1",
"fuse.js": "^6.4.6",
"highlight.js": "^11.0.1",
"i18next": "^20.3.2",
"i18next-resource-store-loader": "^0.1.2",
"iso-639-1": "^2.1.13",
"jssha": "^3.2.0",
"leaflet": "^1.7.1",
"lodash": "^4.17.21",
"matrix-js-sdk": "^26.0.1",
"react": "^17.0.2",
"react-d3-library": "^1.1.8",
"react-dom": "^17.0.2",
"react-hook-form": "^7.7.1",
"react-i18next": "^11.11.1",
"react-leaflet": "^3.2.0",
"react-router-dom": "^5.2.0",
"react-scripts": "5.0.1",
"react-textarea-autosize": "^8.3.3",
"react-usestateref": "^1.0.8",
"runtime": "^0.14.1",
"showdown": "^1.9.1",
"styled-components": "^5.3.3",
"web-vitals": "^1.1.2"
},
"devDependencies": {
"eslint": "^8.15.0",
"eslint-config-standard": "^17.0.0",
"eslint-config-standard-jsx": "^11.0.0",
"eslint-config-standard-react": "github:standard/eslint-config-standard-react#f4524992516ede26dc2d4264966acb6bd6744d66",
"eslint-plugin-react-hooks": "^4.2.0"
},
"scripts": {
"start": "react-scripts start",
"build": "react-scripts build",
"test": "react-scripts test",
"eject": "react-scripts eject"
},
"eslintConfig": {
"extends": [
"react-app",
"standard",
"standard-react",
"standard-jsx",
"plugin:react-hooks/recommended"
],
"rules": {
"jsx-quotes": [
"error",
"prefer-double"
],
"object-shorthand": "off",
"react/jsx-no-bind": "off",
"react/prop-types": "off",
"react/jsx-closing-tag-location": "off"
}
},
"browserslist": [
">0.2%",
"not dead",
"not op_mini all"
],
"homepage": "."
}