This repository was archived by the owner on Oct 4, 2023. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 3
Expand file tree
/
Copy pathpackage.json
More file actions
43 lines (43 loc) · 1.32 KB
/
package.json
File metadata and controls
43 lines (43 loc) · 1.32 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
{
"name": "vkma-template",
"version": "1.0.0",
"description": "📍 Шаблон для мини-приложений",
"license": "MIT",
"author": "Nikita Koshelenko <nikitakoschelenko@gmail.com>",
"scripts": {
"build": "tsc && vite build",
"deploy": "vk-miniapps-deploy",
"dev": "vite",
"lint": "eslint --fix ./src/",
"format": "prettier --write ./src/",
"serve": "vite preview"
},
"dependencies": {
"@itznevikat/router": "0.1.0-beta28",
"@vkontakte/icons": "^2.0.1",
"@vkontakte/vk-bridge": "npm:@mntm/painless-bridge@4.1.0",
"@vkontakte/vkjs": "^0.29.0",
"@vkontakte/vkui": "^5.0.1",
"react": "^18.2.0",
"react-dom": "^18.2.0"
},
"devDependencies": {
"@types/react": "^18.0.26",
"@types/react-dom": "^18.0.9",
"@typescript-eslint/eslint-plugin": "^5.45.1",
"@typescript-eslint/parser": "^5.45.1",
"@vitejs/plugin-basic-ssl": "^0.1.2",
"@vitejs/plugin-legacy": "^2.3.1",
"@vitejs/plugin-react": "^2.2.0",
"@vkontakte/vk-miniapps-deploy": "^0.0.26",
"eslint": "^8.29.0",
"eslint-config-prettier": "^8.5.0",
"eslint-plugin-prettier": "^4.2.1",
"eslint-plugin-react": "^7.31.11",
"prettier": "^2.8.0",
"terser": "^5.16.1",
"typescript": "^4.9.3",
"typescript-plugin-css-modules": "^4.1.1",
"vite": "^3.2.5"
}
}