-
Notifications
You must be signed in to change notification settings - Fork 23
/
package.json
32 lines (32 loc) · 838 Bytes
/
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
{
"name": "root",
"private": true,
"description": "Gatsby plugin for Material-UI with built-in server-side rendering support",
"license": "MIT",
"repository": {
"type": "git",
"url": "https://github.com/hupe1980/gatsby-plugin-material-ui"
},
"keywords": [
"react",
"gatsby",
"gatsby-plugin",
"material-ui"
],
"workspaces": [
"e2e-tests/*",
"gatsby-plugin-material-ui"
],
"scripts": {
"test:development-runtime": "yarn workspace development-runtime test",
"test:production-runtime": "yarn workspace production-runtime test",
"prepare": "lerna run prepare",
"lint": "eslint . --report-unused-disable-directives"
},
"devDependencies": {
"@babel/eslint-parser": "^7.15.0",
"eslint": "^7.32.0",
"eslint-plugin-react": "^7.14.3",
"lerna": "^4.0.0"
}
}