-
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
31 lines (31 loc) · 807 Bytes
/
package.json
File metadata and controls
31 lines (31 loc) · 807 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
{
"private": true,
"type": "module",
"scripts": {
"generate": "./scripts/generate.py",
"sort": "./scripts/generate.py sort",
"start": "vite --port 3000",
"fix": "prettier --write .",
"check": "tsc && prettier --check .",
"build": "pnpm generate && vite build"
},
"devDependencies": {
"@iconify/json": "^2.2.351",
"@preact/preset-vite": "^2.10.1",
"@svgr/core": "^8.1.0",
"@svgr/plugin-jsx": "^8.1.0",
"@types/react": "^19.1.2",
"@webxdc/types": "latest",
"@webxdc/vite-plugins": "latest",
"prettier": "latest",
"typescript": "latest",
"unplugin-icons": "^22.1.0",
"vite": "latest"
},
"dependencies": {
"@fontsource/press-start-2p": "^5.2.5",
"dexie": "^4.0.11",
"howler": "^2.2.4",
"preact": "^10.26.5"
}
}