-
Notifications
You must be signed in to change notification settings - Fork 6
/
Copy pathpackage.json
41 lines (41 loc) · 1.12 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
{
"name": "root",
"private": true,
"devDependencies": {
"@commitlint/cli": "^8.2.0",
"@commitlint/config-conventional": "^8.3.4",
"@testing-library/jest-dom": "^5.3.0",
"@testing-library/react": "^10.0.1",
"@types/faker": "^4.1.11",
"@types/jest": "^25.1.4",
"@types/testing-library__react": "^9.1.3",
"babel-jest": "^25.2.3",
"babel-preset-gatsby": "^0.3.1",
"eslint": "^6.8.0",
"eslint-plugin-import": "^2.20.1",
"eslint-plugin-jsx-a11y": "^6.2.3",
"eslint-plugin-react": "^7.18.3",
"eslint-plugin-react-hooks": "^2.5.0",
"faker": "^4.1.0",
"gatsby": "^2.19.43",
"gatsby-plugin-react-helmet": "^3.1.6",
"husky": "^3.1.0",
"jest": "^25.2.3",
"lerna": "^3.20.2",
"lint-staged": "^10.0.8",
"prettier": "^1.19.1",
"react": "^16.8.0",
"react-dom": "^16.8.0",
"react-helmet": "^5.2.1"
},
"peerDependencies": {
"gatsby": ">=2.0.0"
},
"scripts": {
"build": "lerna run --parallel build",
"clean": "lerna clean --yes",
"publish": "lerna publish",
"bootstrap": "lerna bootstrap --hoist",
"test": "jest --runInBand"
}
}