forked from jaysuz/vParty
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
48 lines (48 loc) · 1.21 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
{
"name": "v-party",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"start": "cross-env PORT=10888 react-scripts start",
"build": "react-scripts build",
"deploy": "vk-miniapps-deploy"
},
"keywords": [],
"author": "",
"license": "MIT",
"devDependencies": {
"@vkontakte/vk-miniapps-deploy": "0.0.10",
"cross-env": "^5.2.1",
"node-sass": "^4.13.0",
"react-hot-loader": "^4.12.18",
"react-scripts": "^2.1.8"
},
"dependencies": {
"@types/jest": "^24.0.23",
"@types/node": "^12.12.8",
"@types/react": "^16.9.11",
"@types/react-dom": "^16.9.4",
"@types/react-swipeable-views": "^0.13.0",
"@types/styled-components": "^4.4.0",
"@vkontakte/icons": "^1.11.2",
"@vkontakte/vk-connect": "^1.6.9",
"@vkontakte/vkui": "^2.33.1",
"@vkontakte/vkui-connect": "^1.5.4",
"babel-eslint": "^9.0.0",
"core-js": "^2.6.10",
"firebase": "^7.4.0",
"prop-types": "^15.7.2",
"react": "^16.12.0",
"react-dom": "^16.12.0",
"react-swipeable-views": "^0.13.3",
"styled-components": "^4.4.1",
"typescript": "^3.7.2"
},
"browserslist": [
">0.2%",
"not dead",
"not ie <= 11",
"not op_mini all"
]
}