Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion apps/live/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
},
"scripts": {
"build": "tsc --noEmit && tsdown",
"dev": "tsdown --watch --onSuccess \"node --env-file=.env .\"",
"dev": "tsdown --watch --no-clean --onSuccess \"node --env-file=.env .\"",
"start": "node --env-file=.env .",
"test": "vitest run",
"test:watch": "vitest",
Expand Down
4 changes: 4 additions & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -74,6 +74,10 @@
"flatted": "3.4.2"
},
"onlyBuiltDependencies": [
"@parcel/watcher",
"@swc/core",
"esbuild",
"msgpackr-extract",
"turbo"
],
"ignoredBuiltDependencies": [
Expand Down
2 changes: 1 addition & 1 deletion packages/constants/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
"./package.json": "./package.json"
},
"scripts": {
"dev": "tsdown --watch",
"dev": "tsdown --watch --no-clean",
"build": "tsdown",
"check:lint": "oxlint --max-warnings=2 .",
"check:types": "tsc --noEmit",
Expand Down
7 changes: 6 additions & 1 deletion packages/decorators/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
},
"scripts": {
"build": "tsdown",
"dev": "tsdown --watch",
"dev": "tsdown --watch --no-clean",
"check:lint": "oxlint --max-warnings=3 .",
"check:types": "tsc --noEmit",
"check:format": "oxfmt --check .",
Expand All @@ -30,5 +30,10 @@
"reflect-metadata": "^0.2.2",
"tsdown": "catalog:",
"typescript": "catalog:"
},
"inlinedDependencies": {
"@types/express": "4.17.23",
"@types/express-serve-static-core": "4.19.6",
"reflect-metadata": "0.2.2"
}
}
2 changes: 1 addition & 1 deletion packages/editor/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
},
"scripts": {
"build": "tsc && tsdown",
"dev": "tsdown --watch",
"dev": "tsdown --watch --no-clean",
"check:lint": "oxlint --max-warnings=416 .",
"check:types": "tsc --noEmit",
"check:format": "oxfmt --check .",
Expand Down
7 changes: 2 additions & 5 deletions packages/hooks/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,15 +9,12 @@
"module": "./dist/index.js",
"types": "./dist/index.d.ts",
"exports": {
".": {
"types": "./dist/index.d.ts",
"import": "./dist/index.js"
},
".": "./dist/index.js",
"./package.json": "./package.json"
},
"scripts": {
"build": "tsdown",
"dev": "tsdown --watch",
"dev": "tsdown --watch --no-clean",
"check:lint": "oxlint --max-warnings=4 .",
"check:types": "tsc --noEmit",
"check:format": "oxfmt --check .",
Expand Down
1 change: 1 addition & 0 deletions packages/hooks/tsdown.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -5,4 +5,5 @@ export default defineConfig({
format: ["esm"],
dts: true,
platform: "neutral",
exports: true,
});
7 changes: 2 additions & 5 deletions packages/i18n/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,14 +9,11 @@
"module": "./dist/index.js",
"types": "./dist/index.d.ts",
"exports": {
".": {
"types": "./dist/index.d.ts",
"import": "./dist/index.js"
},
".": "./dist/index.js",
"./package.json": "./package.json"
},
"scripts": {
"dev": "tsdown --watch",
"dev": "tsdown --watch --no-clean",
"build": "tsdown",
"check:lint": "oxlint --max-warnings=2 .",
"check:types": "tsc --noEmit",
Expand Down
1 change: 1 addition & 0 deletions packages/i18n/tsdown.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -5,4 +5,5 @@ export default defineConfig({
format: ["esm"],
dts: true,
platform: "neutral",
exports: true,
});
6 changes: 5 additions & 1 deletion packages/logger/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
},
"scripts": {
"build": "tsdown",
"dev": "tsdown --watch",
"dev": "tsdown --watch --no-clean",
"check:lint": "oxlint --max-warnings=0 .",
"check:types": "tsc --noEmit",
"check:format": "oxfmt --check .",
Expand All @@ -32,5 +32,9 @@
"@types/node": "catalog:",
"tsdown": "catalog:",
"typescript": "catalog:"
},
"inlinedDependencies": {
"@types/express": "4.17.23",
"@types/express-serve-static-core": "4.19.6"
}
}
2 changes: 1 addition & 1 deletion packages/propel/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@
"./styles/react-day-picker": "./dist/styles/react-day-picker.css"
},
"scripts": {
"dev": "tsdown --watch",
"dev": "tsdown --watch --no-clean",
"build": "tsdown",
"check:lint": "oxlint --max-warnings=3605 .",
"check:types": "tsc --noEmit",
Expand Down
7 changes: 2 additions & 5 deletions packages/services/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,15 +8,12 @@
"module": "./dist/index.js",
"types": "./dist/index.d.ts",
"exports": {
".": {
"types": "./dist/index-BliaS-AT.d.ts",
"import": "./dist/index.js"
},
".": "./dist/index.js",
"./package.json": "./package.json"
},
"scripts": {
"build": "tsdown",
"dev": "tsdown --watch",
"dev": "tsdown --watch --no-clean",
"check:lint": "oxlint --max-warnings=6 .",
"check:types": "tsc --noEmit",
"check:format": "oxfmt --check .",
Expand Down
1 change: 1 addition & 0 deletions packages/services/tsdown.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -5,4 +5,5 @@ export default defineConfig({
format: ["esm"],
dts: true,
platform: "neutral",
exports: true,
});
7 changes: 2 additions & 5 deletions packages/shared-state/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,15 +9,12 @@
"module": "./dist/index.js",
"types": "./dist/index.d.ts",
"exports": {
".": {
"types": "./dist/index.d.ts",
"import": "./dist/index.js"
},
".": "./dist/index.js",
"./package.json": "./package.json"
},
"scripts": {
"build": "tsdown",
"dev": "tsdown --watch",
"dev": "tsdown --watch --no-clean",
"check:lint": "oxlint --max-warnings=0 .",
"check:types": "tsc --noEmit",
"check:format": "oxfmt --check .",
Expand Down
1 change: 1 addition & 0 deletions packages/shared-state/tsdown.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -5,4 +5,5 @@ export default defineConfig({
format: ["esm"],
dts: true,
platform: "neutral",
exports: true,
});
6 changes: 4 additions & 2 deletions packages/tailwind-config/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,9 +12,11 @@
"./index.css": "./index.css",
"./postcss.config.js": "./postcss.config.js"
},
"devDependencies": {
"dependencies": {
"@tailwindcss/postcss": "4.1.17",
"postcss": "8.5.6",
"postcss": "8.5.6"
},
"devDependencies": {
"tailwindcss": "4.1.17"
}
}
2 changes: 1 addition & 1 deletion packages/types/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
"./package.json": "./package.json"
},
"scripts": {
"dev": "tsdown --watch",
"dev": "tsdown --watch --no-clean",
"build": "tsdown",
"check:lint": "oxlint --max-warnings=1 .",
"check:types": "tsc --noEmit",
Expand Down
7 changes: 2 additions & 5 deletions packages/ui/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,15 +10,12 @@
"module": "./dist/index.js",
"types": "./dist/index.d.ts",
"exports": {
".": {
"types": "./dist/index.d.ts",
"import": "./dist/index.js"
},
".": "./dist/index.js",
"./package.json": "./package.json"
},
"scripts": {
"build": "tsdown",
"dev": "tsdown --watch",
"dev": "tsdown --watch --no-clean",
"storybook": "storybook dev -p 6006",
"build-storybook": "storybook build",
"postcss": "postcss styles/globals.css -o styles/output.css --watch",
Expand Down
1 change: 1 addition & 0 deletions packages/ui/tsdown.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -5,4 +5,5 @@ export default defineConfig({
format: ["esm"],
dts: true,
platform: "neutral",
exports: true,
});
7 changes: 2 additions & 5 deletions packages/utils/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,15 +9,12 @@
"module": "./dist/index.js",
"types": "./dist/index.d.ts",
"exports": {
".": {
"types": "./dist/index.d.ts",
"import": "./dist/index.js"
},
".": "./dist/index.js",
"./package.json": "./package.json"
},
"scripts": {
"build": "tsdown",
"dev": "tsdown --watch",
"dev": "tsdown --watch --no-clean",
"check:lint": "oxlint --max-warnings=38 .",
"check:types": "tsc --noEmit",
"check:format": "oxfmt --check .",
Expand Down
1 change: 1 addition & 0 deletions packages/utils/tsdown.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -5,4 +5,5 @@ export default defineConfig({
format: ["esm"],
dts: true,
platform: "neutral",
exports: true,
});
Loading
Loading