-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
131 lines (131 loc) · 4.13 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
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
{
"name": "wdio-cucumber-v4",
"version": "1.0",
"description": "wdio cucumber framework",
"main": "index.js",
"homepage": "https://github.com/naveengowda0623/wdio-cucumber-v4.git",
"repository": {
"type": "git",
"url": "https://github.com/naveengowda0623/wdio-cucumber-v4.git"
},
"author": "Naveen Gowda<[email protected]>",
"license": "MIT",
"scripts": {
"report": "node_modules/.bin/allure generate reports/systemTest/allure-results/ -o reports/systemTest/allure-reports/ --clean",
"reports:clean": "rimraf reports/systemTest",
"system:test": "wdio './config/wdio/index.js'; wdio_ret=$?; exit $wdio_ret",
"system:test:delay": "sleep 5 && npm run system:test",
"system:test:report": "npm-run-all reports:clean system:test report",
"system:test:sit": "cross-env TEST_DOMAIN=sit && npm run system:test",
"update:cache": "yarn cache clean && rimraf yarn.lock npm-packages-offline-cache node_modules && yarn install"
},
"dependencies": {
"babel-polyfill": "^6.26.0",
"mobile-detect": "^1.3.7",
"prop-types": "^15.6.0",
"react": "^16.1.0",
"react-addons-css-transition-group": "^15.6.2",
"react-dom": "^16.1.0",
"react-hot-loader": "3.1.2",
"react-modal": "^3.1.2",
"react-number-format": "^3.0.1",
"react-redux": "^5.0.6",
"react-router-dom": "^4.2.2",
"react-styled-flexboxgrid": "^2.1.1",
"uuid": "^3.1.0"
},
"devDependencies": {
"@storybook/addon-actions": "^3.2.15",
"@storybook/addon-knobs": "^3.2.15",
"@storybook/addon-links": "^3.2.15",
"@storybook/cli": "^3.2.15",
"@storybook/react": "^3.2.15",
"accessibility-developer-tools": "^2.12.0",
"allure-commandline": "^2.4.1",
"autoprefixer": "^7.1.6",
"babel-cli": "^6.26.0",
"babel-core": "^6.26.0",
"babel-eslint": "^8.0.2",
"babel-jest": "^21.2.0",
"babel-loader": "^7.1.2",
"babel-plugin-lodash": "^3.3.2",
"babel-preset-env": "^1.6.1",
"babel-preset-react": "^6.24.1",
"babel-preset-stage-1": "^6.24.1",
"babel-register": "^6.26.0",
"browser-sync": "^2.18.13",
"chai": "^4.1.2",
"commitizen": "^2.9.6",
"connect-history-api-fallback": "^1.5.0",
"copy-webpack-plugin": "^4.2.0",
"corp-semantic-release": "^6.4.0",
"cross-env": "^5.1.0",
"css-loader": "^0.28.7",
"csvtojson": "^2.0.10",
"cucumber": "^3.0.6",
"cz-customizable": "^5.2.0",
"cz-customizable-ghooks": "^1.5.0",
"enzyme": "^3.1.1",
"enzyme-adapter-react-16": "^1.0.4",
"enzyme-to-json": "^3.2.2",
"eslint": "^4.9.0",
"eslint-config-airbnb": "^16.1.0",
"eslint-loader": "^1.9.0",
"eslint-plugin-import": "^2.8.0",
"eslint-plugin-jsx-a11y": "^6.0.2",
"eslint-plugin-react": "^7.4.0",
"express": "^4.16.2",
"extract-text-webpack-plugin": "^3.0.1",
"file-loader": "^1.1.5",
"html-webpack-plugin": "^2.30.1",
"http-proxy-middleware": "^0.17.4",
"husky": "^0.14.3",
"ip": "^1.1.5",
"jest": "^21.2.1",
"jest-junit": "^3.1.0",
"jest-sonar-reporter": "^1.3.0",
"mountebank": "^1.12.0",
"multiple-cucumber-html-reporter": "^1.3.0",
"npm-run-all": "^4.1.2",
"react-addons-test-utils": "^15.6.2",
"react-router-test-context": "^0.1.0",
"react-test-renderer": "^16.1.0",
"redux-mock-store": "^1.3.0",
"resolve-url-loader": "^2.1.1",
"rimraf": "^2.6.2",
"sass-loader": "^6.0.6",
"selenium-server": "^3.7.1",
"selenium-standalone": "^6.11.0",
"serve-static": "^1.13.1",
"sonar-scanner": "^3.0.3",
"storybook-host": "^4.1.4",
"storybook-router": "^0.3.1",
"style-loader": "^0.19.0",
"stylefmt": "^6.0.0",
"stylelint": "^9.1.3",
"stylelint-config-standard": "^18.2.0",
"stylelint-config-styled-components": "^0.1.1",
"stylelint-processor-styled-components": "^1.3.1",
"stylelint-webpack-plugin": "^0.10.3",
"wdio-allure-reporter": "^0.1.2",
"wdio-cucumber-framework": "^1.0.2",
"wdio-json-reporter": "^0.3.1",
"wdio-junit-reporter": "^0.3.1",
"wdio-selenium-standalone-service": "^0.0.9",
"wdio-spec-reporter": "^0.1.2",
"webdriverio": "4.8.0",
"webpack": "^3.8.1",
"webpack-dev-middleware": "^1.12.0",
"webpack-hot-middleware": "^2.20.0",
"xlsx": "^0.11.8",
"yargs": "^10.0.3"
},
"engines": {
"node": ">=6.5.0"
},
"config": {
"commitizen": {
"path": "node_modules/cz-customizable"
}
}
}