-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
executable file
·38 lines (38 loc) · 1.28 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
{
"name": "user-role-form",
"version": "0.1.0",
"homepage": "/user-role-form",
"private": true,
"dependencies": {
"axios": "^0.18.0",
"axios-mock-adapter": "^1.15.0",
"immutability-helper": "^2.6.6",
"jquery": "^3.3.1",
"lodash": "^4.17.5",
"normalizr": "^3.2.4",
"react": "^16.3.1",
"react-dom": "^16.3.1",
"react-redux": "^5.0.7",
"react-scripts": "1.1.4",
"react-widgets": "^4.2.6",
"redux": "^3.7.2",
"redux-form": "^7.3.0",
"redux-saga": "^0.16.0",
"redux-saga-routines": "^2.2.2",
"redux-saga-test-plan": "^3.6.0",
"styled-components": "^3.2.5",
"testcafe": "^0.19.1"
},
"scripts": {
"start": "react-scripts start",
"build": "react-scripts build",
"test": "react-scripts test --env=jsdom",
"eject": "react-scripts eject",
"testcafe:firefox": "testcafe firefox test/App.testcafe.js --speed 0.9",
"testcafe:firefox:headless": "testcafe -c 2 firefox:headless test/App.testcafe.js",
"testcafe:chrome": "testcafe chrome test/App.testcafe.js --speed 0.9",
"testcafe:chrome:headless": "testcafe -c 2 chrome:headless test/App.testcafe.js",
"testcafe:all": "testcafe -c 2 firefox:headless,chrome:headless test/App.testcafe.js",
"testcafe:remote": "testcafe remote test/App.testcafe.js"
}
}