-
-
Notifications
You must be signed in to change notification settings - Fork 4
Expand file tree
/
Copy pathpackage.json
More file actions
34 lines (34 loc) · 934 Bytes
/
package.json
File metadata and controls
34 lines (34 loc) · 934 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
28
29
30
31
32
33
34
{
"private": true,
"type": "module",
"scripts": {
"start": "vite --port 3000",
"emulator": "concurrently \"npm run start\" \"webxdc-dev run http://localhost:3000\"",
"fix": "prettier --write .",
"check": "tsc && prettier --check .",
"build": "tsc && vite build"
},
"devDependencies": {
"@iconify/json": "^2.2.342",
"@preact/preset-vite": "^2.10.1",
"@svgr/core": "^8.1.0",
"@svgr/plugin-jsx": "^8.1.0",
"@types/lodash": "^4.17.17",
"@types/react": "^19.1.2",
"@webxdc/types": "latest",
"@webxdc/vite-plugins": "latest",
"@webxdc/webxdc-dev": "latest",
"concurrently": "^9.1.2",
"prettier": "latest",
"typescript": "latest",
"unplugin-icons": "^22.1.0",
"vite": "latest"
},
"dependencies": {
"@fontsource/jersey-10": "^5.2.6",
"dexie": "^4.0.11",
"html-to-image": "^1.11.13",
"lodash": "^4.17.21",
"preact": "^10.26.5"
}
}