Add yet-another-react-lightbox package and update .gitignore to exclude node_modules
This commit is contained in:
22
frontend/node_modules/@react-jvectormap/world/LICENSE
generated
vendored
22
frontend/node_modules/@react-jvectormap/world/LICENSE
generated
vendored
@@ -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.
|
||||
32
frontend/node_modules/@react-jvectormap/world/README.md
generated
vendored
32
frontend/node_modules/@react-jvectormap/world/README.md
generated
vendored
@@ -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';
|
||||
```
|
||||
4
frontend/node_modules/@react-jvectormap/world/dist/index.js
generated
vendored
4
frontend/node_modules/@react-jvectormap/world/dist/index.js
generated
vendored
@@ -1,4 +0,0 @@
|
||||
import worldMerc from "./worldMerc.json";
|
||||
import worldMill from "./worldMill.json";
|
||||
export { worldMerc, worldMill };
|
||||
//# sourceMappingURL=index.js.map
|
||||
1
frontend/node_modules/@react-jvectormap/world/dist/index.js.map
generated
vendored
1
frontend/node_modules/@react-jvectormap/world/dist/index.js.map
generated
vendored
@@ -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"}
|
||||
726
frontend/node_modules/@react-jvectormap/world/dist/worldMerc.json
generated
vendored
726
frontend/node_modules/@react-jvectormap/world/dist/worldMerc.json
generated
vendored
File diff suppressed because one or more lines are too long
726
frontend/node_modules/@react-jvectormap/world/dist/worldMill.json
generated
vendored
726
frontend/node_modules/@react-jvectormap/world/dist/worldMill.json
generated
vendored
File diff suppressed because one or more lines are too long
4
frontend/node_modules/@react-jvectormap/world/index.js
generated
vendored
4
frontend/node_modules/@react-jvectormap/world/index.js
generated
vendored
@@ -1,4 +0,0 @@
|
||||
import worldMerc from "./worldMerc.json";
|
||||
import worldMill from "./worldMill.json";
|
||||
export { worldMerc, worldMill };
|
||||
//# sourceMappingURL=index.js.map
|
||||
1
frontend/node_modules/@react-jvectormap/world/index.js.map
generated
vendored
1
frontend/node_modules/@react-jvectormap/world/index.js.map
generated
vendored
@@ -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"}
|
||||
4
frontend/node_modules/@react-jvectormap/world/index.ts
generated
vendored
4
frontend/node_modules/@react-jvectormap/world/index.ts
generated
vendored
@@ -1,4 +0,0 @@
|
||||
import worldMerc from "./worldMerc.json";
|
||||
import worldMill from "./worldMill.json";
|
||||
|
||||
export { worldMerc, worldMill };
|
||||
14
frontend/node_modules/@react-jvectormap/world/package.json
generated
vendored
14
frontend/node_modules/@react-jvectormap/world/package.json
generated
vendored
@@ -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"
|
||||
}
|
||||
7
frontend/node_modules/@react-jvectormap/world/tsconfig.json
generated
vendored
7
frontend/node_modules/@react-jvectormap/world/tsconfig.json
generated
vendored
@@ -1,7 +0,0 @@
|
||||
{
|
||||
"extends": "../tsconfig.json",
|
||||
"compilerOptions": {
|
||||
"outDir": "dist",
|
||||
"rootDir": "."
|
||||
}
|
||||
}
|
||||
726
frontend/node_modules/@react-jvectormap/world/worldMerc.json
generated
vendored
726
frontend/node_modules/@react-jvectormap/world/worldMerc.json
generated
vendored
File diff suppressed because one or more lines are too long
726
frontend/node_modules/@react-jvectormap/world/worldMill.json
generated
vendored
726
frontend/node_modules/@react-jvectormap/world/worldMill.json
generated
vendored
File diff suppressed because one or more lines are too long
Reference in New Issue
Block a user