1
0
mirror of https://github.com/tabler/tabler.git synced 2025-12-21 17:34:25 +04:00

Change package.json to core/libs.json as a source of libraries (#2423)

This commit is contained in:
BG-Software
2025-07-07 18:52:08 +02:00
committed by GitHub
parent 6c38a48af1
commit 6c47b5f868
2 changed files with 6 additions and 1 deletions

View File

@@ -0,0 +1,5 @@
---
"@tabler/docs": patch
---
Change `package.json` to `core/libs.json` as a source of libraries

View File

@@ -33,4 +33,4 @@ Install Tabler in your Node.js powered apps with the npm package:
Tabler uses other packages to enhance its functionality - for example, charts and input masks. These are not automatically installed to avoid huge
dependency trees and need to be installed by using `npm install`. The full list of recommended libraries is available on the
[3rd-party Libraries & Resources](/ui/getting-started/references) page.
For the most recent list of supported packages you can also check the `peerDependencies` section in our [package.json](https://github.com/tabler/tabler/blob/dev/package.json)
For the most recent list of supported packages, you can also check the [libs.json](https://github.com/tabler/tabler/blob/dev/core/libs.json) file.