-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
27 lines (27 loc) · 762 Bytes
/
package.json
File metadata and controls
27 lines (27 loc) · 762 Bytes
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
{
"name": "archon-note",
"version": "1.1.21",
"private": true,
"description": "ArchON Note — Miro-style sticky notes overlay for the canvas. Authored from scratch as a public plugin; data persists inside the project's installedPlugins.pluginData.",
"scripts": {
"dev": "vite",
"build": "vite build",
"package": "node scripts/package.mjs",
"preview": "vite preview"
},
"peerDependencies": {
"react": "^18.0.0 || ^19.0.0",
"react-dom": "^18.0.0 || ^19.0.0"
},
"devDependencies": {
"@types/react": "^19.0.0",
"@types/react-dom": "^19.0.0",
"@vitejs/plugin-react": "^4.3.0",
"jszip": "^3.10.0",
"typescript": "^5.5.0",
"vite": "^6.0.0"
},
"dependencies": {
"lucide-react": "^0.460.0"
}
}