-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
49 lines (49 loc) · 1.22 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
{
"name": "notifications",
"version": "1.0.1",
"private": true,
"dependencies": {
"@vkontakte/icons": "^1.118.0",
"@vkontakte/vk-bridge": "^2.4.6",
"@vkontakte/vkui": "^4.12.4",
"cross-env": "^7.0.3",
"eruda": "^2.4.1",
"eruda-code": "^2.0.0",
"eruda-dom": "^2.0.0",
"query-string": "^4.3.4",
"react": "^17.0.2",
"react-dom": "^17.0.2",
"react-router-dom": "^5.2.0",
"react-scripts": "4.0.3"
},
"scripts": {
"start": "cross-env react-scripts start",
"build": "GENERATE_SOURCEMAP=false react-scripts build -p",
"prettier": "npx prettier --write public && npx prettier --write src",
"predeploy": "npm run prettier && npm run build",
"deploy": "npm run predeploy && npm run vk-miniapps-deploy",
"vk-miniapps-deploy": "vk-miniapps-deploy"
},
"eslintConfig": {
"extends": [
"react-app",
"react-app/jest"
]
},
"browserslist": {
"production": [
">0.2%",
"not dead",
"not op_mini all"
],
"development": [
"last 1 chrome version",
"last 1 firefox version",
"last 1 safari version"
]
},
"devDependencies": {
"@vkontakte/vk-miniapps-deploy": "^0.0.25",
"prettier": "^2.3.0"
}
}