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": {
"bootstrap": "^5.3.3",
"bootstrap-icons": "^1.11.3",
"classnames": "^2.5.1",
"dayjs": "^1.11.13",
"react": "^18.3.1",
"react-bootstrap": "^2.10.4",
"react-dom": "^18.3.1",
"react-json-view": "^1.21.3"
},
"devDependencies": {
"@types/react": "^18.3.5",
"@types/react-dom": "^18.3.0",
"@vitejs/plugin-react": "^4.3.1",
"babel-preset-nano-react-app": "^0.1.0",
"sass": "^1.78.0",
"typescript": "^5.5.4",
"vite": "^5.4.3"
}
}
|