-
Notifications
You must be signed in to change notification settings - Fork 7
/
package.json
146 lines (146 loc) · 4.42 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
146
{
"name": "hoover-ui",
"version": "0.22.1",
"description": "React.js port of the hoover ui",
"main": "index.js",
"scripts": {
"build": "webpack --config webpack.prod.js",
"env": "node generate-env.js",
"start": "ts-node start-server.ts",
"test": "cross-env NODE_ENV=test jest",
"test:update": "cross-env NODE_ENV=test jest -u",
"test:watch": "cross-env NODE_ENV=test jest --watch",
"postinstall": "node postinstall-fixes.js",
"lint": "eslint \"src/**/*.{js,jsx,ts,tsx}\""
},
"engine": {
"node": "18"
},
"repository": {
"type": "git",
"url": "https://github.com/hoover/ui"
},
"pre-commit": [
"lint",
"test"
],
"dependencies": {
"@babel/core": "7.20.12",
"@emotion/cache": "^11.10.7",
"@emotion/react": "11.10.5",
"@emotion/server": "^11.10.0",
"@emotion/styled": "11.10.5",
"@fortawesome/fontawesome-svg-core": "6.2.1",
"@fortawesome/free-solid-svg-icons": "6.2.1",
"@fortawesome/react-fontawesome": "0.2.0",
"@mui/icons-material": "5.11.0",
"@mui/lab": "5.0.0-alpha.118",
"@mui/material": "5.10.17",
"@mui/x-date-pickers": "5.0.16",
"@svgr/webpack": "6.5.1",
"@uppy/core": "3.0.5",
"@uppy/dashboard": "3.2.1",
"@uppy/drag-drop": "3.0.1",
"@uppy/file-input": "3.0.1",
"@uppy/progress-bar": "3.0.1",
"@uppy/react": "3.1.0",
"@uppy/status-bar": "3.0.1",
"@uppy/tus": "3.0.5",
"abort-controller": "3.0.0",
"classnames": "2.3.2",
"copy-text-to-clipboard": "3.0.1",
"copy-webpack-plugin": "11.0.0",
"cross-env": "7.0.3",
"history": "5.3.0",
"langs": "2.0.0",
"lodash": "4.17.21",
"lodash-webpack-plugin": "0.11.6",
"lucene": "2.1.1",
"luxon": "1.28.1",
"maplibre-gl": "2.1.7",
"missing-dom-events": "^1.0.0",
"mobx": "6.7.0",
"mobx-react-lite": "3.4.0",
"mui-nested-menu": "3.1.0",
"node-fetch": "2.7.0",
"pdfjs-dist": "2.16.105",
"qs": "6.11.0",
"react": "18.2.0",
"react-beautiful-dnd": "13.1.1",
"react-dom": "18.2.0",
"react-helmet": "^6.1.0",
"react-highlight-words": "0.20.0",
"react-hotkeys": "2.0.0",
"react-router-dom": "^6.22.0",
"react-split-pane": "github:madeuz/react-split-pane",
"react-transition-group": "4.4.5",
"screenfull": "6.0.2",
"tiff": "5.0.3",
"tss-react": "4.6.0",
"url": "^0.11.3",
"url-loader": "4.1.1",
"worker-loader": "3.0.8"
},
"devDependencies": {
"@babel/preset-env": "^7.24.4",
"@babel/preset-react": "^7.24.1",
"@babel/preset-typescript": "^7.24.1",
"@elastic/elasticsearch": "^8.10.0",
"@testing-library/jest-dom": "^6.4.2",
"@testing-library/react": "^14.1.2",
"@tolgee/format-icu": "^5.12.0",
"@tolgee/react": "^5.12.0",
"@types/express": "^4.17.21",
"@types/jest": "^29.5.11",
"@types/langs": "2.0.1",
"@types/lodash.memoize": "4.1.7",
"@types/lucene": "^2.1.4",
"@types/luxon": "3.2.0",
"@types/minimist": "^1.2.5",
"@types/morgan": "^1.9.9",
"@types/node-fetch": "2.6.2",
"@types/qs": "6.9.7",
"@types/react-beautiful-dnd": "^13.1.3",
"@types/react-dom": "^18.2.19",
"@types/react-helmet": "^6.1.11",
"@types/react-highlight-words": "^0.16.4",
"@types/webpack-hot-middleware": "^2.25.9",
"@typescript-eslint/eslint-plugin": "^6.7.3",
"@typescript-eslint/parser": "^6.7.3",
"ajv": "8.12.0",
"babel-jest": "29.4.1",
"canvas": "2.11.0",
"css-loader": "^6.10.0",
"css-minimizer-webpack-plugin": "^6.0.0",
"dotenv": "^16.4.5",
"esbuild-loader": "^4.0.3",
"eslint": "^8.33.0",
"eslint-config-prettier": "^9.0.0",
"eslint-plugin-import": "2.27.5",
"eslint-plugin-prettier": "^5.0.0",
"eslint-plugin-react": "^7.34.1",
"eslint-plugin-react-hooks": "^4.6.0",
"express": "^4.18.2",
"html-webpack-plugin": "^5.6.0",
"http-proxy-middleware": "^2.0.6",
"jest": "29.4.1",
"jest-environment-jsdom": "^29.6.2",
"jest-transform-stub": "2.0.0",
"mini-css-extract-plugin": "^2.8.1",
"minimist": "^1.2.8",
"morgan": "^1.10.0",
"open": "8.4.2",
"pre-commit": "^1.2.2",
"prettier": "^3.0.3",
"react-test-renderer": "18.2.0",
"style-loader": "3.3.1",
"ts-node": "^10.9.2",
"type-fest": "^3.6.0",
"typescript": "5.3.3",
"webpack": "5.78.0",
"webpack-cli": "^5.1.4",
"webpack-dev-middleware": "^7.0.0",
"webpack-hot-middleware": "^2.26.1",
"webpack-merge": "^5.10.0"
}
}