18
18
"scripts" : {
19
19
"dev" : " bunx --bun vite" ,
20
20
"dev:fullscreen" : " VITE_DECORATOR_MODE=fullscreen bunx --bun vite" ,
21
- "build" : " vite build" ,
21
+ "build" : " bunx --bun vite build" ,
22
22
"build:watch" : " bunx --bun vite build --watch" ,
23
23
"build-and-preview" : " bunx --bun vite build && bunx --bun vite preview" ,
24
24
"preview" : " bunx --bun vite preview" ,
25
25
"build:preview" : " bunx --bun vite build --config preview.vite.config.ts" ,
26
26
"test" : " vitest"
27
27
},
28
28
"devDependencies" : {
29
- "@types/react" : " ^18.3.12 " ,
30
- "@types/react-dom" : " ^18.3.1 " ,
29
+ "@types/react" : " ^19.0.3 " ,
30
+ "@types/react-dom" : " ^19.0.2 " ,
31
31
"@vitejs/plugin-react" : " ^4.3.4" ,
32
32
"autoprefixer" : " ^10.4.20" ,
33
33
"concurrently" : " ^9.1.0" ,
34
34
"msw" : " ^2.6.6" ,
35
35
"postcss" : " ^8.4.49" ,
36
36
"postcss-import" : " ^16.1.0" ,
37
- "react" : " ^18.3.1 " ,
38
- "react-dom" : " ^18.3.1 " ,
37
+ "react" : " ^19.0.0 " ,
38
+ "react-dom" : " ^19.0.0 " ,
39
39
"tailwindcss" : " ^3.4.15" ,
40
40
"typescript" : " ^5.7.2" ,
41
41
"vite" : " ^6.0.1" ,
42
42
"vitest" : " ^2.1.6" ,
43
43
"vitest-websocket-mock" : " ^0.4.0"
44
44
},
45
45
"peerDependencies" : {
46
- "react" : " ^18.2.0" ,
47
- "react-dom" : " ^18.2.0"
46
+ "react" : " ^18.2.0 || ^19.0.0 " ,
47
+ "react-dom" : " ^18.2.0 || ^19.0.0 "
48
48
},
49
49
"dependencies" : {
50
50
"@navikt/aksel-icons" : " ^7.5.3" ,
63
63
" public"
64
64
]
65
65
}
66
- }
66
+ }
0 commit comments