-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
60 lines (60 loc) · 1.77 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
59
60
{
"name": "React-webdriverIO",
"version": "1.0.0",
"description": "Workshop used for the talk",
"repository": {
"type": "git",
"url": "https://github.com/Goye/React-webdriverIO.git"
},
"license": "MIT",
"scripts": {
"start": "webpack-dev-server",
"e2e": "eslint test --ext .js && wdio wdio.conf.js",
"e2e:suite": "eslint test --ext .js && wdio wdio.conf.js --suite",
"e2e:single": "eslint test --ext .js && wdio wdio.conf.js --spec",
"selenium": "selenium-standalone start",
"selenium:install": "selenium-standalone install"
},
"dependencies": {
"babel-polyfill": "^6.16.0",
"react": "^15.3.2",
"react-dom": "^15.3.2"
},
"devDependencies": {
"babel-core": "^6.17.0",
"babel-eslint": "^7.0.0",
"babel-loader": "^6.2.5",
"babel-plugin-__coverage__": "^11.0.0",
"babel-plugin-transform-decorators-legacy": "^1.3.4",
"babel-preset-es2015": "^6.24.1",
"babel-preset-es2015-webpack": "^6.4.3",
"babel-preset-react": "^6.16.0",
"babel-preset-stage-1": "^6.16.0",
"chai": "^3.5.0",
"css-loader": "^0.28.0",
"style-loader": "^0.13.1",
"eslint": "^3.7.1",
"eslint-loader": "^1.4.1",
"eslint-plugin-react": "^6.3.0",
"html-webpack-plugin": "^2.22.0",
"mocha": "^3.1.0",
"open-browser-webpack-plugin": "0.0.2",
"react-addons-perf": "^15.4.2",
"react-addons-test-utils": "^15.3.2",
"react-hot-loader": "^3.0.0-beta.5",
"selenium-standalone": "^5.7.2",
"url-loader": "^0.5.7",
"wdio-mocha-framework": "^0.4.0",
"wdio-spec-reporter": "0.0.3",
"webdriverio": "^4.2.7",
"webpack": "2.1.0-beta.21",
"webpack-dev-server": "2.1.0-beta.8",
"webpack-merge": "^0.14.0"
},
"seedConfig": {
"port": 3000
},
"engines": {
"node": "4.x"
}
}