forked from qiwi/pijma
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
34 lines (34 loc) · 1.11 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
{
"name": "@qiwi/pijma",
"private": true,
"workspaces": [
"packages/*"
],
"scripts": {
"clean": "yarn workspaces foreach --parallel --no-private --interlaced run clean",
"build": "yarn workspaces foreach --parallel --topological-dev --no-private --interlaced run build",
"start": "yarn workspaces foreach --parallel --no-private --interlaced run start",
"test": "yarn workspaces foreach --parallel --no-private --interlaced run test",
"format": "yarn workspaces foreach --parallel --no-private --interlaced run format",
"lint": "yarn workspaces foreach --parallel --no-private --interlaced run lint"
},
"resolutions": {
"@types/react": "18.0.18",
"@types/react-dom": "18.0.6",
"pixelmatch": "5.3.0",
"pngjs": "6.0.0",
"puppeteer": "15.5.0",
"react": "18.2.0",
"react-dom": "18.2.0"
},
"repository": {
"type": "git",
"url": "git+https://github.com/qiwi/pijma.git"
},
"license": "MIT",
"bugs": {
"url": "https://github.com/qiwi/pijma/issues"
},
"homepage": "https://github.com/qiwi/pijma/#readme",
"packageManager": "[email protected]"
}