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
32
|
{
"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.1.3",
"bootstrap-darkmode": "5.0.0-beta.1",
"bootstrap-icons": "^1.7.2",
"classnames": "^2.3.1",
"dayjs": "^1.10.7",
"react": "^17.0.2",
"react-bootstrap": "^2.1.1",
"react-dom": "^17.0.2",
"react-json-view": "^1.21.3"
},
"devDependencies": {
"@types/react": "^16.9.34",
"@types/react-dom": "^16.9.7",
"@vitejs/plugin-react": "^1.2.0",
"babel-preset-nano-react-app": "^0.1.0",
"sass": "^1.45.2",
"typescript": "^3.8.3",
"vite": "^2.6.7"
}
}
|