This repository was archived by the owner on Apr 11, 2026. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
55 lines (55 loc) · 1.84 KB
/
package.json
File metadata and controls
55 lines (55 loc) · 1.84 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
{
"name": "slanger-frontend",
"version": "1.0.0",
"description": "Фронтенд для мини-приложения «Slanger»",
"author": "Nikita Koshelenko <nikitakoschelenko@gmail.com> & Georgiy Panin <novastream2030@ya.ru>",
"scripts": {
"fmt": "eslint --fix ./src/",
"typegen": "openapi --input https://slanger-backend.cteam.codes/api/json --output src/types/api --useUnionTypes --exportCore false --exportServices false",
"dev": "vite",
"build": "tsc && vite build",
"serve": "vite preview",
"deploy": "vk-miniapps-deploy"
},
"devDependencies": {
"@types/common-tags": "^1.8.1",
"@types/react": "^17.0.39",
"@types/react-dom": "^17.0.11",
"@typescript-eslint/eslint-plugin": "^5.12.1",
"@typescript-eslint/parser": "^5.12.1",
"@vitejs/plugin-legacy": "^1.7.1",
"@vitejs/plugin-react": "^1.2.0",
"@vkontakte/vk-miniapps-deploy": "^0.0.26",
"cross-env": "^7.0.3",
"eslint": "^8.10.0",
"eslint-config-prettier": "^8.4.0",
"eslint-plugin-prettier": "^4.0.0",
"eslint-plugin-react": "^7.29.2",
"meilisearch": "^0.24.0",
"openapi-typescript-codegen": "^0.20.1",
"prettier": "^2.5.1",
"typescript": "4.5.5",
"vite": "2.8.4"
},
"dependencies": {
"@giphy/js-fetch-api": "^4.1.2",
"@itznevikat/router": "^0.1.0-beta17",
"@mntm/precoil": "^4.1.1",
"@sentry/react": "^6.18.0",
"@sentry/tracing": "^6.18.0",
"@vkontakte/icons": "^1.145.1",
"@vkontakte/vk-bridge": "npm:@mntm/painless-bridge@2.0.0",
"@vkontakte/vkjs": "^0.22.2",
"@vkontakte/vkui": "^4.27.1",
"common-tags": "^1.8.2",
"date-fns": "^2.28.0",
"eruda": "^2.4.1",
"eruda-code": "^2.0.0",
"eruda-dom": "^2.0.0",
"react": "17.0.2",
"react-dom": "17.0.2",
"react-infinite-scroll-component": "^6.1.0",
"swr": "^1.2.2",
"yup": "^0.32.11"
}
}