12
12
"zip" :" wxt zip" ,
13
13
"zip:firefox" :" wxt zip -b firefox" ,
14
14
"compile" :" tsc --noEmit" ,
15
- "postinstall" :" wxt prepare" ,
15
+ "postinstall" :" wxt prepare && panda " ,
16
16
"test" :" vitest" ,
17
17
"typecheck" :" tsc --noEmit" ,
18
18
"play" :" vite" ,
34
34
"@zag-js/popper" :" ^0.47.0" ,
35
35
"lucide-react" :" ^0.365.0" ,
36
36
"media-query-fns" :" ^2.0.0" ,
37
- "react" :" ^18.2.0 " ,
38
- "react-dom" :" ^18.2.0 " ,
39
- "react-hotkeys-hook" :" ^4.5.0 " ,
40
- "ts-pattern" :" ^5.1.1 " ,
37
+ "react" :" ^18.3.1 " ,
38
+ "react-dom" :" ^18.3.1 " ,
39
+ "react-hotkeys-hook" :" ^4.5.1 " ,
40
+ "ts-pattern" :" ^5.5.0 " ,
41
41
"webext-bridge" :" ^6.0.1"
42
42
},
43
43
"devDependencies" : {
44
44
"@pandabox/prettier-plugin" :" ^0.1.3" ,
45
45
"@pandacss/dev" :" ^0.37.2" ,
46
- "@types/react" :" ^18.2.46 " ,
47
- "@types/react-dom" :" ^18.2.18 " ,
48
- "@vitejs/plugin-react" :" ^4.2.1 " ,
46
+ "@types/react" :" ^18.3.11 " ,
47
+ "@types/react-dom" :" ^18.3.1 " ,
48
+ "@vitejs/plugin-react" :" ^4.3.2 " ,
49
49
"prettier" :" ^3.3.3" ,
50
- "type-fest" :" ^4.15.0 " ,
51
- "typescript" :" ^5.3 .3" ,
52
- "vite" :" ^5.2.8 " ,
53
- "vite-plugin-inspect" :" ^0.8.3 " ,
54
- "vitest" :" ^1.4 .0" ,
55
- "wxt" :" ^0.17.0 "
50
+ "type-fest" :" ^4.26.1 " ,
51
+ "typescript" :" ^5.6 .3" ,
52
+ "vite" :" ^5.4.9 " ,
53
+ "vite-plugin-inspect" :" ^0.8.7 " ,
54
+ "vitest" :" ^1.6 .0" ,
55
+ "wxt" :" ^0.17.12 "
56
56
},
57
57
"author" :" Alexandre Stahmer" ,
58
58
"homepage" :" https://twitter.com/astahmer_dev" ,
59
59
"repository" : {
60
60
"type" :" git" ,
61
61
"url" :" git+https://github.com/astahmer/atomic-css-devtools"
62
62
}
63
- }
63
+ }