-
Notifications
You must be signed in to change notification settings - Fork 2
/
package.json
58 lines (58 loc) · 1.43 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
52
53
54
55
56
57
58
{
"name": "@vrt/react",
"version": "0.7.0",
"description": "Screenshot React components. Push it and compare images in pull request.",
"keywords": [
"screenshot",
"react",
"visual regression",
"puppeteer"
],
"main": "index.js",
"bin": {
"vrt": "./index.js"
},
"scripts": {
"test": "ava --verbose && eslint --fix . && ./examples/test.sh"
},
"repository": {
"type": "git",
"url": "git+https://github.com/msn0/vrt-react.git"
},
"author": "",
"license": "MIT",
"bugs": {
"url": "https://github.com/msn0/vrt-react/issues"
},
"homepage": "https://github.com/msn0/vrt-react#readme",
"devDependencies": {
"ava": "^1.2.1",
"eslint-config-helmut": "^3.0.0",
"eslint-plugin-react": "^7.12.3"
},
"dependencies": {
"@babel/core": "^7.2.2",
"@babel/preset-env": "^7.2.3",
"@babel/preset-react": "^7.0.0",
"babel-core": "^7.0.0-bridge.0",
"babel-jest": "^23.6.0",
"babel-loader": "^8.0.4",
"chalk": "^2.4.2",
"ejs": "^2.6.1",
"fs-extra": "^7.0.1",
"get-port": "^4.1.0",
"html-webpack-plugin": "^3.2.0",
"jest": "^23.6.0",
"jest-image-snapshot": "^2.7.0",
"jest-tap-reporter": "^1.9.0",
"meow": "^5.0.0",
"nanoid": "^2.0.0",
"puppeteer": "^1.11.0",
"react": "^16.7.0",
"react-dom": "^16.7.0",
"slugify": "^1.3.4",
"webpack": "^4.28.3",
"webpack-cli": "^3.2.0",
"webpack-dev-server": "^3.1.14"
}
}