Yarn Plug'n'Play
This commit is contained in:
parent
2d761acdab
commit
6bcd9a2da3
|
@ -1,21 +1,16 @@
|
||||||
# Настройки редакторов
|
|
||||||
|
|
||||||
.idea
|
|
||||||
.vscode
|
|
||||||
|
|
||||||
# Node.js
|
# Node.js
|
||||||
|
|
||||||
node_modules
|
node_modules
|
||||||
|
|
||||||
# Yarn (https://yarnpkg.com/getting-started/qa#which-files-should-be-gitignored)
|
# Yarn (https://yarnpkg.com/getting-started/qa#which-files-should-be-gitignored)
|
||||||
|
|
||||||
**/.pnp.*
|
.pnp.*
|
||||||
**/.yarn/*
|
.yarn/*
|
||||||
!**/.yarn/patches
|
!.yarn/patches
|
||||||
!**/.yarn/plugins
|
!.yarn/plugins
|
||||||
!**/.yarn/releases
|
!.yarn/releases
|
||||||
!**/.yarn/sdks
|
!.yarn/sdks
|
||||||
!**/.yarn/versions
|
!.yarn/versions
|
||||||
|
|
||||||
# ESLint
|
# ESLint
|
||||||
|
|
||||||
|
|
|
@ -1,5 +1,6 @@
|
||||||
.yarn
|
.yarn
|
||||||
.editorconfig
|
.editorconfig
|
||||||
.nvmrc
|
.pnp.cjs
|
||||||
|
.pnp.loader.mjs
|
||||||
.prettierrc
|
.prettierrc
|
||||||
.yarnrc.yml
|
.yarnrc.yml
|
||||||
|
|
File diff suppressed because one or more lines are too long
|
@ -1,7 +1,5 @@
|
||||||
nodeLinker: node-modules
|
|
||||||
|
|
||||||
plugins:
|
plugins:
|
||||||
- path: .yarn/plugins/@yarnpkg/plugin-interactive-tools.cjs
|
- path: .yarn/plugins/@yarnpkg/plugin-interactive-tools.cjs
|
||||||
spec: "@yarnpkg/plugin-interactive-tools"
|
spec: "@yarnpkg/plugin-interactive-tools"
|
||||||
|
|
||||||
yarnPath: .yarn/releases/yarn-3.6.0.cjs
|
yarnPath: .yarn/releases/yarn-3.6.3.cjs
|
||||||
|
|
|
@ -2,7 +2,7 @@
|
||||||
"name": "@advdominion/lightbox-gallery",
|
"name": "@advdominion/lightbox-gallery",
|
||||||
"version": "1.0.1",
|
"version": "1.0.1",
|
||||||
"type": "module",
|
"type": "module",
|
||||||
"packageManager": "yarn@3.6.0",
|
"packageManager": "yarn@3.6.3",
|
||||||
"main": "index.js",
|
"main": "index.js",
|
||||||
"repository": {
|
"repository": {
|
||||||
"type": "git",
|
"type": "git",
|
||||||
|
|
20
yarn.lock
20
yarn.lock
|
@ -5,19 +5,19 @@ __metadata:
|
||||||
version: 6
|
version: 6
|
||||||
cacheKey: 8
|
cacheKey: 8
|
||||||
|
|
||||||
"@advdominion/gallery@workspace:.":
|
|
||||||
version: 0.0.0-use.local
|
|
||||||
resolution: "@advdominion/gallery@workspace:."
|
|
||||||
dependencies:
|
|
||||||
"@advdominion/get-scrollbar-width": ^1.0.0
|
|
||||||
peerDependencies:
|
|
||||||
swiper: 4.5.1
|
|
||||||
languageName: unknown
|
|
||||||
linkType: soft
|
|
||||||
|
|
||||||
"@advdominion/get-scrollbar-width@npm:^1.0.0":
|
"@advdominion/get-scrollbar-width@npm:^1.0.0":
|
||||||
version: 1.0.0
|
version: 1.0.0
|
||||||
resolution: "@advdominion/get-scrollbar-width@npm:1.0.0"
|
resolution: "@advdominion/get-scrollbar-width@npm:1.0.0"
|
||||||
checksum: 8e97af1f7e221e5ceb0676a5bd8fb3654a9bf5b2e514a5ff7ed7793f7f4b0da50e2245363698c1a45af9a5354260e019a74f891acebacfaa3b7babf680a4faa2
|
checksum: 8e97af1f7e221e5ceb0676a5bd8fb3654a9bf5b2e514a5ff7ed7793f7f4b0da50e2245363698c1a45af9a5354260e019a74f891acebacfaa3b7babf680a4faa2
|
||||||
languageName: node
|
languageName: node
|
||||||
linkType: hard
|
linkType: hard
|
||||||
|
|
||||||
|
"@advdominion/lightbox-gallery@workspace:.":
|
||||||
|
version: 0.0.0-use.local
|
||||||
|
resolution: "@advdominion/lightbox-gallery@workspace:."
|
||||||
|
dependencies:
|
||||||
|
"@advdominion/get-scrollbar-width": ^1.0.0
|
||||||
|
peerDependencies:
|
||||||
|
swiper: 4.5.1
|
||||||
|
languageName: unknown
|
||||||
|
linkType: soft
|
||||||
|
|
Loading…
Reference in New Issue