-
-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
30 lines (30 loc) · 768 Bytes
/
Copy pathpackage.json
File metadata and controls
30 lines (30 loc) · 768 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
{
"private": true,
"type": "module",
"scripts": {
"start": "vite --port 3000",
"build": "tsc && vite build",
"fix": "prettier --write .",
"check": "tsc && prettier --check ."
},
"dependencies": {
"@ionic/react": "^7.8.6",
"@ionic/react-router": "^7.8.6",
"consistent-color-generation": "^0.4.0",
"ionicons": "^7.4.0",
"lib0": "^0.2.99",
"preact": "^10.25.2",
"react-router-dom": "^5.3.4"
},
"devDependencies": {
"@preact/preset-vite": "^2.9.3",
"@types/react": "^18.3.16",
"@types/react-router-dom": "^5.3.3",
"@vitejs/plugin-react": "^4.3.4",
"@webxdc/types": "latest",
"@webxdc/vite-plugins": "latest",
"prettier": "latest",
"typescript": "^5.7.2",
"vite": "latest"
}
}