-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
53 lines (53 loc) · 1.57 KB
/
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
46
47
48
49
50
51
52
53
{
"name": "msu",
"version": "2.0.0",
"description": "",
"main": "index.js",
"scripts": {
"start": "cross-env PORT=10888 HTTPS=true react-scripts start",
"vktunnel": "vk-tunnel --insecure=1 --http-protocol=https --ws-protocol=wss --host=localhost --port=10888",
"start-tunnel": "npm run vktunnel && npm start",
"build": "react-scripts build",
"predeploy": "npm run build",
"deploy": "vk-miniapps-deploy",
"surge-deploy": "npm run build && surge ./build --domain msu-app.surge.sh"
},
"keywords": [],
"author": "",
"license": "MIT",
"devDependencies": {
"cross-env": "^5.2.1",
"react-hot-loader": "^4.12.21",
"react-scripts": "^3.4.4",
"surge": "^0.21.6"
},
"dependencies": {
"@vkontakte/icons": "^1.49.0",
"@vkontakte/vk-bridge": "^2.2.8",
"@vkontakte/vk-miniapps-deploy": "0.0.17",
"@vkontakte/vkui": "^3.12.8",
"babel-eslint": "^10.1.0",
"chalk": "^2.4.2",
"core-js": "^3.6.5",
"dompurify": "^2.2.0",
"eruda": "^2.3.3",
"eruda-code": "^2.0.0",
"eruda-dom": "^2.0.0",
"marked": "^1.2.2",
"prop-types": "^15.7.2",
"react": "^16.13.1",
"react-dom": "^16.13.1"
},
"browserslist": {
"production": [
">0.2%",
"not dead",
"not op_mini all"
],
"development": [
"last 1 chrome version",
"last 1 firefox version",
"last 1 safari version"
]
}
}