-
Notifications
You must be signed in to change notification settings - Fork 10
/
Copy pathpackage.json
51 lines (51 loc) · 1.2 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
49
50
51
{
"name": "@x-ray/plugin-chromium-screenshots",
"version": "0.3.0",
"description": "Check Chromium screenshots with X-Ray",
"keywords": [],
"main": "src/index.ts",
"repository": "bubble-dev/_",
"license": "MIT",
"engines": {
"node": ">=12.13.0"
},
"publishConfig": {
"access": "public"
},
"sideEffects": false,
"dependencies": {
"@babel/core": "^7.9.0",
"@babel/plugin-syntax-bigint": "^7.8.3",
"@babel/preset-env": "^7.9.5",
"@babel/preset-react": "^7.9.4",
"@babel/preset-typescript": "^7.9.0",
"@babel/register": "^7.8.6",
"@x-ray/core": "^0.3.0",
"@x-ray/ui": "^4.0.0",
"funcom": "^0.2.0",
"iterama": "^0.6.1",
"piall": "^0.2.1",
"pifs": "^2.0.0",
"pixelmatch": "^5.1.0",
"pngjs": "^5.0.0",
"puppeteer-core": "^5.0.0",
"react": "17.0.1",
"react-dom": "17.0.1",
"tarmap": "^0.2.0",
"tsfn": "^2.2.0",
"typeon": "^2.0.0",
"workerama": "^0.4.0",
"xrom": "^3.0.2"
},
"devDependencies": {
"@types/pngjs": "^3.4.1",
"@types/puppeteer-core": "^5.0.0",
"@types/react": "^17.0.2",
"@types/react-dom": "^17.0.1"
},
"fixdeps": {
"ignoredPackages": [
"@babel/core"
]
}
}