-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
111 lines (111 loc) · 3.55 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
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
{
"name": "game-node-mobile",
"private": true,
"version": "0.0.1",
"scripts": {
"dev": "yarn wrapper:generate && vite",
"build": "tsc && yarn wrapper:generate && vite build",
"preview": "vite preview",
"wrapper:generate": "node src/wrapper/generate.js",
"test.e2e": "cypress run",
"test.unit": "vitest",
"lint": "eslint"
},
"dependencies": {
"@capacitor/android": "6.1.1",
"@capacitor/app": "6.0.0",
"@capacitor/browser": "^6.0.1",
"@capacitor/core": "6.1.1",
"@capacitor/filesystem": "^6.0.2",
"@capacitor/haptics": "^6.0.1",
"@capacitor/keyboard": "6.0.1",
"@capacitor/preferences": "^6.0.3",
"@capacitor/share": "^6.0.3",
"@capacitor/status-bar": "6.0.0",
"@capawesome/capacitor-app-update": "^6.1.0",
"@hookform/resolvers": "^3.9.0",
"@ionic/react": "^8.0.0",
"@ionic/react-router": "^8.0.0",
"@mantine/carousel": "^7.13.3",
"@mantine/charts": "^7.13.3",
"@mantine/core": "^7.13.3",
"@mantine/dates": "^7.13.3",
"@mantine/dropzone": "^7.13.3",
"@mantine/hooks": "^7.13.3",
"@mantine/notifications": "^7.13.3",
"@mantine/nprogress": "^7.13.3",
"@mantine/tiptap": "^7.13.3",
"@tabler/icons-react": "^3.22.0",
"@tanstack/react-query": "^5.59.15",
"@tiptap/core": "^2.8.0",
"@tiptap/extension-link": "^2.8.0",
"@tiptap/extension-mention": "^2.8.0",
"@tiptap/extension-placeholder": "^2.8.0",
"@tiptap/extension-text-style": "^2.8.0",
"@tiptap/pm": "^2.8.0",
"@tiptap/react": "^2.8.0",
"@tiptap/starter-kit": "^2.8.0",
"@tiptap/suggestion": "^2.8.0",
"axios": "1.7.4",
"compare-versions": "^6.1.1",
"dayjs": "^1.11.13",
"embla-carousel-react": "^8.3.0",
"html-to-image": "^1.11.11",
"ionicons": "^7.0.0",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"react-easy-crop": "^5.0.6",
"react-hook-form": "^7.51.2",
"react-router": "^5.3.4",
"react-router-dom": "^5.3.4",
"recharts": "2.13.0",
"supertokens-auth-react": "^0.44.0",
"supertokens-node": "^20.1.5",
"supertokens-web-js": "^0.13.1",
"supertokens-website": "^20.1.4",
"use-long-press": "^3.2.0",
"vite-tsconfig-paths": "^5.1.2",
"zod": "^3.23.8"
},
"devDependencies": {
"@babel/eslint-parser": "^7.25.1",
"@capacitor/cli": "6.1.1",
"@eslint/js": "^9.8.0",
"@lamarcke/openapi-typescript-codegen": "^0.29.1",
"@testing-library/dom": ">=7.21.4",
"@testing-library/jest-dom": "^5.16.5",
"@testing-library/react": "^14.0.0",
"@testing-library/user-event": "^14.4.3",
"@types/react": "^18.2.74",
"@types/react-dom": "^18.2.24",
"@types/react-router": "^5.1.20",
"@types/react-router-dom": "^5.3.3",
"@typescript-eslint/eslint-plugin": "^8.0.0",
"@typescript-eslint/parser": "^8.0.0",
"@vitejs/plugin-legacy": "^5.0.0",
"@vitejs/plugin-react": "^4.0.1",
"cypress": "^13.5.0",
"eslint": "^8.52.0",
"eslint-config-prettier": "^9.1.0",
"eslint-plugin-prettier": "^5.2.1",
"eslint-plugin-react": "^7.35.0",
"eslint-plugin-react-hooks": "^4.6.2",
"eslint-plugin-react-refresh": "^0.4.14",
"globals": "^15.9.0",
"jsdom": "^22.1.0",
"postcss": "^8.4.40",
"postcss-preset-mantine": "^1.17.0",
"postcss-simple-vars": "^7.0.1",
"prettier": "^3.3.3",
"tailwindcss": "3.4.3",
"terser": "^5.4.0",
"typescript": "^5.4.4",
"typescript-eslint": "^8.0.0",
"vite": "^5.4.11",
"vitest": "^0.34.6"
},
"resolutions": {
"prosemirror-model": "1.23.0"
},
"description": "GameNode's hybrid PWA/mobile app"
}