-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
46 lines (46 loc) · 1.11 KB
/
Copy pathpackage.json
File metadata and controls
46 lines (46 loc) · 1.11 KB
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
{
"name": "tequila-p2",
"version": "0.1.0",
"private": true,
"dependencies": {
"@babel/runtime": "^7.4.3",
"@material-ui/core": "^3.9.3",
"@material-ui/icons": "^3.0.2",
"browserify-fs": "^1.0.0",
"element-react": "^1.4.33",
"element-theme-default": "^1.4.13",
"flux": "^3.1.3",
"object-assign": "^4.1.1",
"react": "^16.8.5",
"react-dom": "^16.8.5",
"react-hot-loader": "^4.8.0",
"react-router-dom": "^5.0.0",
"react-scripts": "2.1.8",
"save-dev": "^2.0.0",
"selenium-standalone": "^6.16.0",
"superagent": "^5.0.2",
"webdriverio": "^5.7.8"
},
"scripts": {
"start": "react-scripts start",
"build": "react-scripts build",
"test": "react-scripts test",
"eject": "react-scripts eject"
},
"eslintConfig": {
"extends": "react-app"
},
"browserslist": [
">0.2%",
"not dead",
"not ie <= 11",
"not op_mini all"
],
"devDependencies": {
"@wdio/cli": "^5.7.8",
"@wdio/local-runner": "^5.7.8",
"@wdio/mocha-framework": "^5.7.8",
"@wdio/selenium-standalone-service": "^5.7.8",
"@wdio/sync": "^5.7.8"
}
}