-
Notifications
You must be signed in to change notification settings - Fork 7
/
package.json
145 lines (145 loc) · 4.25 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
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
{
"name": "termit-ui",
"version": "3.4.0",
"private": true,
"homepage": ".",
"license": "GPL-3.0-only",
"dependencies": {
"@formatjs/intl-pluralrules": "^5.3.1",
"@formatjs/intl-relativetimeformat": "^11.4.1",
"@fortawesome/fontawesome-free": "^6.6.0",
"@opendata-mvcr/assembly-line-shared": "^0.3.2",
"apexcharts": "^3.54.0",
"axios": "^1.7.7",
"bootstrap": "4.6.2",
"chart.js": "^3.9.1",
"classnames": "^2.5.1",
"dom-serializer": "^1.3.2",
"domhandler": "^4.3.1",
"easymde": "2.18.0",
"html-to-react": "1.5.0",
"htmlparser2": "^4.1.0",
"intelligent-tree-select": "0.11.8",
"iso-639-1": "^2.1.15",
"javascript-time-ago": "2.5.11",
"js-cookie": "^3.0.5",
"jsonld": "8.3.2",
"last": "^1.1.0",
"ld-query": "^2.6.1",
"lodash": "^4.17.21",
"luxon": "^3.5.0",
"marked": "^9.1.6",
"object-assign": "4.1.1",
"oidc-client": "^1.11.5",
"promise": "8.3.0",
"raf": "3.4.1",
"react": "^17.0.2",
"react-apexcharts": "^1.4.0",
"react-authorization": "^0.4.1",
"react-bootstrap-toggle": "2.3.2",
"react-dom": "^17.0.2",
"react-dropzone": "11.4.2",
"react-helmet": "^6.1.0",
"react-highlight-words": "^0.20.0",
"react-icons": "^4.9.0",
"react-intl": "^6.4.4",
"react-markdown": "^6.0.3",
"react-promise-tracker": "^2.1.1",
"react-redux": "^8.0.7",
"react-router-dom": "^5.3.0",
"react-router-redux": "^4.0.8",
"react-scripts": "5.0.1",
"react-simplemde-editor": "^5.2.0",
"react-spinners": "^0.13.8",
"react-stomp-hooks": "^3.0.1",
"react-table": "^7.8.0",
"reactstrap": "^8.10.1",
"redux": "^4.2.1",
"redux-logger": "^3.0.6",
"redux-thunk": "^2.4.2",
"resolve": "1.22.2",
"simple-xpath-position": "^2.0.2",
"use-debounce": "^10.0.4",
"uuid": "^10.0.0",
"whatwg-fetch": "3.6.2",
"whatwg-mimetype": "3.0.0"
},
"scripts": {
"start": "craco start",
"start-mock-rest": "cross-env REACT_APP_MOCK_REST_API=true react-scripts start",
"build": "craco build",
"test": "craco test --env=jsdom --testPathPattern='.*\\.test\\.tsx?'",
"test-ci": "cross-env -CI=true react-scripts test -w 8 --env=jsdom --testPathPattern='.*\\.test\\.tsx?' --testResultsProcessor='jest-junit'",
"eject": "react-scripts eject",
"build-prod": "npm run test-ci && npm run build",
"analyze": "source-map-explorer 'build/static/js/*.js'",
"prettier:check": "prettier --check ./src",
"prettier:fix": "prettier --write ./src",
"prepare": "husky install",
"version": "echo $npm_package_version"
},
"devDependencies": {
"@craco/craco": "^7.1.0",
"@redux-devtools/extension": "^3.2.5",
"@types/enzyme": "^3.10.13",
"@types/jest": "^27.4.1",
"@types/js-cookie": "^3.0.6",
"@types/lodash": "^4.17.10",
"@types/luxon": "^3.4.2",
"@types/node": "^18.11.17",
"@types/react": "^17.0.61",
"@types/react-dom": "^17.0.20",
"@types/react-helmet": "^6.1.6",
"@types/react-highlight-words": "^0.16.4",
"@types/react-router-dom": "^5.3.3",
"@types/react-table": "^7.7.14",
"@types/redux-logger": "^3.0.13",
"@types/redux-mock-store": "^1.0.3",
"@types/uuid": "^10.0.0",
"@types/whatwg-mimetype": "^2.1.1",
"@wojtekmaj/enzyme-adapter-react-17": "^0.8.0",
"axios-mock-adapter": "^2.1.0",
"babel-plugin-macros": "2.8.0",
"cross-env": "^7.0.3",
"enzyme": "^3.11.0",
"husky": "^7.0.4",
"jest-junit": "^13.0.0",
"jest-localstorage-mock": "^2.4.26",
"jest-react-hooks-shallow": "^1.5.1",
"jest-watch-typeahead": "^0.6.5",
"prettier": "2.8.8",
"pretty-quick": "^3.3.1",
"raw.macro": "0.6.2",
"redux-mock-store": "^1.5.4",
"sass": "^1.63.3",
"source-map-explorer": "^2.5.3",
"typescript": "^4.9.4"
},
"eslintConfig": {
"extends": [
"react-app"
]
},
"browserslist": {
"production": [
">0.2%",
"not dead",
"not op_mini all"
],
"development": [
"last 1 chrome version",
"last 1 firefox version",
"last 1 safari version"
]
},
"jest": {
"resetMocks": false,
"transformIgnorePatterns": [
"node_modules/(?!axios)/"
]
},
"overrides": {
"nth-check": "^2.0.1",
"resolve-url-loader": "^5.0.0"
}
}