Compare commits

...

2 commits

Author SHA1 Message Date
073592484f
feat: change author name and package manager 2024-12-24 19:26:54 +03:00
e6b3ebffe7
feat: rearranging the beds 2024-12-24 19:22:48 +03:00
14 changed files with 931 additions and 765 deletions

View file

@ -2,4 +2,4 @@
# Maintainers
dima @reddima100:matrix.org
kogeletey @trmt:matrix.org
kogeletey @kglt:re128.org

17
package.json Normal file
View 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": "pnpm@10.0.0-rc.0+sha512.bce495587126f9a37d64150bf80dcf9bd96f0d64cfd450c9b1a7e5bf2cfc81aef3d50178f259855351c872905a240861a55031652c81e8a11665bfa65f6a1dc2"
}

View file

@ -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',
},
}

File diff suppressed because it is too large Load diff