forked from lingdojo/kana-dojo
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
133 lines (133 loc) · 4.63 KB
/
Copy pathpackage.json
File metadata and controls
133 lines (133 loc) · 4.63 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
126
127
128
129
130
131
132
133
{
"name": "kanadojo",
"version": "0.1.17",
"private": true,
"scripts": {
"prepare": "husky",
"dev": "next dev --turbo",
"build": "next build",
"test": "vitest run",
"test:watch": "vitest",
"postbuild": "next-sitemap",
"start": "next start",
"lint": "eslint .",
"format": "prettier --write .",
"format:check": "prettier --check .",
"clean": "rimraf .next tsconfig.tsbuildinfo",
"clean:all": "rimraf .next tsconfig.tsbuildinfo node_modules/.cache",
"lint:fix": "eslint . --fix",
"i18n:validate": "node scripts/i18n/validate-translations.js",
"i18n:generate-types": "node scripts/i18n/generate-types.js",
"i18n:config:check": "node scripts/i18n/validate-config.js",
"i18n:check": "npm run i18n:config:check && npm run i18n:validate && npm run i18n:generate-types",
"check": "tsc --noEmit --incremental --pretty && eslint . --cache",
"generate:constants": "tsx scripts/generateConstants.ts",
"anki:convert": "tsx scripts/anki-converter.ts",
"images:process": "tsx scripts/process-wallpapers.ts",
"sounds:import:monkeytype": "node scripts/import-monkeytype-sounds.mjs",
"sounds:catalog": "node scripts/generate-click-sound-catalog.mjs",
"seo:check": "tsx scripts/seo-health-check.ts",
"seo:check:live": "tsx scripts/seo-health-check.ts --live",
"analyze": "ANALYZE=true npm run build",
"bundle:check": "node scripts/bundle/check-bundle-size.js",
"vercel:ignore:test": "bash scripts/vercel-ignore-regression.sh",
"storybook": "storybook dev -p 6006",
"build-storybook": "storybook build"
},
"type": "module",
"dependencies": {
"@fortawesome/fontawesome-svg-core": "^6.7.2",
"@fortawesome/free-brands-svg-icons": "^6.7.2",
"@fortawesome/free-regular-svg-icons": "^6.7.2",
"@fortawesome/free-solid-svg-icons": "^6.7.2",
"@fortawesome/react-fontawesome": "^3.1.1",
"@radix-ui/react-accordion": "^1.2.12",
"@radix-ui/react-alert-dialog": "^1.1.15",
"@radix-ui/react-dialog": "^1.1.15",
"@radix-ui/react-popover": "^1.1.15",
"@radix-ui/react-select": "^2.2.5",
"@radix-ui/react-slot": "^1.2.3",
"@radix-ui/react-tooltip": "^1.2.8",
"@tailwindcss/postcss": "^4.1.18",
"@tailwindcss/typography": "^0.5.19",
"@vercel/analytics": "^1.5.0",
"@vercel/og": "^0.8.6",
"@vercel/speed-insights": "^1.2.0",
"better-sqlite3": "^12.6.2",
"canvas-confetti": "^1.9.3",
"class-variance-authority": "^0.7.1",
"clsx": "^2.1.1",
"commander": "^14.0.2",
"framer-motion": "^12.23.24",
"gray-matter": "^4.0.3",
"jszip": "^3.10.1",
"kuroshiro": "^1.2.0",
"kuroshiro-analyzer-kuromoji": "^1.1.0",
"localforage": "^1.10.0",
"lucide-react": "^0.562.0",
"next": "^16.2.4",
"next-intl": "^4.3.12",
"next-mdx-remote": "^6.0.0",
"next-scroll-restoration": "^0.0.4",
"next-sitemap": "^4.2.3",
"posthog-js": "^1.294.0",
"random-js": "^2.1.0",
"react": "^19.0.0",
"react-dom": "^19.0.0",
"react-markdown": "^10.1.0",
"react-responsive": "^10.0.1",
"react-timer-hook": "^4.0.5",
"recharts": "^3.7.0",
"rehype-pretty-code": "^0.14.3",
"remark-gfm": "^4.0.1",
"shiki": "^4.0.2",
"sql.js": "^1.13.0",
"tailwind-merge": "^3.2.0",
"tw-animate-css": "^1.4.0",
"wanakana": "^5.2.0",
"zustand": "^5.0.3"
},
"devDependencies": {
"@chromatic-com/storybook": "^5.0.0",
"@eslint/eslintrc": "^3",
"@next/bundle-analyzer": "^16.2.4",
"@storybook/addon-a11y": "^10.1.11",
"@storybook/addon-docs": "^10.1.11",
"@storybook/addon-onboarding": "^10.1.11",
"@storybook/addon-vitest": "^10.1.11",
"@storybook/react-vite": "^10.1.11",
"@testing-library/dom": "^10.4.1",
"@testing-library/react": "^16.3.0",
"@types/better-sqlite3": "^7.6.13",
"@types/node": "^22",
"@types/react": "^19",
"@types/react-dom": "^19",
"@types/sharp": "^0.31.1",
"@vitest/browser": "^3.2.4",
"@vitest/coverage-v8": "^3.2.4",
"autoprefixer": "^10.4.21",
"eslint": "^9",
"eslint-config-next": "^16.2.4",
"eslint-formatter-pretty": "^4.1.0",
"eslint-plugin-import": "^2.32.0",
"eslint-plugin-storybook": "^10.1.11",
"fast-check": "^4.3.0",
"husky": "^9.1.7",
"jsdom": "^27.0.1",
"lint-staged": "^16.2.7",
"playwright": "^1.57.0",
"postcss": "^8.5.3",
"prettier": "^3.6.2",
"prettier-plugin-tailwindcss": "^0.7.2",
"rimraf": "^6.0.1",
"sharp": "^0.34.5",
"storybook": "^10.1.11",
"tailwindcss": "^4.1.18",
"tsx": "^4.20.6",
"typescript": "^5",
"vitest": "^3.2.4"
},
"optionalDependencies": {
"@next/swc-win32-x64-msvc": "npm:null@*"
}
}