-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
75 lines (75 loc) · 2.29 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
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
{
"name": "easter-bunny-app",
"private": true,
"version": "0.0.0",
"type": "module",
"scripts": {
"🏁 Start": "",
"start": "vite --port=5174",
"🏗️ Build": "",
"build": "tsc && vite build && vk-miniapps-deploy",
"build:dev": "tsc && vite build --mode development",
"📢 Deploy": "",
"deploy": "vk-miniapps-deploy",
"start:tunnel": "vk-tunnel ",
"🧑🏻🏭 Linter": "",
"lint": "eslint --fix ./src/",
"server": "vite preview",
"prepare": "husky",
"🧑🏻 TESTING": "",
"test": "jest"
},
"dependencies": {
"@itznevikat/router": "0.1.0-beta29",
"@reduxjs/toolkit": "^1.9.7",
"@tanstack/react-query": "^4.36.1",
"@use-gesture/react": "^10.3.1",
"@vkontakte/icons": "^2.107.0",
"@vkontakte/vk-bridge": "^2.14.1",
"@vkontakte/vkui": "^5.10.1",
"@vkontakte/vkui-tokens": "^4.43.1",
"axios": "^1.6.8",
"clsx": "^2.1.0",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"react-intersection-observer": "^9.8.2",
"react-redux": "^9.1.1",
"rgbaster": "^2.1.1"
},
"devDependencies": {
"@eslint/js": "^9.0.0",
"@tanstack/eslint-plugin-query": "^4.38.0",
"@tanstack/react-query-devtools": "^4.36.1",
"@testing-library/jest-dom": "^6.4.2",
"@testing-library/react": "^15.0.2",
"@types/jest": "^29.5.12",
"@types/node": "^20.12.7",
"@types/react": "^18.2.78",
"@types/react-dom": "^18.2.25",
"@vitejs/plugin-basic-ssl": "^1.1.0",
"@vitejs/plugin-legacy": "^4.1.1",
"@vitejs/plugin-react": "^3.1.0",
"@vkontakte/vk-miniapps-deploy": "^0.1.6",
"@vkontakte/vk-tunnel": "^0.2.0",
"eruda": "^3.0.1",
"eslint": "8.57.0",
"eslint-config-airbnb-typescript": "^18.0.0",
"eslint-config-prettier": "^9.1.0",
"eslint-import-resolver-typescript": "^3.6.1",
"eslint-plugin-import": "^2.29.1",
"eslint-plugin-prettier": "^5.1.3",
"eslint-plugin-react": "^7.34.1",
"eslint-plugin-react-app": "^6.2.2",
"eslint-plugin-sonarjs": "^0.24.0",
"eslint-plugin-unicorn": "^51.0.1",
"globals": "^15.0.0",
"husky": "^9.0.11",
"jest": "^29.7.0",
"jest-environment-jsdom": "^29.7.0",
"ts-jest": "^29.1.2",
"ts-node": "^10.9.2",
"typescript": "^5.4.5",
"typescript-eslint": "^7.7.0",
"vite": "^4.5.2"
}
}