-
Notifications
You must be signed in to change notification settings - Fork 7
/
Copy pathpackage.json
77 lines (77 loc) · 2.21 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
{
"name": "ori-search",
"version": "1.0.0",
"author": {
"name": "Joep Meindertsma",
"email": "[email protected]"
},
"type": "module",
"bugs": "https://github.com/ontola/ori-search/issues",
"homepage": "https://openbesluitvorming.nl",
"repository": "github:ontola/ori-search",
"description": "Search interface for Open Raadsinformatie & Stateninformatie",
"private": true,
"dependencies": {
"@appbaseio/reactivesearch": "^3.43.8",
"@fortawesome/fontawesome-svg-core": "^6.7.0",
"@fortawesome/free-solid-svg-icons": "^6.7.0",
"@fortawesome/react-fontawesome": "^0.2.2",
"@types/elasticsearch": "^5.0.31",
"@types/jest": "24.0.17",
"@types/lodash.escaperegexp": "^4.1.6",
"@types/lodash.throttle": "^4.1.6",
"@types/node": "^12.6.2",
"@types/react": "^18.2.0",
"@types/react-dom": "18.2.0",
"@types/react-helmet": "^5.0.14",
"@types/react-intl": "^2.3.17",
"@types/react-leaflet": "^2.5.0",
"@types/react-select": "^3.0.4",
"@typescript-eslint/eslint-plugin": "^5.59.8",
"@typescript-eslint/parser": "^5.59.8",
"@ungap/global-this": "^0.3.1",
"@vitejs/plugin-react": "^4.3.3",
"@vitejs/plugin-react-swc": "^3.7.1",
"eslint": "^8.41.0",
"eslint-config-airbnb-typescript": "^17.0.0",
"eslint-plugin-import": "^2.27.5",
"eslint-plugin-jsx-a11y": "^6.7.1",
"eslint-plugin-react": "^7.32.2",
"http-status-codes": "^1.3.2",
"import-to-array": "1.0.0",
"lodash.escaperegexp": "^4.1.1",
"lodash.throttle": "^4.1.1",
"re-resizable": "^5.0.1",
"react": "^18.2.0",
"react-dom": "18.2.0",
"react-helmet": "^6.1.0",
"react-hotkeys": "^2.0.0-pre9",
"react-pdf": "^9.1.1",
"react-router": "^6.26.2",
"react-router-dom": "^6.26.2",
"react-scripts": "^5.0.1",
"react-select": "^3.0.4",
"typescript": "^3.5.3"
},
"scripts": {
"dev": "vite",
"build": "vite build",
"lint": "deno lint",
"test": "react-scripts test",
"eject": "react-scripts eject"
},
"browserslist": [
">0.2%",
"not dead",
"not ie <= 11",
"not op_mini all"
],
"devDependencies": {
"husky": "^3.0.0",
"sass": "^1.62.1",
"vite": "^5.4.11"
},
"husky": {
"hooks": {}
}
}