Compare commits
2 commits
feat/fediv
...
release
Author | SHA1 | Date | |
---|---|---|---|
073592484f | |||
e6b3ebffe7 |
14 changed files with 931 additions and 765 deletions
2
AUTHORS
2
AUTHORS
|
@ -2,4 +2,4 @@
|
||||||
|
|
||||||
# Maintainers
|
# Maintainers
|
||||||
dima @reddima100:matrix.org
|
dima @reddima100:matrix.org
|
||||||
kogeletey @trmt:matrix.org
|
kogeletey @kglt:re128.org
|
||||||
|
|
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": "pnpm@10.0.0-rc.0+sha512.bce495587126f9a37d64150bf80dcf9bd96f0d64cfd450c9b1a7e5bf2cfc81aef3d50178f259855351c872905a240861a55031652c81e8a11665bfa65f6a1dc2"
|
||||||
|
}
|
|
@ -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',
|
|
||||||
},
|
|
||||||
}
|
|
1659
pnpm-lock.yaml
1659
pnpm-lock.yaml
File diff suppressed because it is too large
Load diff
Loading…
Reference in a new issue