-
Notifications
You must be signed in to change notification settings - Fork 14
/
Copy pathpackage.json
65 lines (65 loc) · 1.75 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
{
"name": "polyhaven.com",
"version": "0.1.0",
"private": true,
"license": "AGPL-3.0",
"scripts": {
"dev": "next dev -p 3002",
"build": "next build",
"start": "next start",
"translate": "i18nexus pull && jsonsort public/locales -s && git checkout public/locales/en"
},
"dependencies": {
"@auth0/nextjs-auth0": "^2.6.2",
"@babel/runtime": "^7.22.5",
"@egjs/view360": "^3.6.4",
"@react-three/drei": "^9.77.1",
"@react-three/fiber": "^8.13.3",
"@types/leaflet": "^1.9.3",
"@types/three": "^0.152.1",
"@vercel/og": "^0.5.7",
"date-fns": "^2.30.0",
"dotenv": "^16.3.1",
"fast-xml-parser": "^4.2.4",
"filesize": "^10.0.7",
"firebase": "^9.22.2",
"firebase-admin": "^11.9.0",
"fuse.js": "^6.6.2",
"leaflet": "^1.9.4",
"leaflet-defaulticon-compatibility": "^0.1.1",
"lodash.debounce": "^4.0.8",
"markdown-to-jsx": "^7.2.1",
"next": "^13.4.7",
"next-build-id": "^3.0.0",
"next-i18next": "^14.0.0",
"prettier": "^2.8.8",
"react": "^18.2.0",
"react-cookie-consent": "^8.0.1",
"react-country-flag": "^3.1.0",
"react-dom": "^18.2.0",
"react-full-screen": "^1.1.1",
"react-icons": "^4.12.0",
"react-lazy-load": "^4.0.1",
"react-leaflet": "^4.2.1",
"react-masonry-css": "^1.0.16",
"react-select": "^5.7.3",
"react-tooltip": "^4.2.19",
"react-turnstile": "^1.1.0",
"recharts": "^2.7.2",
"sass": "^1.63.6",
"swr": "^2.1.5",
"three": "^0.153.0",
"three-stdlib": "^2.23.10",
"uuid": "^9.0.0",
"validator": "^13.9.0"
},
"devDependencies": {
"@types/lodash.debounce": "^4.0.7",
"@types/react": "^18.2.13",
"typescript": "^5.1.3"
},
"jshintConfig": {
"esversion": 9,
"asi": true
}
}