-
Notifications
You must be signed in to change notification settings - Fork 3
/
package.json
33 lines (33 loc) · 874 Bytes
/
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
{
"name": "siyuan-plugin-excalidraw",
"version": "0.3.2",
"description": "思源Excalidraw Plugin,作为白板使用",
"repository": {
"type": "git",
"url": "git+https://github.com/zuoez02/siyuan-plugin-excalidraw.git"
},
"keywords": [],
"author": "zuoez02",
"license": "MIT",
"bugs": {
"url": "https://github.com/zuoez02/siyuan-plugin-excalidraw/issues"
},
"homepage": "https://github.com/zuoez02/siyuan-plugin-excalidraw#readme",
"devDependencies": {
"eslint": "^8.43.0",
"eslint-plugin-react": "^7.32.2",
"vite": "^4.3.9"
},
"dependencies": {
"@vitejs/plugin-react": "^4.0.1",
"@zuoez02/excalidraw": "^0.15.2",
"prettier": "^2.8.8",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"react-error-overlay": "6.0.9"
},
"scripts": {
"build": "vite build",
"dev": "vite build --watch"
}
}