1
1
mirror of https://github.com/theoludwig/theoludwig.git synced 2024-09-19 22:15:53 +02:00
.profile/package.json

39 lines
1.2 KiB
JSON
Raw Normal View History

2021-04-18 01:56:23 +02:00
{
"name": "repo",
2024-07-20 10:34:00 +02:00
"version": "3.3.2",
2021-04-18 01:56:23 +02:00
"private": true,
"type": "module",
"packageManager": "pnpm@9.5.0+sha512.140036830124618d624a2187b50d04289d5a087f326c9edfc0ccd733d76c4f52c3a313d4fc148794a2a9d81553016004e6742e8cf850670268a7387fc220c903",
2021-06-13 00:30:02 +02:00
"engines": {
"node": ">=22.0.0",
"pnpm": ">=9.5.0"
2021-06-13 00:30:02 +02:00
},
2021-04-18 01:56:23 +02:00
"scripts": {
"build": "turbo run build",
"dev": "turbo run dev --parallel",
"start": "turbo run start --parallel",
"test": "turbo run test",
2021-04-18 01:56:23 +02:00
"lint:editorconfig": "editorconfig-checker",
"lint:markdown": "markdownlint-cli2",
2023-07-14 23:58:50 +02:00
"lint:prettier": "prettier . --check",
"lint:eslint": "turbo run lint:eslint",
"lint:typescript": "turbo run lint:typescript",
"release": "semantic-release"
2021-04-18 01:56:23 +02:00
},
"devDependencies": {
2023-12-28 06:21:24 +01:00
"@saithodev/semantic-release-backmerge": "4.0.1",
"@semantic-release/exec": "6.0.3",
"@semantic-release/git": "10.0.1",
"editorconfig-checker": "5.1.8",
"prettier": "3.3.3",
"prettier-plugin-tailwindcss": "0.6.5",
2024-04-13 18:54:36 +02:00
"markdownlint-cli2": "0.13.0",
"markdownlint": "0.34.0",
"markdownlint-rule-relative-links": "3.0.0",
"replace-in-files-cli": "3.0.0",
"semantic-release": "23.1.1",
"turbo": "2.0.9",
"typescript": "catalog:"
2021-04-18 01:56:23 +02:00
}
}