-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
60 lines (60 loc) · 1.66 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
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
{
"name": "project-scrapping-test",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"test": "jest --watch --setupFiles dotenv/config"
},
"author": "",
"license": "ISC",
"engines": {
"node": ">= 10.15.3",
"npm": ">= 6.9.0"
},
"dependencies": {
"@wolox/git-metrics": "^0.1",
"axios": "^0.21.1",
"count-files": "^2.6.2",
"csvtojson": "^2.0.10",
"docker-file-parser": "^1.0.4",
"dotenv": "^7.0.0",
"eslint": "^5.16.0",
"find-in-files": "^0.5.0",
"get-folder-size": "^2.0.1",
"google-spreadsheet": "^2.0.8",
"googleapis": "^39.2.0",
"graphql-request": "^1.8.2",
"js-yaml": "^3.13.1",
"lighthouse": "^6.1.0",
"lodash.kebabcase": "^4.1.1",
"minimist": "^1.2.3",
"moment": "^2.24.0",
"npm-check": "^5.9.0",
"read-file": "^0.2.0",
"rimraf": "^3.0.0",
"shelljs": "^0.8.3",
"stylelint": "^10.0.1"
},
"devDependencies": {
"@babel/plugin-proposal-optional-chaining": "^7.6.0",
"babel-eslint": "^10.0.1",
"babel-plugin-module-resolver": "^3.2.0",
"eslint": "^5.16.0",
"eslint-config-airbnb": "^18.0.1",
"eslint-config-prettier": "^6.3.0",
"eslint-config-wolox": "^2.3.0",
"eslint-config-wolox-react": "^1.1.0",
"eslint-import-resolver-babel-module": "^5.1.0",
"eslint-plugin-babel": "^5.3.0",
"eslint-plugin-flowtype": "^4.3.0",
"eslint-plugin-import": "^2.17.3",
"eslint-plugin-jest": "^22.17.0",
"eslint-plugin-jsx-a11y": "^6.2.1",
"eslint-plugin-prettier": "^3.1.0",
"eslint-plugin-react": "^7.13.0",
"eslint-plugin-react-native": "^3.7.0",
"jest": "^24.8.0",
"prettier": "^1.17.1"
}
}