-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
43 lines (43 loc) · 1.38 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
{
"name": "hackernews",
"private": true,
"version": "1.0.0",
"type": "module",
"scripts": {
"dev": "cross-env PORT=3000 HTTPS=true vite --port 3000",
"build": "vite build",
"lint": "eslint . --ext js,jsx --report-unused-disable-directives --max-warnings 0",
"preview": "vite preview",
"tunnel": "vk-tunnel --insecure=1 --http-protocol=http --ws-protocol=wss --host=localhost --port=3000 --timeout=5000",
"deploy": "vite build && vk-miniapps-deploy"
},
"dependencies": {
"@tanstack/react-query": "^5.32.0",
"@vkontakte/icons": "^2.112.0",
"@vkontakte/vk-bridge": "^2.14.1",
"@vkontakte/vk-mini-apps-router": "^1.4.3",
"@vkontakte/vk-tunnel": "^0.2.0",
"@vkontakte/vkui": "^6.0.2",
"axios": "^1.6.8",
"cross-env": "^7.0.3",
"date-fns": "^3.6.0",
"html-react-parser": "^5.1.10",
"react": "^18.2.0",
"react-dom": "^18.2.0"
},
"devDependencies": {
"@types/react": "^18.2.66",
"@types/react-dom": "^18.2.22",
"@vitejs/plugin-react": "^4.2.1",
"@vkontakte/vk-miniapps-deploy": "^0.1.7",
"eslint": "^8.57.0",
"eslint-plugin-react": "^7.34.1",
"eslint-plugin-react-hooks": "^4.6.0",
"eslint-plugin-react-refresh": "^0.4.6",
"prettier": "^3.2.5",
"vite": "^5.2.0",
"@typescript-eslint/eslint-plugin": "^7.2.0",
"@typescript-eslint/parser": "^7.2.0",
"typescript": "^5.2.2"
}
}