parent
130ba5ee6c
commit
97b4abd693
22 changed files with 351 additions and 398 deletions
|
|
@ -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",
|
||||
|
|
|
|||
|
|
@ -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 .",
|
||||
|
|
@ -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"
|
||||
}
|
||||
}
|
||||
|
|
|
|||
|
|
@ -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 .",
|
||||
|
|
|
|||
|
|
@ -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 .",
|
||||
|
|
|
|||
|
|
@ -5,4 +5,5 @@ export default defineConfig({
|
|||
format: ["esm"],
|
||||
dts: true,
|
||||
platform: "neutral",
|
||||
exports: true,
|
||||
});
|
||||
|
|
|
|||
|
|
@ -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",
|
||||
|
|
|
|||
|
|
@ -5,4 +5,5 @@ export default defineConfig({
|
|||
format: ["esm"],
|
||||
dts: true,
|
||||
platform: "neutral",
|
||||
exports: true,
|
||||
});
|
||||
|
|
|
|||
|
|
@ -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 .",
|
||||
|
|
@ -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"
|
||||
}
|
||||
}
|
||||
|
|
|
|||
|
|
@ -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",
|
||||
|
|
|
|||
|
|
@ -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 .",
|
||||
|
|
|
|||
|
|
@ -5,4 +5,5 @@ export default defineConfig({
|
|||
format: ["esm"],
|
||||
dts: true,
|
||||
platform: "neutral",
|
||||
exports: true,
|
||||
});
|
||||
|
|
|
|||
|
|
@ -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 .",
|
||||
|
|
|
|||
|
|
@ -5,4 +5,5 @@ export default defineConfig({
|
|||
format: ["esm"],
|
||||
dts: true,
|
||||
platform: "neutral",
|
||||
exports: true,
|
||||
});
|
||||
|
|
|
|||
|
|
@ -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"
|
||||
}
|
||||
}
|
||||
|
|
|
|||
|
|
@ -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",
|
||||
|
|
|
|||
|
|
@ -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",
|
||||
|
|
|
|||
|
|
@ -5,4 +5,5 @@ export default defineConfig({
|
|||
format: ["esm"],
|
||||
dts: true,
|
||||
platform: "neutral",
|
||||
exports: true,
|
||||
});
|
||||
|
|
|
|||
|
|
@ -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 .",
|
||||
|
|
|
|||
|
|
@ -5,4 +5,5 @@ export default defineConfig({
|
|||
format: ["esm"],
|
||||
dts: true,
|
||||
platform: "neutral",
|
||||
exports: true,
|
||||
});
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue