chore: remove unused package
This commit is contained in:
parent
5cfc8adbff
commit
9335f12627
6 changed files with 0 additions and 111 deletions
|
@ -1,4 +0,0 @@
|
|||
module.exports = {
|
||||
root: true,
|
||||
extends: ["@developomp-site/eslint-config"],
|
||||
}
|
|
@ -1,4 +0,0 @@
|
|||
{
|
||||
"tabWidth": 4,
|
||||
"semi": false
|
||||
}
|
|
@ -1,29 +0,0 @@
|
|||
{
|
||||
"name": "@developomp-site/utils",
|
||||
"version": "0.0.0",
|
||||
"main": "./dist/index.js",
|
||||
"module": "./dist/index.mjs",
|
||||
"types": "./dist/index.d.ts",
|
||||
"sideEffects": false,
|
||||
"license": "MIT",
|
||||
"files": [
|
||||
"dist/**"
|
||||
],
|
||||
"scripts": {
|
||||
"build": "tsup src/index.tsx --format esm,cjs --dts --external react",
|
||||
"dev": "tsup src/index.tsx --format esm,cjs --watch --dts --external react",
|
||||
"lint": "eslint .",
|
||||
"clean": "rm -rf .turbo node_modules dist"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@developomp-site/eslint-config": "workspace:*",
|
||||
"@developomp-site/tsconfig": "workspace:*",
|
||||
"@types/react": "^18.0.26",
|
||||
"@types/react-dom": "^18.0.9",
|
||||
"eslint": "^8.29.0",
|
||||
"prettier": "^2.8.8",
|
||||
"react": "^18.2.0",
|
||||
"tsup": "^5.12.9",
|
||||
"typescript": "^4.9.4"
|
||||
}
|
||||
}
|
|
@ -1,4 +0,0 @@
|
|||
// import colorNamesToValuePairs from "./colorNamesToValuePairs"
|
||||
// export { colorNamesToValuePairs }
|
||||
|
||||
export {}
|
|
@ -1,5 +0,0 @@
|
|||
{
|
||||
"extends": "@developomp-site/tsconfig/react-library.json",
|
||||
"include": ["."],
|
||||
"exclude": ["dist", "build", "node_modules"]
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue