-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
68 lines (68 loc) · 2.16 KB
/
package.json
File metadata and controls
68 lines (68 loc) · 2.16 KB
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
{
"name": "readiamond",
"private": true,
"version": "0.0.1-beta.4",
"type": "module",
"author": {
"name": "ryuTeakwoo",
"email": "mrliuzeyou@outlook.com",
"url": "https://www.ryuteakwoo.com"
},
"description": "An intelligent reading companion powered by FSRS and AI — transforming your reading into an immersive language learning journey.",
"homepage": "https://www.readiamond.ryuteakwoo.com",
"repository": {
"type": "git",
"url": "https://github.com/parsifal486/readiamond"
},
"scripts": {
"dev": "vite",
"build": "tsc && vite build && electron-builder",
"build:publish": "tsc && vite build && electron-builder --publish always",
"lint": "eslint . --ext ts,tsx --report-unused-disable-directives --max-warnings 0",
"preview": "vite preview"
},
"dependencies": {
"@reduxjs/toolkit": "^2.8.2",
"@tailwindcss/vite": "^4.1.17",
"dexie": "^4.0.11",
"electron-log": "^5.4.3",
"electron-store": "^10.1.0",
"electron-updater": "^6.6.2",
"lodash": "^4.17.21",
"nlcst-to-string": "^4.0.0",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"react-icons": "^5.5.0",
"react-redux": "^9.2.0",
"react-resizable-panels": "^3.0.3",
"retext-english": "^5.0.0",
"tailwind-merge": "^3.3.1",
"tailwindcss": "^4.1.17",
"ts-fsrs": "^5.2.2",
"unified": "^11.0.5",
"unist-util-modify-children": "^4.0.0",
"unist-util-visit": "^5.0.0"
},
"devDependencies": {
"@types/lodash": "^4.17.20",
"@types/react": "^18.2.64",
"@types/react-dom": "^18.2.21",
"@typescript-eslint/eslint-plugin": "^7.1.1",
"@typescript-eslint/parser": "^7.1.1",
"@vitejs/plugin-react": "^4.2.1",
"electron": "^30.0.1",
"electron-builder": "^24.13.3",
"eslint": "^8.57.0",
"eslint-config-prettier": "^10.1.8",
"eslint-plugin-prettier": "^5.5.3",
"eslint-plugin-react-hooks": "^4.6.0",
"eslint-plugin-react-refresh": "^0.4.5",
"prettier": "^3.6.2",
"tailwind-scrollbar": "^4.0.2",
"typescript": "^5.2.2",
"vite": "^5.1.6",
"vite-plugin-electron": "^0.28.6",
"vite-plugin-electron-renderer": "^0.14.5"
},
"main": "dist-electron/main.js"
}