forked from mosch/react-avatar-editor
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
29 lines (29 loc) · 814 Bytes
/
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
{
"name": "react-avatar-editor-mono",
"engines": {
"pnpm": "8.x"
},
"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": "eslint . --cache --ext .ts,.tsx"
},
"devDependencies": {
"@types/react": "18.2.38",
"@typescript-eslint/eslint-plugin": "6.12.0",
"@typescript-eslint/parser": "6.12.0",
"eslint": "8.54.0",
"eslint-config-prettier": "9.0.0",
"prettier": "3.1.0",
"typescript": "5.3.2"
},
"license": "MIT",
"prettier": {
"singleQuote": true,
"trailingComma": "all",
"semi": false
}
}