Add yet-another-react-lightbox package and update .gitignore to exclude node_modules

This commit is contained in:
IGNY8 VPS (Salman)
2025-11-12 18:50:30 +00:00
parent bd2a5570a9
commit c92f4a5edd
9304 changed files with 29 additions and 2008667 deletions

View File

@@ -1,22 +0,0 @@
Copyright (c) 2015 Rubbby
Permission is hereby granted, free of charge, to any person
obtaining a copy of this software and associated documentation
files (the "Software"), to deal in the Software without
restriction, including without limitation the rights to use,
copy, modify, merge, publish, distribute, sublicense, and/or sell
copies of the Software, and to permit persons to whom the
Software is furnished to do so, subject to the following
conditions:
The above copyright notice and this permission notice shall be
included in all copies or substantial portions of the Software.
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES
OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT
HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY,
WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING
FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR
OTHER DEALINGS IN THE SOFTWARE.

View File

@@ -1,32 +0,0 @@
# @react-jvectormap/world
A collection of JvectorMap maps of World.
Available Maps:
- worldMill
- worldMerc
## Installation:
```
yarn add @react-jvectormap/world
```
or:
```
npm install --save @react-jvectormap/world
```
## Usage
```
import { worldMill } from '@react-jvectormap/world';
```
or:
```
import worldMill from '@react-jvectormap/world/dist/worldMill';
```

View File

@@ -1,4 +0,0 @@
import worldMerc from "./worldMerc.json";
import worldMill from "./worldMill.json";
export { worldMerc, worldMill };
//# sourceMappingURL=index.js.map

View File

@@ -1 +0,0 @@
{"version":3,"file":"index.js","sourceRoot":"","sources":["../index.ts"],"names":[],"mappings":"AAAA,OAAO,SAAS,MAAM,kBAAkB,CAAC;AACzC,OAAO,SAAS,MAAM,kBAAkB,CAAC;AAEzC,OAAO,EAAE,SAAS,EAAE,SAAS,EAAE,CAAC"}

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

View File

@@ -1,4 +0,0 @@
import worldMerc from "./worldMerc.json";
import worldMill from "./worldMill.json";
export { worldMerc, worldMill };
//# sourceMappingURL=index.js.map

View File

@@ -1 +0,0 @@
{"version":3,"file":"index.js","sourceRoot":"","sources":["index.ts"],"names":[],"mappings":"AAAA,OAAO,SAAS,MAAM,kBAAkB,CAAC;AACzC,OAAO,SAAS,MAAM,kBAAkB,CAAC;AAEzC,OAAO,EAAE,SAAS,EAAE,SAAS,EAAE,CAAC"}

View File

@@ -1,4 +0,0 @@
import worldMerc from "./worldMerc.json";
import worldMill from "./worldMill.json";
export { worldMerc, worldMill };

View File

@@ -1,14 +0,0 @@
{
"name": "@react-jvectormap/world",
"version": "1.1.2",
"main": "dist/index.js",
"sideEffects": false,
"license": "MIT",
"scripts": {
"build": "rimraf dist && tsc"
},
"publishConfig": {
"access": "public"
},
"gitHead": "f69e6da7a6638badecf3e9519ba250aee3bbf028"
}

View File

@@ -1,7 +0,0 @@
{
"extends": "../tsconfig.json",
"compilerOptions": {
"outDir": "dist",
"rootDir": "."
}
}

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long