-
Notifications
You must be signed in to change notification settings - Fork 7
/
package.json
54 lines (54 loc) · 1.58 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
{
"name": "WindowPet",
"private": "false",
"version": "0.0.8",
"type": "module",
"scripts": {
"dev": "vite",
"test:component": "vitest ./src/__tests__/components",
"test": "vitest",
"build": "tsc && vite build",
"preview": "vite preview",
"tauri": "tauri"
},
"dependencies": {
"@mantine/core": "^7.10.0",
"@mantine/modals": "^7.10.0",
"@mantine/notifications": "^7.10.0",
"@tabler/icons-react": "^2.47.0",
"@tauri-apps/api": "^1.5.6",
"clsx": "^2.1.1",
"i18next": "^23.11.5",
"jsdom": "^24.0.0",
"phaser": "^3.80.1",
"postcss": "^8.4.38",
"react": "^18.3.1",
"react-dom": "^18.3.1",
"react-i18next": "^14.1.2",
"react-intersection-observer": "^9.10.2",
"react-markdown": "^9.0.1",
"react-query": "^3.39.3",
"react-router-dom": "^6.23.1",
"remark-gfm": "^4.0.0",
"tauri-plugin-autostart-api": "github:tauri-apps/tauri-plugin-autostart#v1",
"tauri-plugin-log-api": "github:tauri-apps/tauri-plugin-log#v1",
"tauri-plugin-store-api": "github:tauri-apps/tauri-plugin-store#v1",
"vite-tsconfig-paths": "^4.3.2",
"zustand": "^4.5.2"
},
"devDependencies": {
"@tauri-apps/cli": "1.5.14",
"@testing-library/react": "^14.3.1",
"@types/node": "^20.12.12",
"@types/react": "^18.3.3",
"@types/react-dom": "^18.3.0",
"@vitejs/plugin-react": "^4.3.0",
"postcss-preset-mantine": "^1.15.0",
"ts-node": "^10.9.2",
"typescript": "^5.4.5",
"vite": "^5.2.11",
"vite-plugin-checker": "^0.6.4",
"vitest": "^1.6.0",
"vitest-canvas-mock": "^0.3.3"
}
}