-
-
Notifications
You must be signed in to change notification settings - Fork 29
/
package.json
48 lines (48 loc) · 2.03 KB
/
package.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
{
"private": true,
"repository": "mcansh/remix-fastify",
"license": "MIT",
"type": "module",
"scripts": {
"dev": "pnpm run --filter remix-fastify --filter playground --recursive --parallel dev",
"dev:vite": "pnpm run --filter remix-fastify --filter vite-remix --recursive --parallel dev",
"build": "pnpm run --recursive build",
"test": "pnpm --filter ./packages/* test --if-present",
"publish": "./scripts/publish.js",
"publint": "publint ./packages/**",
"attw": "attw ./packages/** --pack",
"lint": "eslint --ignore-path .gitignore --no-error-on-unmatched-pattern --cache --cache-location node_modules/.cache/eslint --fix .",
"format": "prettier --ignore-path .prettierignore --ignore-path .gitignore --ignore-unknown --cache --cache-location node_modules/.cache/prettiercache --write .",
"validate": "run-p lint format publint typecheck",
"typecheck": "pnpm run --recursive typecheck",
"changeset": "changeset",
"changeset:version": "changeset version && node ./scripts/remove-prerelease-changelogs.js && node ./scripts/post-changeset.js",
"changeset:release": "pnpm run build && pnpm publish -r"
},
"dependencies": {
"@arethetypeswrong/cli": "^0.16.4",
"@changesets/cli": "^2.27.9",
"@manypkg/get-packages": "^2.2.2",
"@npmcli/package-json": "^6.0.1",
"@remix-run/eslint-config": "2.13.1",
"@types/npmcli__package-json": "^4.0.4",
"chalk": "^5.3.0",
"eslint": "^9.13.0",
"eslint-plugin-prefer-let": "^4.0.0",
"glob": "^11.0.0",
"jsonfile": "^6.1.0",
"npm-run-all": "^4.1.5",
"pkg-pr-new": "^0.0.29",
"prettier": "^3.3.3",
"prettier-plugin-tailwindcss": "^0.6.8",
"prompt-confirm": "^2.0.4",
"publint": "^0.2.11",
"react": "^18.3.1",
"semver": "^7.6.3",
"tsup": "^8.3.0",
"type-fest": "^4.26.1",
"typescript": "^5.6.3",
"vitest": "^2.1.3"
},
"packageManager": "pnpm@9.11.0+sha512.0a203ffaed5a3f63242cd064c8fb5892366c103e328079318f78062f24ea8c9d50bc6a47aa3567cabefd824d170e78fa2745ed1f16b132e16436146b7688f19b"
}