-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
45 lines (45 loc) · 1011 Bytes
/
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
{
"name": "@kokateam/router-vkminiapps",
"version": "0.2.3",
"description": "Routing library for VK Mini Apps",
"main": "lib/index.js",
"repository": "https://github.com/kokateam/router-vkminiapps",
"author": "Aleksandr Kuznetsov <[email protected]>",
"bugs": {
"url": "https://github.com/kokateam/router-vkminiapps/issues"
},
"keywords": [
"react",
"vkontakte",
"vk",
"vkui",
"vkminiapps",
"miniapps",
"router",
"routing"
],
"publishConfig": {
"access": "public"
},
"scripts": {
"build": "tsc",
"prepare": "yarn build"
},
"dependencies": {
"recoil": "^0.7.7"
},
"peerDependencies": {
"@vkontakte/vk-bridge": ">=2.4.4",
"@vkontakte/vkui": ">=4.0.0",
"react": ">=17.0.0",
"react-dom": ">=17.0.0"
},
"devDependencies": {
"@vkontakte/vk-bridge": ">=2.4.4",
"@vkontakte/vkui": ">=4.0.0",
"prettier": "^2.8.8",
"react": ">=17.0.0",
"react-dom": ">=17.0.0",
"typescript": "^4.4.2"
}
}