-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
42 lines (42 loc) · 1.09 KB
/
package.json
File metadata and controls
42 lines (42 loc) · 1.09 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
{
"name": "openmathpix",
"version": "0.1.0",
"description": "Open-source math OCR snipping tool powered by PaddleOCR",
"main": "./out/main/index.js",
"author": {
"name": "jhuow",
"email": "jhuow@proton.me",
"url": "https://wei2hu0.github.io/"
},
"scripts": {
"dev": "electron-vite dev",
"build": "electron-vite build",
"package": "electron-vite build && electron-builder",
"lint": "eslint . && prettier --check ."
},
"dependencies": {
"axios": "^1.7.0",
"electron-store": "^8.2.0",
"katex": "^0.16.0",
"react": "^18.3.0",
"react-dom": "^18.3.0",
"react-markdown": "^10.0.0",
"rehype-katex": "^7.0.0",
"remark-math": "^6.0.0",
"zustand": "^5.0.0"
},
"devDependencies": {
"@types/react": "^18.3.0",
"@types/react-dom": "^18.3.0",
"@vitejs/plugin-react": "^4.7.0",
"autoprefixer": "^10.4.0",
"electron": "^41.0.0",
"electron-builder": "^26.0.0",
"electron-vite": "^4.0.0",
"eslint": "^9.0.0",
"postcss": "^8.4.0",
"prettier": "^3.3.0",
"tailwindcss": "^3.4.0",
"typescript": "^5.5.0"
}
}