remove old unused code

move to esm
This commit is contained in:
2023-07-20 18:15:11 +02:00
parent be24f193ce
commit 86ccdf3701
19 changed files with 1078 additions and 3021 deletions

View File

@@ -1,45 +1,43 @@
{
"name": "@unom/style",
"version": "0.2.14",
"version": "0.3.0",
"description": "The official unom-style library",
"main": "build/unom-style.js",
"module": "build/unom-style.es.js",
"jsnext:main": "build/unom-style.es.js",
"types": "build/unom-style.d.ts",
"scripts": {
"build": "rollup -c",
"start": "rollup -cw",
"test": "jest --coverage",
"emit-types": "tsc ./src/unom-style.ts --baseUrl src --declaration --emitDeclarationOnly --jsx react --esModuleInterop --outFile ./build/unom-tools.js "
},
"type": "module",
"files": [
"build"
"dist"
],
"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": "unom",
"author": "enricobuehler",
"license": "GPL-3.0-or-later",
"peerDependencies": {
"joi": "^17.2.1",
"rxjs": "^6.5.x"
},
"devDependencies": {
"@rollup/plugin-commonjs": "^11.0.2",
"@rollup/plugin-node-resolve": "^7.1.1",
"@rollup/plugin-typescript": "^8.3.0",
"@types/jest": "^27.0.2",
"@types/joi": "^17.2.3",
"jest": "^27.3.1",
"rollup": "^2.48.0",
"rollup-plugin-bundle-size": "^1.0.3",
"rollup-plugin-copy": "^3.3.0",
"@types/node": "^18.15.5",
"@vitest/coverage-c8": "^0.29.7",
"dotenv": "^16.0.3",
"rollup-plugin-peer-deps-external": "^2.2.4",
"rollup-plugin-uglify": "^6.0.4",
"ts-jest": "^27.0.7",
"tslib": "^2.3.1",
"typescript": "^4.4.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",
@@ -52,4 +50,4 @@
"dependencies": {
"css-color-converter": "^2.0.0"
}
}
}