-
Notifications
You must be signed in to change notification settings - Fork 4
/
package.json
64 lines (64 loc) · 1.71 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
{
"name": "pizza-tribes",
"version": "0.0.0",
"scripts": {
"dev": "vite",
"build": "npm run generate && tsc && vite build",
"generate": "tools/generate",
"serve": "vite preview",
"type-check": "tsc --noEmit",
"test": "jest"
},
"dependencies": {
"@capacitor/keyboard": "^4.0.1",
"@capacitor/preferences": "^4.0.1",
"@capacitor/push-notifications": "^4.0.1",
"@hookform/resolvers": "^2.9.7",
"@protobuf-ts/plugin": "^2.8.0",
"@svgr/core": "^6.3.1",
"@svgr/plugin-svgo": "^6.3.1",
"@tailwindcss/forms": "^0.5.3",
"@tailwindcss/typography": "^0.5.7",
"@tanstack/react-table": "^8.5.13",
"date-fns": "^2.29.2",
"esbuild": "^0.15.6",
"history": "^5.3.0",
"immer": "^9.0.15",
"jsbi": "^4.3.0",
"lodash": "^4.17.21",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"react-hook-form": "^7.34.2",
"react-markdown": "^8.0.3",
"react-query": "^3.39.2",
"react-router": "^6.3.0",
"react-router-dom": "^6.3.0",
"react-use": "^17.4.0",
"recharts": "2.1.13",
"yup": "^0.32.11",
"zustand": "^4.1.1"
},
"devDependencies": {
"@capacitor/android": "^4.1.0",
"@capacitor/cli": "^4.1.0",
"@capacitor/core": "^4.1.0",
"@capacitor/ios": "^4.1.0",
"@types/jest": "^28.1.6",
"@types/node": "^18.7.14",
"@types/react": "^18.0.18",
"@types/react-dom": "^18.0.6",
"@vitejs/plugin-react-refresh": "^1.3.6",
"autoprefixer": "^10.4.8",
"cypress": "^10.7.0",
"jest": "^28.1.3",
"native-run": "^1.7.0",
"postcss": "^8.4.16",
"tailwindcss": "^3.1.8",
"ts-jest": "^28.0.8",
"typescript": "^4.8.2",
"vite": "^3.0.9"
},
"config": {
"protocVersion": "3.16.0"
}
}