-
Notifications
You must be signed in to change notification settings - Fork 2
/
package.json
129 lines (129 loc) · 3.69 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
119
120
121
122
123
124
125
126
127
128
129
{
"name": "kanjischool",
"license": "AGPL-3.0-or-later",
"author": "Lemmmy",
"version": "2.0.0-static",
"private": true,
"repository": "github:Lemmmy/KanjiSchool",
"type": "module",
"resolutions": {
"**/@types/react": "^18.2.0"
},
"dependencies": {
"@anatoliygatt/use-prefers-reduced-motion": "^1.0.11",
"@ant-design/colors": "^7.0.0",
"@ant-design/icons": "^5.2.6",
"@ctrl/tinycolor": "^4.0.2",
"@reduxjs/toolkit": "^2.0.1",
"antd": "^5.12.1",
"async-mutex": "^0.4.0",
"classnames": "^2.3.2",
"d3-array": "^3.2.4",
"d3-axis": "^3.0.0",
"d3-scale": "^4.0.2",
"d3-selection": "^3.0.0",
"d3-shape": "^3.2.0",
"d3-time": "^3.1.0",
"d3-time-format": "^4.1.0",
"dayjs": "^1.11.10",
"debug": "^4.3.4",
"dexie": "^3.2.4",
"dexie-react-hooks": "^1.1.7",
"fast-equals": "^5.0.1",
"file-saver": "^2.0.5",
"fuse.js": "^7.0.0",
"lodash-es": "^4.17.21",
"markdown-to-jsx": "^7.3.2",
"memoizee": "^0.4.15",
"p-limit": "^5.0.0",
"p-queue": "^7.4.1",
"react": "^18.2.0",
"react-children-utilities": "^2.9.0",
"react-dom": "^18.2.0",
"react-error-boundary": "^4.0.11",
"react-highlight-words": "^0.20.0",
"react-hotkeys": "^2.0.0",
"react-redux": "^9.0.1",
"react-router-dom": "^6.20.1",
"react-textfit": "^1.1.1",
"react-timeago": "^7.2.0",
"react-transition-group": "^4.4.5",
"react-use-ref-effect": "^1.2.0",
"react-virtualized-auto-sizer": "^1.0.20",
"react-window": "^1.8.10",
"string-metric": "^0.3.3",
"svg-inline-react": "^3.2.1",
"tiny-lru": "^11.2.5",
"typescript": "^5.3.2",
"use-resize-observer": "^9.1.0",
"uuid": "^9.0.1",
"web-vitals": "^3.5.0"
},
"scripts": {
"dev": "vite",
"build": "tsc && vite build",
"lint": "eslint . --ext ts,tsx --report-unused-disable-directives --max-warnings 0",
"preview": "vite preview"
},
"eslintConfig": {
"extends": [
"react-app"
]
},
"browserslist": {
"production": [
">0.2%",
"not dead",
"not op_mini all"
],
"development": [
"last 1 chrome version",
"last 1 firefox version",
"last 1 safari version"
]
},
"devDependencies": {
"@redux-devtools/extension": "^3.2.6",
"@types/d3": "^7.4.3",
"@types/d3-array": "^3.2.1",
"@types/d3-time": "^3.0.3",
"@types/debug": "^4.1.12",
"@types/fast-levenshtein": "^0.0.4",
"@types/file-saver": "^2.0.7",
"@types/lodash-es": "^4.17.12",
"@types/memoizee": "^0.4.11",
"@types/node": "^20.10.3",
"@types/react": "18.2.42",
"@types/react-dom": "^18.2.17",
"@types/react-highlight-words": "^0.16.7",
"@types/react-redux": "^7.1.32",
"@types/react-timeago": "^4.1.6",
"@types/react-transition-group": "^4.4.9",
"@types/react-virtualized-auto-sizer": "^1.0.3",
"@types/react-window": "^1.8.8",
"@types/uuid": "^9.0.7",
"@typescript-eslint/eslint-plugin": "^6.13.2",
"@typescript-eslint/parser": "^6.13.2",
"@vitejs/plugin-react-swc": "^3.5.0",
"autoprefixer": "^10.4.16",
"cross-env": "^7.0.3",
"eslint": "^8.55.0",
"eslint-plugin-react": "^7.33.2",
"eslint-plugin-react-hooks": "^4.6.0",
"eslint-plugin-react-refresh": "^0.4.5",
"eslint-plugin-tsdoc": "^0.2.17",
"postcss": "^8.4.32",
"progress": "^2.0.3",
"rimraf": "^5.0.5",
"tailwind-clip-path": "^1.0.0",
"tailwindcss": "^3.3.6",
"tailwindcss-logical": "^3.0.1",
"utility-types": "^3.10.0",
"vite": "^5.0.5",
"vite-bundle-visualizer": "^0.11.0",
"vite-plugin-externals": "^0.6.2",
"vite-plugin-mkcert": "^1.17.1",
"vite-plugin-pwa": "^0.17.3"
},
"packageManager": "yarn@3.6.3"
}