-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
41 lines (41 loc) · 1.26 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
{
"name": "mugshot-demo",
"version": "1.0.0",
"description": "Visual regression testing demo with Mugshot and React Component Playground",
"license": "ISC",
"scripts": {
"build": "node_modules/.bin/webpack --config ./conf/webpack.config.js",
"playground": "node_modules/.bin/cosmos --config ./conf/cosmos.config.js",
"test:visual": "mocha tests/visual/index.js --timeout 60000 -R mocha-mugshot-reporter",
"docker:test:visual": "sh ./tests/visual/run-tests.sh"
},
"dependencies": {
"classnames": "^2.2.5",
"react": "15.6.1",
"react-dom": "15.6.1"
},
"devDependencies": {
"babel-cli": "^6.24.1",
"babel-core": "^6.24.1",
"babel-loader": "^7.0.0",
"babel-preset-es2015": "^6.24.1",
"babel-preset-react": "^6.24.1",
"chai": "~4.1.0",
"chai-mugshot": "~0.3.1",
"css-loader": "~0.28.0",
"express": "~4.15.2",
"glob": "~7.1.1",
"html-webpack-plugin": "^2.28.0",
"less": "~2.7.2",
"less-loader": "~4.0.3",
"mocha": "~3.2.0",
"mocha-mugshot-reporter": "^1.0.6",
"mugshot": "^0.3.2",
"mugshot-looks-same": "^1.0.0",
"mugshot-webdriverio": "^1.0.0",
"react-cosmos-webpack": "^2.0.0-beta.14",
"style-loader": "~0.18.2",
"webdriverio": "^4.6.2",
"webpack": "~2.3.2"
}
}