-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
60 lines (60 loc) · 1.72 KB
/
package.json
File metadata and controls
60 lines (60 loc) · 1.72 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
{
"name": "opuspad_chrome",
"version": "1.3",
"description": "OpusPad: Bridging AI output and human intent, WYSIWYG, private, local only.",
"main": "index.js",
"scripts": {
"dev": "vite",
"build": "tsc && vite build",
"release": "node scripts/release.mjs",
"test": "vitest run",
"test:e2e": "playwright test"
},
"repository": {
"type": "git",
"url": "git+https://github.com/luanjunyi/opuspad.git"
},
"keywords": [],
"author": "",
"license": "ISC",
"type": "module",
"bugs": {
"url": "https://github.com/luanjunyi/opuspad/issues"
},
"homepage": "https://github.com/luanjunyi/opuspad#readme",
"dependencies": {
"@blocknote/core": "^0.47.1",
"@blocknote/mantine": "^0.47.1",
"@blocknote/react": "^0.47.1",
"@codemirror/lang-javascript": "^6.2.5",
"@codemirror/lang-json": "^6.0.2",
"@codemirror/lang-markdown": "^6.5.0",
"@codemirror/lang-python": "^6.2.1",
"@mantine/core": "^8.3.16",
"@mantine/hooks": "^8.3.16",
"@uiw/react-codemirror": "^4.25.8",
"codemirror": "^6.0.2",
"lucide-react": "^0.577.0",
"react": "^19.2.4",
"react-dom": "^19.2.4"
},
"devDependencies": {
"@crxjs/vite-plugin": "^2.3.0",
"@playwright/test": "^1.58.2",
"@testing-library/jest-dom": "^6.9.1",
"@testing-library/react": "^16.3.2",
"@testing-library/user-event": "^14.6.1",
"@types/chrome": "^0.1.37",
"@types/node": "^25.4.0",
"@types/react": "^19.2.14",
"@types/react-dom": "^19.2.3",
"@types/wicg-file-system-access": "^2023.10.7",
"@vitejs/plugin-react": "^5.1.4",
"jsdom": "^28.1.0",
"sharp": "^0.34.5",
"shiki": "^4.0.2",
"typescript": "^5.9.3",
"vite": "^7.3.1",
"vitest": "^4.0.18"
}
}