File size: 348 Bytes
1e92f2d
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
export const LIVE_PREVIEW_DEPS = {
  spring: {},
  imperative: {},
  dialog: {
    '@stitches/react': '^1.2.8',
    '@radix-ui/react-dialog': '^1.0.0',
  },
  configPlayground: {
    leva: '^0.9.31',
  },
  r3f: {
    '@react-spring/three': '*',
    '@react-three/drei': '^9.36.0',
    '@react-three/fiber': '^8.8.10',
    three: '0.145.0',
  },
}