-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
47 lines (47 loc) · 1.11 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
{
"name": "kozodoi-club-hack",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"start": "cross-env PORT=10888 react-scripts start",
"build": "react-scripts build",
"surge-deploy": "npm run build && surge ./build --domain kozodoi-club-hack.surge.sh"
},
"keywords": [],
"author": "",
"license": "MIT",
"devDependencies": {
"cross-env": "^5.2.0",
"react-hot-loader": "^4.9.0",
"react-scripts": "^3.1.2",
"surge": "^0.21.3"
},
"dependencies": {
"@vkontakte/icons": "^1.10.0",
"@vkontakte/vk-connect": "^1.6.5",
"@vkontakte/vkui": "^2.30.7",
"accounting": "^0.4.1",
"babel-eslint": "^10.0.3",
"chalk": "^2.4.2",
"core-js": "^3.1.4",
"prop-types": "^15.7.2",
"react": "^16.9.0",
"react-dom": "^16.9.0",
"react-helmet": "^5.2.1",
"react-router": "^5.1.1",
"react-router-dom": "^5.1.1"
},
"browserslist": {
"production": [
">0.2%",
"not dead",
"not op_mini all"
],
"development": [
"last 1 chrome version",
"last 1 firefox version",
"last 1 safari version"
]
}
}