-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
52 lines (52 loc) · 1.38 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
{
"name": "mini-app",
"version": "0.0.0",
"scripts": {
"start": "cross-env PORT=10888 HTTPS=true react-scripts start",
"build": "react-scripts build",
"predeploy": "npm run build",
"deploy": "vk-miniapps-deploy"
},
"engines": {
"node": ">=12.0.0"
},
"keywords": [],
"license": "MIT",
"dependencies": {
"@tanstack/react-virtual": "^3.0.0-beta.54",
"@vkontakte/icons": "2.7.0",
"@vkontakte/vk-bridge": "latest",
"@vkontakte/vk-miniapps-deploy": "0.0.25",
"@vkontakte/vkui": "5.1.0",
"babel-eslint": "^10.1.0",
"eruda": "^2.4.1",
"eruda-code": "^2.0.0",
"eruda-dom": "^2.0.0",
"prop-types": "^15.7.2",
"react": "^17.0.2",
"react-dom": "^17.0.2"
},
"devDependencies": {
"cross-env": "^7.0.3",
"react-hot-loader": "^4.13.0",
"react-scripts": "^5.0.1"
},
"resolutions": {
"react-scripts/webpack-dev-server/yargs/yargs-parser": ">=18.1.2"
},
"overrides": {
"es5-ext@^0.10.50": "0.10.53"
},
"browserslist": {
"production": [
">0.2%",
"not dead",
"not op_mini all"
],
"development": [
"last 1 chrome version",
"last 1 firefox version",
"last 1 safari version"
]
}
}