-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
39 lines (39 loc) · 968 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
{
"name": "spy",
"version": "1.0.0",
"description": "",
"main": "index.js",
"homepage": "./",
"scripts": {
"start": "cross-env HTTPS=true react-scripts start",
"build": "cross-env GENERATE_SOURCEMAP=false react-scripts build",
"predeploy": "yarn run build",
"deploy": "vk-miniapps-deploy"
},
"keywords": [],
"author": "",
"license": "MIT",
"devDependencies": {
"@vkontakte/vk-miniapps-deploy": "0.0.25",
"cross-env": "^5.2.1",
"react-scripts": "^2.1.8"
},
"dependencies": {
"@reduxjs/toolkit": "^1.8.1",
"@reyzitwo/react-router-vkminiapps": "^1.0.0",
"@vkontakte/icons": "^1.16.1",
"@vkontakte/vk-bridge": "^2.4.1",
"@vkontakte/vk-tunnel": "^0.1.2",
"@vkontakte/vkui": "^4.28.1",
"core-js": "^2.6.11",
"react": "^16.12.0",
"react-dom": "^16.12.0",
"react-redux": "^7.2.8"
},
"browserslist": [
">0.2%",
"not dead",
"not ie <= 11",
"not op_mini all"
]
}