-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
56 lines (56 loc) · 1.69 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
{
"name": "@viralganatra/app-scripts",
"version": "5.0.3",
"description": "Common scripts (testing/linting etc) for use in projects",
"engines": {
"node": ">= 12"
},
"author": "Viral Ganatra <[email protected]>",
"license": "MIT",
"repository": {
"type": "git",
"url": "https://github.com/viralganatra/app-scripts.git"
},
"scripts": {
"postversion": "git push origin master; git push --tags"
},
"bin": "./bin/app-scripts.js",
"dependencies": {
"@babel/core": "^7.14.5",
"@babel/eslint-plugin": "^7.14.5",
"@babel/plugin-proposal-class-properties": "^7.14.5",
"@babel/plugin-proposal-object-rest-spread": "^7.14.5",
"@babel/preset-env": "^7.14.5",
"@babel/preset-react": "^7.14.5",
"@testing-library/jest-dom": "^5.14.1",
"@testing-library/react": "^11.2.7",
"babel-core": "^7.0.0-bridge.0",
"babel-eslint": "^10.1.0",
"babel-jest": "^27.0.2",
"babel-plugin-transform-react-remove-prop-types": "^0.4.24",
"browserslist": "^4.16.6",
"eslint": "^7.28.0",
"eslint-config-airbnb": "^18.2.1",
"eslint-config-prettier": "^8.3.0",
"eslint-plugin-import": "^2.23.4",
"eslint-plugin-jest": "^24.3.6",
"eslint-plugin-jsx-a11y": "^6.4.1",
"eslint-plugin-prettier": "^3.4.0",
"eslint-plugin-react": "^7.24.0",
"eslint-plugin-react-hooks": "^4.2.0",
"husky": "^4.3.8",
"identity-obj-proxy": "^3.0.0",
"is-ci": "^3.0.0",
"jest": "^27.0.4",
"jest-extended": "^0.11.5",
"lint-staged": "^10.5.4",
"prettier": "^2.3.1",
"read-pkg-up": "^7.0.1",
"snapshot-diff": "^0.8.1",
"which": "^2.0.2"
},
"peerDependencies": {
"react": ">=16",
"react-dom": ">=16"
}
}