-
-
Notifications
You must be signed in to change notification settings - Fork 143
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
3c9301a
commit 6942e5e
Showing
5 changed files
with
143 additions
and
166 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -2,7 +2,8 @@ name: Deploy Assets | |
|
||
on: | ||
push: | ||
branches: main | ||
tags: | ||
- '*' | ||
|
||
jobs: | ||
deploy-assets: | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -2,9 +2,8 @@ name: Deploy Packages | |
|
||
on: | ||
push: | ||
branches: | ||
- develop | ||
- main | ||
tags: | ||
- '*' | ||
|
||
jobs: | ||
deploy-packages: | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,28 +1,28 @@ | ||
{ | ||
"devDependencies": { | ||
"@types/chai": "^4.3.10", | ||
"@types/chai-as-promised": "^7.1.8", | ||
"@types/mocha": "^10.0.4", | ||
"@typescript-eslint/eslint-plugin": "^7.0.2", | ||
"@typescript-eslint/parser": "^7.0.2", | ||
"chai": "^4.3.10", | ||
"chai-as-promised": "^7.1.1", | ||
"eslint": "^8.56.0", | ||
"eslint-config-prettier": "^9.1.0", | ||
"eslint-import-resolver-alias": "^1.1.2", | ||
"eslint-plugin-import": "^2.29.1", | ||
"eslint-plugin-jest": "^27.9.0", | ||
"eslint-plugin-prettier": "^5.1.3", | ||
"eslint-plugin-react": "^7.33.2", | ||
"eslint-plugin-react-hooks": "^4.6.0", | ||
"json": "^11.0.0", | ||
"mocha": "^10.2.0", | ||
"prettier": "^3.2.5", | ||
"ts-node": "^10.9.2", | ||
"typescript": "^5.2.2", | ||
"vite": "^5.0.12" | ||
}, | ||
"dependencies": { | ||
"@react-three/eslint-plugin": "^0.1.1" | ||
} | ||
"devDependencies": { | ||
"@types/chai": "^4.3.10", | ||
"@types/chai-as-promised": "^7.1.8", | ||
"@types/mocha": "^10.0.4", | ||
"@typescript-eslint/eslint-plugin": "^7.0.2", | ||
"@typescript-eslint/parser": "^7.0.2", | ||
"chai": "^4.3.10", | ||
"chai-as-promised": "^7.1.1", | ||
"eslint": "^8.56.0", | ||
"eslint-config-prettier": "^9.1.0", | ||
"eslint-import-resolver-alias": "^1.1.2", | ||
"eslint-plugin-import": "^2.29.1", | ||
"eslint-plugin-jest": "^27.9.0", | ||
"eslint-plugin-prettier": "^5.1.3", | ||
"eslint-plugin-react": "^7.33.2", | ||
"eslint-plugin-react-hooks": "^4.6.0", | ||
"json": "^11.0.0", | ||
"mocha": "^10.2.0", | ||
"prettier": "^3.2.5", | ||
"ts-node": "^10.9.2", | ||
"typescript": "^5.2.2", | ||
"vite": "^5.0.12" | ||
}, | ||
"dependencies": { | ||
"@react-three/eslint-plugin": "^0.1.1" | ||
} | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,32 +1,32 @@ | ||
{ | ||
"name": "@react-three/uikit-lucide", | ||
"version": "0.0.0", | ||
"description": "lucide icons for r3/uikit", | ||
"files": [ | ||
"dist" | ||
], | ||
"keywords": [ | ||
"lucide", | ||
"uikit", | ||
"icons", | ||
"threejs", | ||
"r3f" | ||
], | ||
"author": "Bela Bohlender", | ||
"scripts": { | ||
"convert": "node --loader ts-node/esm ./convert.ts", | ||
"generate": "node --loader ts-node/esm ./generate.ts", | ||
"build": "tsc -p ./tsconfig.build.json" | ||
}, | ||
"type": "module", | ||
"main": "dist/index.js", | ||
"dependencies": { | ||
"@react-three/uikit": "workspace:^", | ||
"oslllo-svg-fixer": "^3.0.0" | ||
}, | ||
"devDependencies": { | ||
"@types/node": "^20.11.0", | ||
"@types/react": "^18.2.47", | ||
"lucide-static": "^0.331.0" | ||
} | ||
} | ||
"name": "@react-three/uikit-lucide", | ||
"version": "0.0.0", | ||
"description": "lucide icons for r3/uikit", | ||
"files": [ | ||
"dist" | ||
], | ||
"keywords": [ | ||
"lucide", | ||
"uikit", | ||
"icons", | ||
"threejs", | ||
"r3f" | ||
], | ||
"author": "Bela Bohlender", | ||
"scripts": { | ||
"convert": "node --loader ts-node/esm ./convert.ts", | ||
"generate": "node --loader ts-node/esm ./generate.ts", | ||
"build": "tsc -p ./tsconfig.build.json" | ||
}, | ||
"type": "module", | ||
"main": "dist/index.js", | ||
"dependencies": { | ||
"@react-three/uikit": "workspace:^" | ||
}, | ||
"devDependencies": { | ||
"oslllo-svg-fixer": "^3.0.0", | ||
"@types/node": "^20.11.0", | ||
"@types/react": "^18.2.47", | ||
"lucide-static": "^0.331.0" | ||
} | ||
} |
Oops, something went wrong.