* tests: fix float problems and PAT problem * extend CONTRIBUTING.md * extend build documentation, add GH action, fix build on MacOS * fix build on Vercel * update .gitignore and CONTRIBUTING.md * feat: begin work on monorepo * chore(actions/basic-build): use pnpm * fix: vercel-deploy * docs: updates with new folders * chore: apply PR review comments --------- Co-authored-by: martin-mfg <2026226+martin-mfg@users.noreply.github.com>
18 lines
463 B
JSON
18 lines
463 B
JSON
{
|
|
"name": "root",
|
|
"private": true,
|
|
"packageManager": "pnpm@10.28.0+sha512.05df71d1421f21399e053fde567cea34d446fa02c76571441bfc1c7956e98e363088982d940465fd34480d4d90a0668bc12362f8aa88000a64e83d0b0e47be48",
|
|
"devDependencies": {
|
|
"husky": "^9.1.7"
|
|
},
|
|
"scripts": {
|
|
"prepare": "husky",
|
|
"test": "pnpm run -r test"
|
|
},
|
|
"resolutions": {
|
|
"@svgr/webpack": "^6.0.0",
|
|
"resolve-url-loader": "^5.0.0",
|
|
"webpack-dev-server": "^5.2.2"
|
|
}
|
|
}
|