-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
47 lines (47 loc) · 1.24 KB
/
package.json
File metadata and controls
47 lines (47 loc) · 1.24 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
47
{
"name": "testing-talk-2019",
"version": "0.1.0",
"private": true,
"dependencies": {
"axios": "^0.19.0",
"chromedriver": "^75.0.1",
"eslint-config-scanjs": "^1.0.0-beta4",
"http-server": "^0.11.1",
"mime": "^2.4.4",
"nightwatch": "^1.1.13",
"numeral": "^2.0.6",
"react": "^16.8.6",
"react-dom": "^16.8.6",
"react-test-renderer": "^16.8.6",
"words-to-num": "^0.2.0",
"words-to-numbers": "^1.5.1"
},
"devDependencies": {
"eslint-config-airbnb": "^17.1.1",
"eslint-config-secure": "^0.2.1",
"eslint-plugin-import": "^2.18.0",
"eslint-plugin-jsx-a11y": "^6.2.3",
"eslint-plugin-no-unsanitized": "^3.0.2",
"eslint-plugin-react": "^7.14.2",
"react-scripts": "3.0.1"
},
"scripts": {
"start": "react-scripts start",
"test": "react-scripts test --coverage --watchAll=false",
"watch": "react-scripts test",
"nightwatch": "./node_modules/.bin/nightwatch",
"fake-example": "./node_modules/.bin/http-server ./src/04-visual-regression"
},
"browserslist": {
"production": [
">0.2%",
"not dead",
"not op_mini all"
],
"development": [
"last 1 chrome version",
"last 1 firefox version",
"last 1 safari version"
]
}
}