-
Notifications
You must be signed in to change notification settings - Fork 379
Expand file tree
/
Copy pathpackage.json
More file actions
28 lines (28 loc) · 779 Bytes
/
package.json
File metadata and controls
28 lines (28 loc) · 779 Bytes
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
{
"name": "react-avatar-editor-mono",
"packageManager": "pnpm@10.32.1",
"version": "1.0.0",
"scripts": {
"build": "pnpm --filter react-avatar-editor build",
"clean": "pnpm --filter 'react-avatar-editor*' clean",
"demo:build": "pnpm build && pnpm --filter 'react-avatar-editor*' build",
"demo:dev": "pnpm build && pnpm --filter react-avatar-editor-demo dev",
"lint": "oxlint .",
"fmt": "oxfmt --write .",
"fmt:check": "oxfmt --check ."
},
"devDependencies": {
"@types/react": "^19.2.14",
"oxfmt": "0.41.0",
"oxlint": "^1.56.0",
"typescript": "^5.9.3"
},
"pnpm": {
"overrides": {
"picomatch": "^4.0.4",
"brace-expansion@>=4.0.0 <5.0.5": "^5.0.5",
"lodash": "^4.18.1"
}
},
"license": "MIT"
}