-
Notifications
You must be signed in to change notification settings - Fork 8
/
package.json
22 lines (22 loc) · 1.13 KB
/
package.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
{
"name": "root",
"private": true,
"workspaces": [
"packages/*"
],
"scripts": {
"format": "biome format --write ./",
"build-utilities": "npx lerna run build --scope=@flexilla/utilities && npx lerna run build --scope=@flexilla/popover && npx lerna run build --scope=@flexilla/collapse",
"build-packages": "npx lerna run build --scope=@flexilla/accordion && npx lerna run build --scope=@flexilla/auto-resize-area && npx lerna run build --scope=@flexilla/custom-range && npx lerna run build --scope=@flexilla/dismissible && npx lerna run build --scope=@flexilla/dropdown && npx lerna run build --scope=@flexilla/modal && npx lerna run build --scope=@flexilla/offcanvas && npx lerna run build --scope=@flexilla/tabs && npx lerna run build --scope=@flexilla/tooltip",
"build": "npm run build-utilities && npm run build-packages && npx lerna run build --scope=@flexilla/flexilla && npx lerna run build --scope=@flexilla/uno-preset"
},
"devDependencies": {
"@biomejs/biome": "1.5.1",
"@types/node": "^20.11.5",
"lerna": "^8.0.2",
"vite": "^5.0.11"
},
"dependencies": {
"overlayscrollbars": "^2.10.0"
}
}