File tree Expand file tree Collapse file tree 1 file changed +5
-4
lines changed Expand file tree Collapse file tree 1 file changed +5
-4
lines changed Original file line number Diff line number Diff line change 5
5
"type" : " module" ,
6
6
"scripts" : {
7
7
"dev" : " vite" ,
8
- "build" : " tsc --project tsconfig.json && vite build -d" ,
8
+ "build" : " vite build" ,
9
+ "type-check" : " tsc --noEmit" ,
9
10
"preview" : " vite preview" ,
10
11
"tauri" : " tauri"
11
12
},
14
15
"@patternfly/react-log-viewer" : " ^5.2.0" ,
15
16
"@sweetalert2/theme-dark" : " ^5.0.18" ,
16
17
"@tauri-apps/api" : " ^1" ,
17
- "@types/node" : " ^22.10.1" ,
18
- "@types/react" : " ^18.3.12" ,
19
- "@types/react-dom" : " ^18.3.1" ,
20
18
"chart.js" : " ^4.4.4" ,
21
19
"react" : " ^18.2.0" ,
22
20
"react-chartjs-2" : " ^5.2.0" ,
29
27
},
30
28
"devDependencies" : {
31
29
"@tauri-apps/cli" : " ^1" ,
30
+ "@types/node" : " ^22.10.1" ,
31
+ "@types/react" : " ^18.3.12" ,
32
+ "@types/react-dom" : " ^18.3.1" ,
32
33
"@types/react-syntax-highlighter" : " ^15.5.13" ,
33
34
"@vitejs/plugin-react" : " ^4.2.1" ,
34
35
"autoprefixer" : " ^10.4.19" ,
You can’t perform that action at this time.
0 commit comments