-
Notifications
You must be signed in to change notification settings - Fork 0
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
795c745
commit 5693acb
Showing
13 changed files
with
2,192 additions
and
11,433 deletions.
There are no files selected for viewing
Large diffs are not rendered by default.
Oops, something went wrong.
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 |
---|---|---|
|
@@ -11,7 +11,8 @@ | |
"license": "MIT", | ||
"author": "Serban Ghita <[email protected]> (https://ghita.org)", | ||
"workspaces": [ | ||
"packages/*" | ||
"packages/*", | ||
"packages/demos/*" | ||
], | ||
"scripts": { | ||
"build": "nx run-many -t build", | ||
|
@@ -22,15 +23,17 @@ | |
"@nx/esbuild": "^19.1.1", | ||
"@nx/eslint": "^19.1.1", | ||
"@vitest/coverage-istanbul": "^2.1.1", | ||
"vite-tsconfig-paths": "^4.3.2", | ||
"esbuild": "^0.19.2", | ||
"eslint": "~8.57.0", | ||
"@types/eslint__js": "^8.42.3", | ||
"jest": "^29.4.1", | ||
"nx": "19.1.1", | ||
"prettier": "3.3.3", | ||
"vitest": "^2.1.1", | ||
"typescript-eslint": "^7.11.0", | ||
"typescript": "^5.4.5" | ||
"typescript": "^5.4.5", | ||
"eslint": "^9.4.0", | ||
"@types/eslint__js": "^8.42.3", | ||
"@eslint/js": "^9.4.0", | ||
"typescript-eslint": "^8.10.0" | ||
}, | ||
"nx": {} | ||
} |
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
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
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
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 |
---|---|---|
|
@@ -8,14 +8,5 @@ | |
"test": "echo \"Error: no test specified for glhf-demo yet.\"" | ||
}, | ||
"author": "Serban Ghita <[email protected]> (https://ghita.org)", | ||
"license": "All code is MIT, the assets are copywritten.", | ||
"devDependencies": { | ||
"@eslint/js": "^9.4.0", | ||
"@types/eslint__js": "^8.42.3", | ||
"esbuild": "0.21.4", | ||
"eslint": "^9.4.0", | ||
"prettier": "3.3.3", | ||
"typescript": "^5.4.5", | ||
"typescript-eslint": "^7.11.0" | ||
} | ||
"license": "All code is MIT, the assets are copywritten." | ||
} |
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 |
---|---|---|
|
@@ -8,14 +8,5 @@ | |
"test": "echo \"Error: no test specified for glhf-demo yet.\"" | ||
}, | ||
"author": "Serban Ghita <[email protected]> (https://ghita.org)", | ||
"license": "All code is MIT, the assets are copywritten.", | ||
"devDependencies": { | ||
"@eslint/js": "^9.4.0", | ||
"@types/eslint__js": "^8.42.3", | ||
"esbuild": "0.21.4", | ||
"eslint": "^9.4.0", | ||
"prettier": "3.3.3", | ||
"typescript": "^5.4.5", | ||
"typescript-eslint": "^7.11.0" | ||
} | ||
"license": "All code is MIT, the assets are copywritten." | ||
} |
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
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
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 |
---|---|---|
|
@@ -9,12 +9,5 @@ | |
"test": "echo \"Error: no test specified for input yet.\"" | ||
}, | ||
"author": "Serban Ghita <[email protected]> (https://ghita.org)", | ||
"license": "MIT", | ||
"devDependencies": { | ||
"@eslint/js": "^9.4.0", | ||
"@types/eslint__js": "^8.42.3", | ||
"eslint": "^9.4.0", | ||
"typescript": "^5.4.5", | ||
"typescript-eslint": "^7.11.0" | ||
} | ||
"license": "MIT" | ||
} |
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
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
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