-
Notifications
You must be signed in to change notification settings - Fork 11
Expand file tree
/
Copy path.syncpackrc.json
More file actions
59 lines (59 loc) · 1.39 KB
/
.syncpackrc.json
File metadata and controls
59 lines (59 loc) · 1.39 KB
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
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
{
"versionGroups": [
{
"label": "Demos must use identical versions of shared dependencies",
"packages": ["@demo/**"],
"dependencies": [
"react",
"react-dom",
"three",
"@react-three/fiber",
"@react-three/drei",
"@react-three/postprocessing",
"@react-three/rapier",
"@react-three/cannon",
"@react-three/csg",
"@pmndrs/branding",
"@pmndrs/assets",
"@react-spring/three",
"@react-spring/web",
"framer-motion",
"zustand",
"valtio",
"leva",
"maath",
"postprocessing",
"r3f-perf",
"lamina",
"three-stdlib",
"meshline",
"styled-components",
"react-colorful",
"react-icons",
"antd",
"@headlessui/react",
"@heroicons/react",
"wouter",
"@splinetool/loader",
"@splinetool/r3f-spline",
"nice-color-palettes",
"lodash-es",
"@babel/runtime",
"babel-plugin-glsl",
"@types/react",
"@types/react-dom",
"@types/three",
"@vitejs/plugin-react",
"typescript",
"vite"
],
"policy": "sameRange"
},
{
"label": "Workspace deps use workspace protocol",
"dependencies": ["@demo/**"],
"dependencyTypes": ["prod"],
"policy": "sameRange"
}
]
}