-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
57 lines (57 loc) · 1.64 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
{
"name": "stardew-valley-tracker",
"version": "0.0.1",
"type": "module",
"scripts": {
"dev": "vite",
"build": "tsc && vite build",
"lint": "biome lint src",
"preview": "vite preview",
"deploy": "yarn build && gh-pages -d dist"
},
"dependencies": {
"@hello-pangea/dnd": "^16.6.0",
"@mantine/core": "^7.12.0",
"@mantine/hooks": "^7.12.0",
"@mantine/tiptap": "^7.12.0",
"@tanstack/react-router": "^1.35.3",
"@tiptap/core": "^2.5.9",
"@tiptap/extension-highlight": "^2.5.9",
"@tiptap/extension-link": "^2.5.9",
"@tiptap/extension-subscript": "^2.5.9",
"@tiptap/extension-superscript": "^2.5.9",
"@tiptap/extension-text-align": "^2.5.9",
"@tiptap/extension-underline": "^2.5.9",
"@tiptap/pm": "^2.5.9",
"@tiptap/react": "^2.5.9",
"@tiptap/starter-kit": "^2.5.9",
"clsx": "^2.1.1",
"debounce": "^2.1.0",
"i18next": "^23.11.5",
"immer": "^10.1.1",
"jotai": "^2.8.3",
"jotai-immer": "^0.4.0",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"react-i18next": "^14.1.2"
},
"devDependencies": {
"@biomejs/biome": "^1.8.0",
"@tanstack/router-devtools": "^1.35.3",
"@tanstack/router-vite-plugin": "^1.35.4",
"@types/gh-pages": "^6",
"@types/node": "^20.14.2",
"@types/react": "^18.2.66",
"@types/react-dom": "^18.2.22",
"@vitejs/plugin-react": "^4.2.1",
"gh-pages": "^6.1.1",
"postcss": "^8.4.38",
"postcss-preset-mantine": "^1.15.0",
"postcss-simple-vars": "^7.0.1",
"sass": "^1.77.4",
"typescript": "^5.3.3",
"vite": "^5.2.0",
"vite-plugin-svgr": "^4.2.0"
},
"packageManager": "[email protected]"
}