forked from Welcome-Center-UrFU-Development/POS-Card
-
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.18 KB
/
Copy pathpackage.json
File metadata and controls
50 lines (50 loc) · 1.18 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": "POS-Card",
"version": "1.0.0",
"description": "",
"homepage": "./",
"main": "index.js",
"scripts": {
"start": "cross-env PORT=10888 HTTPS=true react-scripts start",
"build": "react-scripts build",
"predeploy": "npm run build",
"deploy": "vk-miniapps-deploy",
"clean-source": "rimraf README.md src webroot package.json"
},
"keywords": [],
"author": "",
"license": "MIT",
"devDependencies": {
"@vkontakte/vk-miniapps-deploy": "0.0.17",
"cross-env": "^5.2.0",
"react-hot-loader": "^4.9.0",
"react-scripts": "^3.4.1"
},
"dependencies": {
"@vkontakte/icons": "^1.18.2",
"@vkontakte/vk-bridge": "^2.3.0",
"@vkontakte/vkui": "^3.5.0",
"babel-eslint": "^10.1.0",
"chalk": "^2.4.2",
"core-js": "^3.6.4",
"eruda": "^2.2.0",
"eruda-code": "^2.0.0",
"eruda-dom": "^2.0.0",
"mysql": "^2.18.1",
"prop-types": "^15.7.2",
"react": "^16.9.0",
"react-dom": "^16.9.0"
},
"browserslist": {
"production": [
">0.2%",
"not dead",
"not op_mini all"
],
"development": [
"last 1 chrome version",
"last 1 firefox version",
"last 1 safari version"
]
}
}