-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
38 lines (38 loc) · 858 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
34
35
36
37
38
{
"name": "test",
"version": "1.0.0",
"main": "index.js",
"license": "MIT",
"prettier": {
"printWidth": 120,
"bracketSpacing": true,
"trailingComma": "es5",
"singleQuote": true,
"semi": true,
"useTabs": false,
"tabWidth": 2
},
"scripts": {
"test": "cypress"
},
"dependencies": {
"chai": "^4.1.2",
"cheerio": "^1.0.0-rc.2",
"cypress": "^1.0.3",
"yarn": "^1.2.1"
},
"devDependencies": {
"babel-cli": "^6.26.0",
"babel-eslint": "^8.0.1",
"babel-polyfill": "^6.26.0",
"eslint": "^4.10.0",
"eslint-config-airbnb": "^16.1.0",
"eslint-config-prettier": "^2.6.0",
"eslint-plugin-import": "^2.8.0",
"eslint-plugin-jsx-a11y": "^6.0.2",
"eslint-plugin-prettier": "^2.3.1",
"eslint-plugin-react": "^7.4.0",
"node": "^9.0.0",
"prettier": "^1.7.4"
}
}