-
Notifications
You must be signed in to change notification settings - Fork 9
/
package.json
50 lines (50 loc) · 1.25 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
{
"name": "anime-repository",
"private": true,
"version": "0.2.9",
"type": "module",
"scripts": {
"dev": "vite",
"build": "tsc && vite build",
"preview": "vite preview",
"tauri": "tauri",
"updater": "node scripts/updater.mjs",
"portable": "node scripts/portable.mjs"
},
"dependencies": {
"@emotion/react": "^11.10.6",
"@mantine/core": "^6.0.2",
"@mantine/form": "^6.0.2",
"@mantine/hooks": "^6.0.2",
"@mantine/notifications": "^6.0.2",
"@tabler/icons-react": "^2.9.0",
"@tauri-apps/api": "^1.3.0",
"i18next": "^22.4.11",
"mobx": "^6.8.0",
"mobx-react-lite": "^3.4.3",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"react-i18next": "^12.2.0",
"react-router-dom": "^6.9.0"
},
"devDependencies": {
"@actions/github": "^5.1.1",
"@tauri-apps/cli": "^1.5.11",
"@types/node": "^18.15.3",
"@types/react": "^18.0.28",
"@types/react-dom": "^18.0.11",
"@vitejs/plugin-react": "^3.1.0",
"adm-zip": "^0.5.10",
"fs-extra": "^11.1.0",
"node-fetch": "^3.3.1",
"typescript": "^4.9.5",
"vite": "^4.1.4",
"vite-plugin-top-level-await": "^1.3.0"
},
"prettier": {
"tabWidth": 2,
"semi": true,
"singleQuote": false,
"endOfLine": "lf"
}
}