-
Notifications
You must be signed in to change notification settings - Fork 21
/
package.json
36 lines (36 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
{
"name": "gatsby-theme-newrelic",
"private": true,
"workspaces": [
"demo",
"packages/*"
],
"scripts": {
"clean": "yarn workspace demo clean",
"start": "yarn workspace demo develop",
"release": "lerna publish --no-verify-access --conventional-commits --create-release github --no-private",
"test": "jest",
"test:watch": "yarn test --watch",
"lint": "lerna run lint --skip-nx-cache",
"extract-i18n": "yarn workspace @newrelic/gatsby-theme-newrelic extract-i18n"
},
"devDependencies": {
"@newrelic/eslint-plugin-newrelic": "^0.3.1",
"@testing-library/jest-dom": "^5.11.4",
"@testing-library/react": "^11.2.6",
"@testing-library/react-hooks": "^5.1.1",
"babel-jest": "^26.3.0",
"babel-preset-gatsby": "^0.5.16",
"eslint": "^7.4.0",
"eslint-plugin-graphql": "^4.0.0",
"eslint-plugin-jsx-a11y": "^6.6.0",
"eslint-plugin-react-hooks": "^4.0.8",
"jest": "^26.4.0",
"jest-emotion": "^10.0.32",
"jest-fetch-mock": "^3.0.3",
"jest-localstorage-mock": "^2.4.3",
"lerna": "^5.6.2",
"prettier": "^2.0.5",
"react-test-renderer": "^16.13.1"
}
}