-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathpackage.json
33 lines (33 loc) · 979 Bytes
/
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
{
"name": "wellmo",
"version": "0.1.0",
"private": true,
"dependencies": {
"enzyme-adapter-react-16": "^1.1.1",
"nightwatch": "^0.9.20",
"react-redux": "^5.0.7",
"react-scripts": "1.1.1",
"redux": "^3.7.2",
"redux-devtools-extension": "^2.13.2",
"socks": "^2.1.6",
"styled-components": "^3.2.3"
},
"scripts": {
"start": "react-scripts start",
"build": "react-scripts build",
"test": "react-scripts test --env=jsdom",
"nightwatch": "node_modules/.bin/nightwatch",
"e2e": "npm run launch-selenium",
"launch-selenium": "java -jar ./node_modules/selenium-server-standalone-jar/jar/selenium-server-standalone-3.9.1.jar",
"eject": "react-scripts eject"
},
"devDependencies": {
"enzyme": "^3.3.0",
"jest-cli": "^20.0.4",
"react": "^16.2.0",
"react-dom": "^16.2.0",
"react-test-renderer": "^16.2.0",
"selenium-standalone": "^6.13.0",
"selenium-server-standalone-jar": "^3.4.0"
}
}