modernize

- replace vite with tsdown
- update registry
- update deps
This commit is contained in:
2026-02-03 07:47:48 +01:00
parent 1115053fcd
commit 1217cf56f5
15 changed files with 930 additions and 1861 deletions

View File

@@ -1,54 +1,51 @@
{
"name": "@unom/style",
"version": "0.3.1",
"description": "The official unom-style library",
"type": "module",
"files": [
"dist"
],
"types": "dist/unom-style.d.ts",
"exports": {
".": "./dist/unom-style.js",
"./easings": "./dist/easings.js"
},
"scripts": {
"build": "vite build",
"dev": "vite",
"test": "vitest",
"coverage": "vitest run --coverage"
},
"publishConfig": {
"registry": "https://packages.unom.io"
},
"keywords": [],
"author": "enricobuehler",
"license": "GPL-3.0-or-later",
"devDependencies": {
"@types/node": "^18.15.5",
"@vitest/coverage-c8": "^0.29.7",
"dotenv": "^16.0.3",
"rollup-plugin-peer-deps-external": "^2.2.4",
"tslib": "^2.5.0",
"typescript": "^5.0.2",
"vite": "^4.2.1",
"vite-plugin-dts": "^2.1.0",
"vite-tsconfig-paths": "^4.0.7",
"vitest": "^0.29.7"
},
"volta": {
"node": "18.12.0",
"npm": "8.9.0",
"yarn": "1.22.19"
},
"repository": {
"type": "git",
"url": "git+https://git.unom.io/unom/style"
},
"bugs": {
"url": "https://git.unom.io/unom/style/issues"
},
"homepage": "https://github.https://git.unom.io/unom/style#readme",
"dependencies": {
"css-color-converter": "^2.0.0"
}
"name": "@unom/style",
"version": "0.4.0",
"description": "The official unom-style library",
"type": "module",
"files": [
"dist",
"static"
],
"types": "dist/unom-style.d.ts",
"exports": {
"./easings/easings": "./dist/easings/easings.js",
"./unom-style": "./dist/unom-style.js",
"./package.json": "./package.json"
},
"scripts": {
"build": "tsdown",
"dev": "tsdown --watch",
"test": "vitest",
"coverage": "vitest run --coverage"
},
"publishConfig": {
"registry": "https://git.unom.io/api/packages/unom/npm/"
},
"keywords": [],
"author": "enricobuehler",
"license": "GPL-3.0-or-later",
"devDependencies": {
"@biomejs/biome": "^2.3.13",
"@types/node": "^25.2.0",
"@vitest/coverage-c8": "^0.33.0",
"dotenv": "^17.2.3",
"tsdown": "^0.20.1",
"tslib": "^2.8.1",
"typescript": "^5.9.3",
"vitest": "^4.0.18"
},
"volta": {
"node": "18.12.0",
"npm": "8.9.0",
"yarn": "1.22.19"
},
"repository": {
"type": "git",
"url": "git+https://git.unom.io/unom/style"
},
"bugs": {
"url": "https://git.unom.io/unom/style/issues"
},
"homepage": "https://git.unom.io/unom/style#readme"
}