-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
50 lines (50 loc) · 1.34 KB
/
Copy pathpackage.json
File metadata and controls
50 lines (50 loc) · 1.34 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
{
"name": "apisandbox",
"version": "1.0.0",
"description": "",
"main": "index.js",
"homepage": "./",
"scripts": {
"start": "cross-env PORT=10888 HTTPS=true react-scripts start",
"build": "cross-env GENERATE_SOURCEMAP=false react-scripts build",
"predeploy": "npm run build",
"deploy": "vk-miniapps-deploy",
"tunnel": "vk-tunnel --insecure=1 --http-protocol=https --ws-protocol=wss --host=localhost --port=10888",
"deploy_pages": "gh-pages -d build"
},
"keywords": [],
"author": "",
"license": "MIT",
"devDependencies": {
"@vkontakte/vk-miniapps-deploy": "0.0.25",
"cross-env": "^5.2.1",
"react-hot-loader": "^4.12.19",
"react-scripts": "^2.1.8",
"redux-devtools-extension": "^2.13.8"
},
"dependencies": {
"@vkontakte/icons": "^1.139.0",
"@vkontakte/vk-bridge": "^2.4.1",
"@vkontakte/vk-connect": "^1.8.7",
"@vkontakte/vkjs": "^0.21.0",
"@vkontakte/vkui": "^4.27.2",
"babel-eslint": "^9.0.0",
"bugy": "^1.0.5",
"chalk": "^2.4.2",
"core-js": "^2.6.11",
"gh-pages": "^3.2.3",
"prop-types": "^15.7.2",
"react": "^16.12.0",
"react-dom": "^16.12.0",
"react-redux": "^7.1.3",
"redux": "^4.0.5",
"redux-thunk": "^2.3.0",
"renderjson": "^1.4.0"
},
"browserslist": [
">0.2%",
"not dead",
"not ie <= 11",
"not op_mini all"
]
}