public
anord
read
Ledger
Why work hard when you can work easier?
Languages
Repository composition by tracked source files.
TypeScript
86%
CSS
10%
SQL
3%
Shell
1%
HTML
0%
Trace
apps/web/package.json
Trace helps you understand code history line by line. See who changed each line, when it changed, and which commit introduced it.
Author
Date
Commit
Line
Code
1
{
2
"name": "@ledger/web",
3
"version": "0.1.0",
4
"private": true,
5
"type": "module",
6
"scripts": {
7
"dev": "vite",
8
"build": "tsc -b && vite build"
9
},
10
"dependencies": {
11
"@ledger/shared": "0.1.0",
12
"react": "^18.3.1",
13
"react-dom": "^18.3.1",
14
"react-router-dom": "^6.27.0"
15
},
16
"devDependencies": {
17
"@types/react": "^18.3.11",
18
"@types/react-dom": "^18.3.0",
19
"@vitejs/plugin-react": "^4.3.2",
20
"typescript": "^5.6.3",
21
"vite": "^5.4.9"
22
}
23
}