-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
55 lines (55 loc) · 1.65 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
{
"name": "pixiv-powerful-viewer",
"private": true,
"type": "module",
"version": "1.0.0-4",
"description": "This app allows you to view and search collections saved by Pixiv Powerful Downloader browser extension locally",
"author": "fekoneko",
"homepage": "https://github.com/fekoneko/pixiv-powerful-viewer",
"scripts": {
"dev": "vite",
"build": "tsc && vite build",
"preview": "vite preview",
"tauri": "tauri",
"format": "prettier . --write",
"check-types": "tsc -b",
"lint": "eslint ."
},
"dependencies": {
"@react-spring/web": "^9.7.3",
"@tauri-apps/api": "2.0.0",
"@tauri-apps/plugin-dialog": "^2.0.1",
"epubjs": "^0.3.93",
"flexsearch": "^0.7.43",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"react-in-viewport": "^1.0.0-alpha.30",
"tailwind-merge": "^2.4.0",
"wanakana": "^5.3.1"
},
"devDependencies": {
"@tauri-apps/cli": "^2.0.3",
"@types/bun": "^1.1.11",
"@types/kuromoji": "^0.1.3",
"@types/react": "^18.2.48",
"@types/react-dom": "^18.2.18",
"@types/wanakana": "^5.3.0",
"@typescript-eslint/eslint-plugin": "^8.0.0",
"@vitejs/plugin-react": "^4.2.1",
"autoprefixer": "^10.4.19",
"eslint": "^8.56.0",
"eslint-config-prettier": "^9.1.0",
"eslint-plugin-react": "^7.33.2",
"eslint-plugin-react-hooks": "^4.6.2",
"eslint-plugin-react-refresh": "^0.4.6",
"eslint-plugin-tailwindcss": "^3.15.1",
"kuromoji": "0.1.2",
"postcss": "^8.4.38",
"prettier": "^3.2.4",
"prettier-plugin-tailwindcss": "^0.5.13",
"tailwindcss": "^3.4.3",
"tw-colors": "^3.3.1",
"typescript": "^5.3.3",
"vite": "^5.3.1"
}
}