This repository has been archived by the owner on Aug 3, 2021. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
50 lines (50 loc) · 1.48 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
{
"name": "visual-regression-testing",
"private": true,
"main": "index.js",
"author": "Dominik Ferber <[email protected]> (http://dferber.de/)",
"license": "MIT",
"scripts": {
"start": "webpack-dev-server --mode development",
"build": "webpack --mode production",
"test": "jest"
},
"dependencies": {
"@babel/core": "7.1.0",
"@babel/plugin-proposal-class-properties": "7.1.0",
"@babel/preset-env": "7.1.0",
"@babel/preset-react": "7.0.0",
"babel-core": "^7.0.0-bridge.0",
"babel-jest": "23.6.0",
"babel-loader": "8.0.2",
"babel-plugin-styled-components": "1.7.1",
"clean-webpack-plugin": "0.1.19",
"copy-webpack-plugin": "4.5.2",
"css-loader": "1.0.0",
"file-loader": "2.0.0",
"html-loader": "0.5.5",
"html-webpack-plugin": "3.2.0",
"jest": "23.6.0",
"jest-dom": "1.12.1",
"jest-image-snapshot": "2.5.0",
"jest-transform-css": "2.0.0",
"jest-transform-file": "1.1.1",
"jsdom-screenshot": "3.0.2",
"postcss": "7.0.2",
"postcss-import": "12.0.0",
"postcss-load-config": "2.0.0",
"postcss-loader": "3.0.0",
"postcss-modules": "1.3.2",
"postcss-reporter": "6.0.0",
"react": "16.5.2",
"react-dom": "16.5.2",
"react-testing-library": "5.1.0",
"style-loader": "0.23.0",
"styled-components": "3.4.9",
"stylelint": "9.5.0",
"stylelint-config-recommended": "2.1.0",
"webpack": "4.19.1",
"webpack-cli": "3.1.0",
"webpack-dev-server": "3.1.11"
}
}