-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
72 lines (72 loc) · 1.89 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
{
"name": "browse-gedcom",
"description": "Gedcom file browser",
"version": "0.1.4",
"keywords": [
"gedcom",
"genealogy",
"react"
],
"author": "Florian Cassayre",
"license": "MIT",
"repository": {
"type": "git",
"url": "[email protected]:arbre-app/browse-gedcom.git"
},
"dependencies": {
"@sentry/react": "^6.11.0",
"@testing-library/jest-dom": "^5.14.1",
"@testing-library/react": "^12.0.0",
"@testing-library/user-event": "^13.2.1",
"bootstrap": "^4.6.0",
"comlink": "^4.3.1",
"final-form": "^4.20.2",
"final-form-arrays": "^3.0.2",
"final-form-calculate": "^1.3.2",
"genealogy-visualizations": "^0.0.1",
"prop-types": "^15.7.2",
"query-string": "^7.0.1",
"react": "^16.14.0",
"react-bootstrap": "^1.6.1",
"react-bootstrap-icons": "^1.5.0",
"react-dom": "^16.13.1",
"react-final-form": "^6.5.3",
"react-final-form-arrays": "^3.1.3",
"react-flags-select": "^2.1.2",
"react-helmet": "^6.1.0",
"react-intl": "^5.20.10",
"react-linkify": "^1.0.0-alpha",
"react-redux": "^7.2.4",
"react-router-bootstrap": "^0.25.0",
"react-router-dom": "^5.2.0",
"react-scripts": "^4.0.3",
"react-zoom-pan-pinch": "^2.0.2",
"read-gedcom": "^0.3.1",
"redux": "^4.1.1",
"redux-thunk": "^2.3.0",
"worker-loader": "^3.0.8"
},
"scripts": {
"start": "react-scripts start",
"build": "react-scripts build",
"test": "react-scripts test --passWithNoTests",
"eject": "react-scripts eject",
"setup": "bash setup.sh",
"favicons": "real-favicon generate favicon.json faviconData.json public"
},
"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"
]
}
}