-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
70 lines (70 loc) · 2.2 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
61
62
63
64
65
66
67
68
69
70
{
"name": "tab-e2e",
"version": "2.1.2",
"description": "",
"main": "build/index.js",
"scripts": {
"build": "npm-run-all -s build:clean build:src",
"build:clean": "rm -rf ./build",
"build:src": "NODE_ENV=production webpack",
"lint": "eslint ./src/",
"test": "npm-run-all -s lint test:run",
"test:run": "dotenv-extended --defaults=./.env --path=./.env.local jest --env=jsdom",
"test:coverage": "yarn run test:run --coverage",
"test:watch": "yarn run test:run --watch",
"dev:publish": "npm-run-all -s build dev:yalc-publish-push",
"dev:yalc-publish-push": "yalc publish --push",
"analyze-bundle": "WEBPACK_ANALYZE_BUNDLE=true yarn run build"
},
"repository": {
"type": "git",
"url": "git+https://github.com/gladly-team/tab-e2e.git"
},
"keywords": [],
"author": "The Tab for a Cause Team",
"license": "ISC",
"bugs": {
"url": "https://github.com/gladly-team/tab-e2e/issues"
},
"homepage": "https://github.com/gladly-team/tab-e2e#readme",
"devDependencies": {
"@babel/cli": "^7.16.8",
"@babel/core": "^7.16.12",
"@babel/plugin-transform-runtime": "^7.16.10",
"@babel/preset-env": "^7.16.11",
"@babel/preset-react": "^7.16.7",
"babel-jest": "^27.4.6",
"babel-loader": "^8.2.3",
"babel-plugin-module-resolver": "^4.1.0",
"core-js": "^3.20.3",
"dotenv-extended": "^2.4.0",
"eslint": "^8.8.0",
"eslint-config-airbnb": "^19.0.4",
"eslint-config-prettier": "^8.3.0",
"eslint-import-resolver-alias": "^1.1.2",
"eslint-plugin-import": "^2.25.4",
"eslint-plugin-jest": "^26.0.0",
"eslint-plugin-jsx-a11y": "^6.5.1",
"eslint-plugin-prettier": "^4.0.0",
"eslint-plugin-react": "^7.28.0",
"eslint-plugin-react-hooks": "^4.3.0",
"jest": "^27.4.7",
"npm-run-all": "^4.1.5",
"prettier": "^2.5.1",
"typescript": "^4.5.5",
"webpack": "^5.67.0",
"webpack-bundle-analyzer": "^4.5.0",
"webpack-cli": "^4.9.2",
"webpack-node-externals": "^3.0.0"
},
"dependencies": {
"chromedriver": "^97.0.2",
"mailosaur": "^8.1.1",
"node-fetch": "^3.2.0",
"promise-retry": "^2.0.1",
"selenium-webdriver": "^4.1.1"
},
"peerDependencies": {
"jest": "^27.0.0"
}
}