mirror of
https://github.com/gosticks/plane.git
synced 2025-10-16 12:45:33 +00:00
* feat: migrat to tsdown to tsup * fix: build scripts * fix: lock file fixes * fix: adding build process to i18n and propel packages * fix: lint warning * chore: update services module entry points * fix: lock file * fix: lock file * fix: remove tsc from build * fix: tsdown configs * fix: remove tsc step from build process --------- Co-authored-by: Aaryan Khandelwal <aaryankhandu123@gmail.com> Co-authored-by: Aaron Reisman <aaron.reisman@plane.so>
29 lines
440 B
YAML
29 lines
440 B
YAML
packages:
|
|
- apps/*
|
|
- packages/*
|
|
- "!apps/api"
|
|
- "!apps/proxy"
|
|
|
|
catalog:
|
|
axios: 1.11.0
|
|
mobx: 6.12.0
|
|
mobx-react: 9.1.1
|
|
mobx-utils: 6.0.8
|
|
lodash: 4.17.21
|
|
"@types/lodash": 4.17.20
|
|
lucide-react: 0.469.0
|
|
next: 14.2.32
|
|
sharp: 0.33.5
|
|
swr: 2.2.4
|
|
react: 18.3.1
|
|
react-dom: 18.3.1
|
|
"@types/react": 18.3.11
|
|
"@types/react-dom": 18.3.1
|
|
typescript: 5.8.3
|
|
tsdown: 0.14.2
|
|
uuid: 10.0.0
|
|
|
|
onlyBuiltDependencies:
|
|
- turbo
|
|
- sharp
|