-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
55 lines (55 loc) · 1.42 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
51
52
53
54
55
{
"name": "pochita",
"version": "1.9.1",
"main": "index.tsx",
"homepage": "./",
"scripts": {
"start": "vite",
"build": "cross-env GENERATE_SOURCEMAP=false vite build",
"predeploy": "yarn run build",
"deploy": "vk-miniapps-deploy"
},
"devDependencies": {
"@types/node": "^12.0.0",
"@types/react": "^17.0.0",
"@types/react-dom": "^17.0.0",
"@typescript-eslint/eslint-plugin": "^4.33.0",
"@typescript-eslint/parser": "^4.33.0",
"@vitejs/plugin-react-refresh": "^1.3.6",
"@vkontakte/vk-miniapps-deploy": "^0.0.25",
"cross-env": "^7.0.3",
"eslint": "^7.32.0",
"eslint-plugin-import": "^2.24.2",
"eslint-plugin-promise": "^5.1.0",
"eslint-plugin-react": "^7.26.1",
"eslint-plugin-standard": "^5.0.0",
"typescript": "^4.4.4",
"vite": "^2.6.10"
},
"dependencies": {
"@cteamdev/router": "^0.2.6",
"@mntm/precoil": "^4.0.4",
"@tanstack/react-query": "^4.24.9",
"@vkontakte/icons": "^1.129.0",
"@vkontakte/vk-bridge": "^2.4.8",
"@vkontakte/vkui": "^4.17.0",
"eruda": "^2.4.1",
"eruda-code": "^2.0.0",
"eruda-dom": "^2.0.0",
"react": "^17.0.2",
"react-dom": "^17.0.2",
"uuid": "^9.0.0"
},
"browserslist": {
"production": [
">0.2%",
"not dead",
"not op_mini all"
],
"development": [
"last 1 chrome version",
"last 1 firefox version",
"last 1 safari version"
]
}
}