-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
106 lines (106 loc) · 3.51 KB
/
package.json
File metadata and controls
106 lines (106 loc) · 3.51 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
{
"name": "dreamteam-concierge-mini-app",
"private": true,
"version": "1.0.2",
"type": "module",
"homepage": "https://caesai.github.io/dm_front/",
"scripts": {
"deploy": "gh-pages -d dist",
"dev": "vite --port 3050",
"dev:https": "vite --host --mode development",
"build:dev": "tsc --noEmit && vite build --mode development",
"build": "tsc --noEmit && vite build",
"lint": "eslint src --ext ts,tsx --report-unused-disable-directives --max-warnings 0",
"lint:fix": "eslint src --ext ts,tsx --report-unused-disable-directives --max-warnings 0 --fix",
"preview": "vite preview",
"predeploy": "npm run build",
"prettier:write": "npx prettier --write \"**/*.{js,jsx,ts,tsx,css,scss,md,json}\"",
"test": "jest",
"cov": "jest --coverage --collectCoverageFrom='src/**/*.{ts,tsx}'",
"docs": "typedoc"
},
"dependencies": {
"@mdi/js": "^7.4.47",
"@mdi/react": "^1.6.1",
"@telegram-apps/react-router-integration": "^1.0.1",
"@telegram-apps/sdk-react": "^3.2.1",
"@telegram-apps/telegram-ui": "^2.1.8",
"@tonconnect/ui-react": "^2.0.5",
"@yandex/ymaps3-clusterer": "latest",
"axios": "^1.8.4",
"buffer": "^6.0.3",
"classnames": "^2.5.1",
"dayjs": "^1.11.13",
"eruda": "^3.0.1",
"html2canvas": "^1.4.1",
"html2pdf.js": "^0.10.3",
"ics": "^3.8.1",
"iv-viewer": "^2.2.1",
"jotai": "^2.12.2",
"jotai-family": "^1.0.1",
"jspdf": "^3.0.1",
"moment": "^2.30.1",
"prettier": "^3.5.2",
"react": "^18.2.0",
"react-anchor-link-smooth-scroll": "^1.0.12",
"react-anchor-navigation": "^0.2.7",
"react-calendar": "^5.1.0",
"react-collapse": "^5.1.1",
"react-css-collapse": "^4.1.0",
"react-dom": "^18.2.0",
"react-helmet": "^6.1.0",
"react-iconly": "^2.2.10",
"react-icons": "^5.5.0",
"react-iv-viewer": "^1.0.3",
"react-mobile-picker": "^1.0.1",
"react-qr-code": "^2.0.15",
"react-router-dom": "^6.23.0",
"react-zoom-pan-pinch": "^3.7.0",
"reactjs-popup": "^2.0.6",
"styled-components": "^6.1.15",
"swiper": "^11.2.10",
"usehooks-ts": "^3.1.1",
"wrangler": "^3.109.3",
"ymap3-components": "^1.2.3",
"zustand": "^5.0.3"
},
"devDependencies": {
"@babel/preset-env": "^7.28.5",
"@babel/preset-typescript": "^7.28.5",
"@eslint/js": "^9.2.0",
"@testing-library/dom": "^10.4.1",
"@testing-library/jest-dom": "^6.7.0",
"@testing-library/react": "^16.3.0",
"@types/iv-viewer": "^2.0.3",
"@types/jest": "^29.5.14",
"@types/node": "^20.12.11",
"@types/react": "^18.2.0",
"@types/react-anchor-link-smooth-scroll": "^1.0.5",
"@types/react-collapse": "^5.0.4",
"@types/react-css-collapse": "^3.6.6",
"@types/react-dom": "^18.2.0",
"@types/testing-library__jest-dom": "^5.14.9",
"@typescript-eslint/eslint-plugin": "^7.8.0",
"@typescript-eslint/parser": "^7.8.0",
"@vitejs/plugin-react-swc": "^3.6.0",
"@yandex/ymaps3-types": "^1.0.16202685",
"babel-jest": "^30.2.0",
"cross-env": "^7.0.3",
"eslint": "^8.57.0",
"eslint-plugin-react": "^7.34.1",
"gh-pages": "^6.1.1",
"globals": "^15.2.0",
"identity-obj-proxy": "^3.0.0",
"jest": "^29.7.0",
"jest-environment-jsdom": "^29.7.0",
"ts-jest": "^29.4.6",
"ts-jest-mock-import-meta": "^1.3.1",
"typedoc": "^0.28.14",
"typedoc-plugin-markdown": "^4.9.0",
"typescript": "^5.9.3",
"typescript-eslint": "^7.8.0",
"vite": "^5.2.11",
"vite-plugin-mkcert": "^1.17.6",
"vite-tsconfig-paths": "^4.3.2"
}
}