-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
94 lines (94 loc) · 2.46 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
{
"name": "minett-stories",
"version": "0.1.0",
"private": true,
"proxy": "https://minett-stories.lu",
"dependencies": {
"@c2dh/react-miller": "^1.0.0-beta.10",
"@testing-library/jest-dom": "^5.14.1",
"@testing-library/react": "^12.0.0",
"@testing-library/user-event": "^13.2.1",
"@turf/boolean-intersects": "^6.5.0",
"@turf/centroid": "^6.5.0",
"@turf/helpers": "^6.5.0",
"@urbica/react-map-gl": "^1.15.0",
"@urbica/react-map-gl-cluster": "^0.2.0",
"bootstrap": "^5.1.3",
"classnames": "^2.3.1",
"d3-delaunay": "^6.0.2",
"d3-scale": "^4.0.2",
"d3-shape": "^3.1.0",
"i18next": "^21.6.13",
"js-clipper": "^1.0.1",
"lodash": "^4.17.21",
"mapbox-gl": "^2.8.1",
"react": "^18.1.0",
"react-dom": "^18.1.0",
"react-draggable": "^4.4.4",
"react-feather": "^2.0.9",
"react-ga4": "^1.4.1",
"react-hammerjs": "^1.0.1",
"react-helmet": "^6.1.0",
"react-i18next": "^11.15.5",
"react-markdown": "^8.0.0",
"react-multi-carousel": "^2.8.0",
"react-pdf": "^5.7.1",
"react-player": "=2.10.0",
"react-router-dom": "^6.2.2",
"react-use-size": "^2.0.4",
"react-waypoint": "^10.1.0",
"reactstrap": "^9.0.1",
"screenfull": "^6.0.1",
"supercluster": "^7.1.5",
"use-media": "^1.4.0",
"web-vitals": "^2.1.0"
},
"scripts": {
"start": "snext dev",
"build": "snext build",
"dev": "snext dev",
"staticize": "snext staticize",
"staticize-spa": "EXPORT_STATIC_SPA_APP=1 snext staticize -u / --no-crawl -o build",
"postinstall": "patch-package"
},
"snext": {
"clientEntry": "./src/index.js",
"port": 4000,
"skeletonComponent": "./src/Skeleton.js",
"serverComponent": "./src/StaticApp.js",
"proxy": "https://minett-stories.lu",
"crawlConcurrency": 4,
"exitStaticizeOnError": false,
"outputDir": "build-static",
"publicDir": "public",
"urls": [
"/",
"/404"
]
},
"eslintConfig": {
"extends": "react-app"
},
"browserslist": {
"production": [
">0.2%",
"not dead",
"not ie 11",
"not chrome < 51",
"not safari < 10",
"not android < 51"
],
"development": [
"last 1 chrome version",
"last 1 firefox version",
"last 1 safari version"
]
},
"devDependencies": {
"eslint": "^8.0.0",
"eslint-config-react-app": "^7.0.1",
"patch-package": "^6.4.7",
"postinstall-postinstall": "^2.1.0",
"snext": "^0.19.0"
}
}