-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
92 lines (92 loc) · 2.5 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
{
"name": "memorialshoah",
"version": "0.1.0",
"private": true,
"license": "AGPL-3.0",
"dependencies": {
"@c2dh/react-miller": "^1.0.0",
"@jonkoops/matomo-tracker-react": "^0.7.0",
"@kokarn/react-zoom-pan-pinch": "^2.1.5",
"@n8tb1t/use-scroll-position": "^2.0.3",
"@react-spring/parallax": "^9.4.5",
"@react-three/drei": "9.86.3",
"@react-three/fiber": "8.12.0",
"@tanstack/react-query": "^5.17.12",
"@testing-library/jest-dom": "^5.16.4",
"@testing-library/react": "^13.3.0",
"@testing-library/user-event": "^13.5.0",
"@u-wave/react-vimeo": "^0.9.8",
"@use-gesture/react": "^10.2.20",
"@vitejs/plugin-react": "^4.0.4",
"axios": "^0.27.2",
"bootstrap": "^5.2.0-beta1",
"citation-js": "^0.6.4",
"d3-array": "^3.1.6",
"downsize": "^0.0.8",
"eslint": "^8.48.0",
"eslint-config-react-app": "^7.0.1",
"framer-motion": "^10.16.1",
"i": "^0.3.7",
"i18next": "^21.8.8",
"leva": "^0.9.31",
"luxon": "^2.4.0",
"mapbox-gl": "^2.10.0",
"npm": "^8.15.0",
"query-string": "^7.1.1",
"react": "^18.1.0",
"react-bootstrap": "^2.4.0",
"react-device-detect": "^2.2.2",
"react-dom": "^18.1.0",
"react-feather": "^2.0.10",
"react-helmet": "^6.1.0",
"react-i18next": "^11.17.0",
"react-map-gl": "^7.0.19",
"react-mapbox-gl": "^5.1.1",
"react-markdown": "^8.0.3",
"react-router-dom": "^6.3.0",
"react-spring": "^9.4.5",
"react-turnstile": "^1.1.2",
"remark-footnotes": "^4.0.1",
"remark-gfm": "^3.0.1",
"remark-supersub": "^1.0.0",
"simplex-noise": "^3.0.1",
"three": "0.151.3",
"three.modifiers": "^2.5.7",
"use-query-params": "^1.2.3",
"vite": "^4.4.9",
"vite-plugin-eslint": "^1.8.1",
"vite-plugin-string": "^1.2.1",
"web-vitals": "^2.1.4",
"worker-loader": "^3.0.8",
"zustand": "4.3.7"
},
"scripts": {
"start": "vite",
"build": "vite build",
"serve": "vite preview",
"lint": "eslint -c .eslintrc --ext .js,.jsx,.ts,.tsx .",
"lint:fix": "npm run lint -- --fix"
},
"eslintConfig": {
"extends": [
"react-app",
"react-app/jest"
]
},
"browserslist": {
"production": [
">0.2%",
"not dead",
"not op_mini all"
],
"development": [
"last 1 chrome version",
"last 1 firefox version",
"last 1 safari version"
]
},
"devDependencies": {
"@babel/plugin-proposal-private-property-in-object": "^7.21.11",
"http-proxy-middleware": "^2.0.6"
}
}