-
Notifications
You must be signed in to change notification settings - Fork 6
/
package.json
118 lines (118 loc) · 3.81 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
112
113
114
115
116
117
118
{
"name": "hakubun",
"version": "2.6.4-beta",
"private": true,
"type": "module",
"dependencies": {
"@capacitor/android": "^6.0.0",
"@capacitor/app": "^6.0.0",
"@capacitor/core": "^6.0.0",
"@capacitor/device": "^6.0.0",
"@capacitor/haptics": "^6.0.0",
"@capacitor/ios": "^6.0.0",
"@capacitor/keyboard": "^6.0.0",
"@capacitor/status-bar": "^6.0.0",
"@ionic/react": "^7.0.0",
"@ionic/storage": "^3.0.6",
"@octokit/rest": "^20.1.0",
"@radix-ui/react-accordion": "^1.1.2",
"@radix-ui/react-alert-dialog": "^1.0.4",
"@radix-ui/react-collapsible": "^1.0.3",
"@radix-ui/react-label": "^2.0.2",
"@radix-ui/react-navigation-menu": "^1.1.3",
"@radix-ui/react-popover": "^1.0.6",
"@radix-ui/react-select": "^1.2.2",
"@radix-ui/react-switch": "^1.0.3",
"@radix-ui/react-tabs": "^1.0.4",
"@radix-ui/react-toast": "^1.1.4",
"@radix-ui/react-toggle-group": "^1.0.4",
"@sentry/integrations": "^7.80.1",
"@sentry/react": "^7.77.0",
"@sentry/vite-plugin": "^2.9.0",
"@tanstack/react-query": "^5.28.4",
"@tanstack/react-query-devtools": "^5.28.4",
"axios": "^1.6.0",
"bad-words-next": "^2.3.1",
"framer-motion": "^10.12.21",
"fuse.js": "^6.6.2",
"howler": "^2.2.4",
"ionicons": "^7.0.0",
"logrocket": "^5.0.1",
"nanoid": "^4.0.2",
"react": "^18.2.0",
"react-aria": "^3.26.0",
"react-dom": "^18.2.0",
"react-hook-form": "^7.51.3",
"react-router-dom": "^6.22.0",
"react-snap-carousel": "^0.4.0",
"react-string-replace": "^1.1.0",
"sass": "^1.62.1",
"styled-components": "^5.3.11",
"type-fest": "^4.6.0",
"use-scroll-restoration": "^1.0.0",
"usehooks-ts": "^3.0.2",
"wanakana": "^5.1.0",
"zustand": "^4.4.1"
},
"scripts": {
"start": "vite",
"start-exposed": "HOST=0.0.0.0 vite --host",
"test": "vitest --environment=jsdom",
"coverage": "vitest --environment=jsdom run --coverage",
"build": "vite build",
"format": "prettier . --write --config .prettierrc",
"check-format": "prettier . --check --config .prettierrc",
"lint": "eslint . --ext ts,tsx --report-unused-disable-directives --max-warnings 0",
"lint-err-only": "eslint . --ext ts,tsx --report-unused-disable-directives --quiet",
"tsc-check": "tsc --noEmit",
"android-live-reload": "NODE_ENV=dev npx cap copy android && NODE_ENV=dev npx cap sync android && NODE_ENV=dev npx cap run android",
"ios-live-reload": "NODE_ENV=dev npx cap copy ios && NODE_ENV=dev npx cap sync ios && NODE_ENV=dev npx cap run ios"
},
"browserslist": [
"Chrome >=79",
"ChromeAndroid >=79",
"Firefox >=70",
"Edge >=79",
"Safari >=14",
"iOS >=14"
],
"devDependencies": {
"@capacitor/assets": "3.0.4",
"@capacitor/cli": "^6.0.0",
"@faker-js/faker": "^8.3.1",
"@testing-library/jest-dom": "^6.1.4",
"@testing-library/react": "^14.0.0",
"@testing-library/user-event": "^14.5.1",
"@types/howler": "^2.2.11",
"@types/react": "^18.2.15",
"@types/react-dom": "^18.2.7",
"@types/styled-components": "^5.1.26",
"@types/wanakana": "^4.0.3",
"@typescript-eslint/eslint-plugin": "^6.0.0",
"@typescript-eslint/parser": "^6.0.0",
"@vitejs/plugin-react": "^4.0.3",
"eslint": "^8.52.0",
"eslint-plugin-react-hooks": "^4.6.0",
"eslint-plugin-react-refresh": "^0.4.3",
"eslint-plugin-testing-library": "^6.1.0",
"jsdom": "^22.1.0",
"msw": "^2.2.4",
"new-component": "^5.0.2",
"prettier": "^3.2.5",
"typescript": "^5.4.2",
"vite": "^4.5.2",
"vite-plugin-svgr": "^4.1.0",
"vitest": "^1.3.0"
},
"description": "A Japanese study app for Wanikani",
"msw": {
"workerDirectory": "public"
},
"overrides": {
"@capacitor/assets": {
"@trapezedev/project": {
"npm-watch": "0.13.0"
}
}
}
}