-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
125 lines (125 loc) · 4.61 KB
/
Copy pathpackage.json
File metadata and controls
125 lines (125 loc) · 4.61 KB
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
119
120
121
122
123
124
125
{
"name": "sukistudy",
"private": true,
"version": "0.0.0",
"type": "module",
"scripts": {
"dev": "vite",
"build": "vite build",
"preview": "vite build && vite preview",
"generate-pwa-assets": "pwa-assets-generator --preset minimal-2023 assets/apple-touch-icon.png",
"generate-wallpapers": "vite-node scripts/generate-wallpapers.ts",
"scrape-kana": "tsx scripts/scrape-hiragana.ts && tsx scripts/scrape-katakana.ts",
"prepare": "husky",
"view-bundles": "vite-bundle-visualizer",
"tsc": "tsc -b tsconfig.json",
"test": "vitest run",
"test:e2e": "playwright test",
"test:e2e:ui": "playwright test --ui",
"check-deps": "depcruise src server lib vite.config.ts nitro.config.ts --ts-config tsconfig.json --include-only \"^(src|server|lib|vite\\.config\\.ts|nitro\\.config\\.ts)\" --output-type err && depcruise src/sw.ts src/serviceWorker --ts-config tsconfig.sw.json --include-only \"^src/(sw\\.ts|serviceWorker/)\" --output-type err && depcruise server lib vite.config.ts nitro.config.ts --ts-config tsconfig.node.json --include-only \"^(server|lib|vite\\.config\\.ts|nitro\\.config\\.ts)\" --output-type err",
"check-circular-deps": "yarn check-deps",
"view-deps": "depcruise src server lib vite.config.ts nitro.config.ts --ts-config tsconfig.json --include-only \"^(src|server|lib|vite\\.config\\.ts|nitro\\.config\\.ts)\" --output-type dot \"$@\" | node scripts/color-dependency-graph.mjs | dot -T svg > dependency-graph.svg && open dependency-graph.svg"
},
"lint-staged": {
"*.{ts,tsx,js,jsx,css,md,html,json}": [
"yarn prettier --write"
]
},
"dependencies": {
"@fontsource/kaisei-opti": "^5.2.8",
"@fontsource/klee-one": "^5.2.8",
"@fontsource/reggae-one": "^5.2.8",
"@fontsource/yuji-boku": "^5.2.8",
"@fontsource/yuji-mai": "^5.2.7",
"@fontsource/zen-kurenaido": "^5.2.8",
"@fontsource/zen-old-mincho": "^5.2.8",
"@isoterik/react-word-cloud": "^1.3.0",
"@mantine/carousel": "^9.2.2",
"@mantine/charts": "^9.2.2",
"@mantine/colors-generator": "^9.2.2",
"@mantine/core": "^9.2.2",
"@mantine/dates": "^9.2.2",
"@mantine/form": "^9.2.2",
"@mantine/hooks": "^9.2.2",
"@mantine/modals": "^9.2.2",
"@maverick-js/signals": "^6.0.0",
"@paralleldrive/cuid2": "^3.3.0",
"@signaldb/core": "^1.8.1",
"@signaldb/indexeddb": "^1.1.0",
"@signaldb/maverickjs": "^1.0.0",
"@signaldb/react": "^1.0.1",
"@tabler/icons-react": "^3.43.0",
"@upstash/redis": "^1.38.0",
"chroma-js": "^3.2.0",
"clsx": "2.1.0",
"comlink": "^4.4.2",
"dayjs": "^1.11.19",
"embla-carousel": "^8.5.2",
"embla-carousel-react": "^8.5.2",
"embla-carousel-wheel-gestures": "^8.1.0",
"lodash": "^4.17.21",
"moment": "^2.30.1",
"motion": "^12.38.0",
"react": "^19.2.1",
"react-dom": "^19.2.1",
"react-is": "^19.2.1",
"react-markdown": "^10.1.0",
"react-modal-sheet": "^5.6.0",
"react-router": "^7.10.1",
"react-router-dom": "^7.10.1",
"recharts": "^3.7.0",
"vercel": "^54.6.1",
"vite-plugin-mkcert": "^2.0.0",
"vite-plugin-vercel": "^11.1.0",
"wanakana": "^5.3.1",
"web-push": "^3.6.7"
},
"devDependencies": {
"@faker-js/faker": "^10.4.0",
"@playwright/test": "^1.58.2",
"@tailwindcss/typography": "^0.5.19",
"@tailwindcss/vite": "^4.1.18",
"@testing-library/dom": "^10.4.1",
"@testing-library/react": "^16.3.2",
"@types/chroma-js": "^3",
"@types/lodash": "^4.17.21",
"@types/node": "^22.14.0",
"@types/react": "^19.2.7",
"@types/react-dom": "^19.2.3",
"@types/react-is": "^19",
"@types/serviceworker": "^0.0.197",
"@types/text-to-svg": "^3.1.4",
"@types/turndown": "^5.0.6",
"@types/web-push": "^3.6.4",
"@vite-pwa/assets-generator": "^1.0.2",
"@vitejs/plugin-react": "^5.0.0",
"axios": "^1.13.2",
"cheerio": "^1.1.2",
"dependency-cruiser": "^17.4.2",
"fishery": "^2.4.0",
"globals": "^16.5.0",
"happy-dom": "^20.6.1",
"husky": "^9.1.7",
"lint-staged": "^16.2.7",
"madge": "^8.0.0",
"nitro": "^3.0.260522-beta",
"prettier": "^3.7.4",
"tailwindcss": "^4.1.18",
"text-to-svg": "^3.1.5",
"tsx": "^4.21.0",
"turndown": "^7.2.2",
"typescript": "^6.0.3",
"vite": "^8.0.14",
"vite-bundle-visualizer": "^1.2.1",
"vite-plugin-comlink": "^5.3.0",
"vite-plugin-pwa": "^1.3.0",
"vite-tsconfig-paths": "^6.1.1",
"vitest": "^4.1.7",
"vitest-indexeddb": "^0.0.2",
"vitest-localstorage-mock": "^0.1.2",
"workbox-build": "^7.4.0",
"workbox-core": "^7.4.0",
"workbox-window": "^7.4.0"
},
"packageManager": "yarn@4.12.0"
}