-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
112 lines (112 loc) · 3.52 KB
/
Copy pathpackage.json
File metadata and controls
112 lines (112 loc) · 3.52 KB
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
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
{
"name": "meta-vite",
"private": true,
"version": "1.1.119",
"type": "module",
"scripts": {
"test": "echo \"No test specified\" && exit 0",
"dev": "vite",
"dev-h": "vite --host",
"build": "node --max-old-space-size=4096 node_modules/vite/bin/vite.js build",
"start": "vite start",
"lint": "eslint src --ext js,jsx --report-unused-disable-directives --max-warnings 0",
"preview": "vite preview",
"release": "standard-version",
"deploy": "git fetch --all && git reset --hard origin/main && rm -rf node_modules && npm install && npm run build && mkdir -p ../metaverse && cp -r dist/* ../metaverse/",
"setup": "npm install"
},
"overrides": {
"quill": "2.0.2"
},
"dependencies": {
"@deck.gl/core": "^9.0.0",
"@deck.gl/layers": "^9.0.0",
"@deck.gl/mesh-layers": "^9.0.0",
"@emotion/css": "^11.13.0",
"@persian-tools/persian-tools": "^3.4.1",
"@react-spring/web": "10.0.3",
"@react-three/drei": "^9.122.0",
"@react-three/fiber": "^8.18.0",
"@sentry/react": "^8.55.2",
"@testing-library/jest-dom": "^5.16.5",
"@testing-library/react": "^13.4.0",
"@testing-library/user-event": "^13.5.0",
"@tippyjs/react": "^4.2.6",
"@turf/bbox": "^6.5.0",
"@turf/boolean-point-in-polygon": "^6.5.0",
"@turf/turf": "^6.5.0",
"@types/styled-components": "^5.1.26",
"@use-gesture/react": "^10.3.0",
"axios": "^1.2.1",
"compressorjs": "^1.2.1",
"deck.gl-leaflet": "^1.2.1",
"dompurify": "^3.3.0",
"i18next": "^23.15.1",
"i18next-chained-backend": "^4.6.2",
"i18next-http-backend": "^4.0.0",
"i18next-localstorage-backend": "^4.2.0",
"jalali-moment": "^3.3.11",
"keen-slider": "^6.8.6",
"laravel-echo": "^1.15.0",
"leaflet": "^1.9.4",
"lottie-react": "^2.4.0",
"lottie-web": "^5.13.0",
"mapbox-gl": "^3.9.4",
"maplibre-gl": "^3.6.2",
"moment-jalaali": "^0.10.4",
"pusher-js": "^8.0.1",
"react": "^18.2.0",
"react-confetti-explosion": "^2.1.2",
"react-countdown": "^2.3.5",
"react-dom": "^18.2.0",
"react-draggable": "^4.4.5",
"react-easy-crop": "^4.7.4",
"react-files": "^3.0.0",
"react-google-recaptcha": "^3.1.0",
"react-hot-toast": "^2.4.0",
"react-i18next": "^13.2.2",
"react-icons": "^5.2.1",
"react-leaflet": "^4.2.0",
"react-map-gl": "^7.1.6",
"react-multi-date-picker": "^3.3.4",
"react-quill-new": "^3.8.3",
"react-rnd": "^10.4.12",
"react-router-dom": "^6.6.1",
"react-share-kit": "^1.1.0",
"react-simple-wysiwyg": "^3.1.1",
"react-spinners": "^0.13.7",
"react-three-map": "^0.7.2",
"react-toastify": "^10.0.5",
"react-tooltip": "^5.28.1",
"react-unity-webgl": "^9.4.0",
"resumablejs": "^1.1.0",
"schema-utils": "4.3.x",
"shortid": "^2.2.16",
"slate": "^0.118.1",
"slate-history": "^0.100.0",
"slate-react": "^0.108.0",
"styled-components": "^5.3.6",
"swiper": "^12.1.2",
"three": "^0.159.0",
"web-vitals": "^2.1.4"
},
"devDependencies": {
"@sentry/cli": "latest",
"@types/react": "^18.0.28",
"@types/react-dom": "^18.0.11",
"@vitejs/plugin-react": "^4.0.0",
"eslint": "^8.48.0",
"eslint-config-airbnb": "^19.0.4",
"eslint-plugin-import": "^2.28.1",
"eslint-plugin-jsx-a11y": "^6.7.1",
"eslint-plugin-react": "^7.33.2",
"eslint-plugin-react-hooks": "^4.6.0",
"eslint-plugin-react-refresh": "^0.3.4",
"standard-version": "^9.5.0",
"vite": "^7.3.1",
"vite-plugin-svgr": "^4.5.0"
},
"engines": {
"node": "16.x"
}
}