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
|
{
"name": "client",
"version": "0.1.0",
"description": "",
"scripts": {
"start": "vite",
"build": "vite build --outDir ttun/staticfiles",
"typecheck": "tsc --noEmit",
"typewatch": "tsc --noEmit --watch"
},
"license": "MIT",
"dependencies": {
"@microlink/react-json-view": "^1.31.15",
"bootstrap": "^5.3.8",
"bootstrap-icons": "^1.13.1",
"classnames": "^2.5.1",
"dayjs": "^1.11.20",
"react": "^19.2.4",
"react-bootstrap": "^2.10.10",
"react-dom": "^19.2.4"
},
"devDependencies": {
"@types/react": "^19.2.14",
"@types/react-dom": "^19.2.3",
"@vitejs/plugin-react": "^6.0.1",
"babel-preset-nano-react-app": "^0.1.0",
"sass": "^1.99.0",
"typescript": "^6.0.2",
"vite": "^8.0.3"
}
}
|