feat: rearranging the beds
This commit is contained in:
parent
a789f7aa65
commit
e6b3ebffe7
13 changed files with 1520 additions and 16 deletions
17
package.json
Normal file
17
package.json
Normal file
|
@ -0,0 +1,17 @@
|
|||
{
|
||||
"private": true,
|
||||
"scripts": {
|
||||
"spell": "cspell lint -c .cspell.json '**/*.md'"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@cspell/dict-en-gb": "^4.1.12",
|
||||
"@cspell/dict-fullstack": "^3.1.5",
|
||||
"@cspell/dict-latex": "^4.0.0",
|
||||
"@cspell/dict-markdown": "^2.0.1",
|
||||
"@cspell/dict-ru_ru": "^2.0.5",
|
||||
"@cspell/dict-software-terms": "^3.1.6",
|
||||
"@evilmartians/lefthook": "^1.3.9",
|
||||
"cspell": "^6.30.2"
|
||||
},
|
||||
"packageManager": "yarn@4.5.3+sha512.3003a14012e2987072d244c720506549c1aab73ee728208f1b2580a9fd67b92d61ba6b08fe93f6dce68fd771e3af1e59a0afa28dd242dd0940d73b95fedd4e90"
|
||||
}
|
|
@ -1,16 +0,0 @@
|
|||
{
|
||||
private: true,
|
||||
scripts: {
|
||||
spell: 'cspell lint -c .cspell.json "**/*.md"',
|
||||
},
|
||||
devDependencies: {
|
||||
'@cspell/dict-en-gb': '^4.1.12',
|
||||
'@cspell/dict-fullstack': '^3.1.5',
|
||||
'@cspell/dict-latex': '^4.0.0',
|
||||
'@cspell/dict-markdown': '^2.0.1',
|
||||
'@cspell/dict-ru_ru': '^2.0.5',
|
||||
'@cspell/dict-software-terms': '^3.1.6',
|
||||
'@evilmartians/lefthook': '^1.3.9',
|
||||
cspell: '^6.30.2',
|
||||
},
|
||||
}
|
Loading…
Reference in a new issue