/ concept-collection / hitandrun-commonview
Sign in
concept-collection / hitandrun-commonview
hitandrun-commonview / package.json
24 lines · 520 BBlameHistoryRaw
1{
2 "name": "hitandrun-commonview",
3 "private": true,
4 "version": "0.0.0",
5 "type": "module",
6 "scripts": {
7 "dev": "vite",
8 "build": "tsc -b && vite build",
9 "preview": "vite preview"
10 },
11 "dependencies": {
12 "@noble/secp256k1": "^3.1.0",
13 "numbl": "^0.4.8",
14 "react": "^18.3.1",
15 "react-dom": "^18.3.1"
16 },
17 "devDependencies": {
18 "@types/react": "^18.3.12",
19 "@types/react-dom": "^18.3.1",
20 "@vitejs/plugin-react": "^4.3.4",
21 "typescript": "^5.6.3",
22 "vite": "^5.4.11"
23 }
moveopenescclose