forked from blahaj-app/blahaj-app
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
39 lines (39 loc) · 1.22 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
{
"name": "blahaj-app",
"description": "Blahaj & Smolhaj stock tracker",
"private": true,
"workspaces": [
"packages/*",
"apps/*"
],
"scripts": {
"clean": "pnpm run -r clean",
"build": "pnpm run -r build",
"lint": "eslint --ext js,jsx,ts,tsx .",
"changed": "node ./scripts/changed.mjs -p tsconfig.build.json -p tsconfig.json"
},
"devDependencies": {
"@pnpm/filter-workspace-packages": "^7.0.4",
"@trivago/prettier-plugin-sort-imports": "^4.1.1",
"@typescript-eslint/eslint-plugin": "^5.57.0",
"@typescript-eslint/parser": "^5.57.0",
"eslint": "~8.37.0",
"eslint-config-prettier": "^8.8.0",
"eslint-plugin-import": "~2.27.5",
"eslint-plugin-prettier": "^4.2.1",
"globby": "^13.1.3",
"meow": "^11.0.0",
"prettier": "^2.8.7",
"simple-git": "^3.17.0",
"typescript": "~5.0.3"
},
"pnpm": {
"patchedDependencies": {
"[email protected]": "patches/[email protected]",
"@types/[email protected]": "patches/@[email protected]",
"@remix-run/[email protected]": "patches/@[email protected]",
"@eslint/[email protected]": "patches/@[email protected]",
"[email protected]": "patches/[email protected]"
}
}
}