-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
50 lines (50 loc) · 1.15 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
{
"name": "timetable",
"version": "1.0.0",
"description": "",
"homepage": "./",
"main": "index.js",
"scripts": {
"start": "cross-env PORT=10888 HTTPS=true react-scripts start",
"build": "react-scripts build",
"deploy": "vk-miniapps-deploy"
},
"keywords": [],
"author": "",
"license": "MIT",
"devDependencies": {
"cross-env": "^7.0.3",
"react-hot-loader": "^4.13.0",
"react-scripts": "^4.0.3"
},
"dependencies": {
"@vkontakte/icons": "^1.141.1",
"@vkontakte/vk-bridge": "^2.5.3",
"@vkontakte/vk-miniapps-deploy": "^0.0.25",
"@vkontakte/vkjs": "^0.20.0",
"@vkontakte/vkui": "^4.5.0",
"axios": "^0.27.2",
"babel-eslint": "^10.1.0",
"chalk": "^4.1.0",
"eruda": "^2.4.1",
"eruda-code": "^2.0.0",
"eruda-dom": "^2.0.0",
"express": "^4.18.0",
"node-fetch": "^3.2.3",
"prop-types": "^15.7.2",
"react": "^17.0.2",
"react-dom": "^17.0.2"
},
"browserslist": {
"production": [
">0.2%",
"not dead",
"not op_mini all"
],
"development": [
"last 1 chrome version",
"last 1 firefox version",
"last 1 safari version"
]
}
}