-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
83 lines (83 loc) · 2.51 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
{
"name": "create-space",
"private": true,
"version": "0.0.0",
"type": "module",
"scripts": {
"dev": "vite",
"tunnel": "npx shamps-tunnel",
"build": "tsc && vite build",
"prettier-check": "prettier --config .prettierrc 'src/**/*.{ts,tsx}' --check",
"prettier-format": "prettier --config .prettierrc 'src/**/*.{ts,tsx}' --write",
"lint": "eslint src/**/*.{ts,tsx}",
"lint:fix": "eslint src/**/*.{ts,tsx} --fix",
"test": "jest"
},
"dependencies": {
"@radix-ui/react-icons": "^1.3.0",
"@radix-ui/react-label": "^2.0.2",
"@radix-ui/react-slider": "^1.1.2",
"@radix-ui/react-slot": "^1.0.2",
"@radix-ui/react-toggle": "^1.0.3",
"@types/node": "^20.12.12",
"@types/socket.io-client": "1.4.35",
"@vkruglikov/react-telegram-web-app": "^2.1.9",
"autoprefixer": "^10.4.19",
"axios": "^1.7.2",
"axios-cache-interceptor": "^1",
"class-variance-authority": "^0.7.0",
"clsx": "^2.1.1",
"framer-motion": "^11.2.4",
"jest-environment-jsdom": "^29.7.0",
"lucide-react": "^0.468.0",
"mapbox-gl": "^3.8.0",
"postcss": "^8.4.38",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"react-helmet": "^6.1.0",
"react-hot-toast": "^2.4.1",
"react-map-gl": "^7.1.7",
"react-multi-carousel": "^2.8.5",
"react-router-dom": "^6.23.1",
"shamps-tunnel": "1.0.0",
"socket.io": "1.4.5",
"socket.io-client": "2.x",
"tailwind-merge": "^2.3.0",
"tailwindcss": "^3.4.3",
"tailwindcss-animate": "^1.0.7",
"vite-plugin-rewrite-all": "^1.0.2",
"zustand": "^4.5.5"
},
"devDependencies": {
"@eslint/js": "^9.9.1",
"@testing-library/react-hooks": "^8.0.1",
"@types/jest": "^29.5.12",
"@types/leaflet": "^1.9.14",
"@types/react": "18.2.42",
"@types/react-dom": "^18.2.22",
"@types/react-router-dom": "^5.3.3",
"@typescript-eslint/eslint-plugin": "^7.9.0",
"@typescript-eslint/parser": "^7.9.0",
"@vitejs/plugin-react": "^4.2.1",
"add": "^2.0.6",
"eslint": "^9.9.1",
"eslint-config-prettier": "^9.1.0",
"eslint-plugin-prettier": "^5.1.3",
"eslint-plugin-react": "^7.35.0",
"eslint-plugin-react-hooks": "^4.6.0",
"eslint-plugin-react-refresh": "^0.4.6",
"globals": "^15.9.0",
"jest": "^29.7.0",
"msw": "^2.3.5",
"prettier": "^3.2.5",
"ts-jest": "^29.2.5",
"ts-node": "^10.9.2",
"typescript": "^5.2.2",
"typescript-eslint": "^8.2.0",
"vite": "^5.2.0",
"yarn": "^1.22.22"
},
"resolutions": {
"@types/react": "18.2.42"
}
}