This repository has been archived by the owner on Dec 16, 2024. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
66 lines (66 loc) · 1.63 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
{
"name": "@eps1lon/mui-scripts",
"version": "0.4.3",
"description": "scripts for material-ui maintainers",
"bin": "bin/entrypoint.js",
"dependencies": {
"@babel/core": "7.15.8",
"@babel/node": "7.15.8",
"@babel/preset-env": "7.15.8",
"@babel/preset-flow": "7.14.5",
"@babel/preset-react": "7.14.5",
"@babel/preset-typescript": "7.15.0",
"@octokit/graphql": "4.8.0",
"@octokit/rest": "18.11.1",
"JSONStream": "1.3.5",
"axe-core": "4.3.3",
"cheerio": "1.0.0-rc.3",
"fs-extra": "10.0.0",
"ink": "2.7.1",
"jest": "26.6.3",
"jest-circus": "26.6.3",
"lighthouse": "8.5.1",
"lodash": "4.17.21",
"netlify": "8.0.1",
"node-fetch": "2.6.5",
"playwright": "1.15.1",
"playwright-testing-library": "3.0.1",
"prettier": "2.4.1",
"react": "17.0.1",
"screen-reader-testing-library": "0.0.8",
"yargs": "17.2.1",
"yauzl": "2.10.0"
},
"repository": {
"type": "git",
"url": "ssh://[email protected]:eps1lon/mui-scripts-incubator.git"
},
"scripts": {
"a11y-snapshot": "jest -c lib/a11y-snapshot/jest.config.js",
"format:base": "prettier --ignore-path ./config/.prettierignore .",
"format:check": "yarn format:base --check",
"format": "yarn format:base --write",
"lint": "eslint \"{bin,lib,.github}/**/*.js\"",
"prepublishOnly": "yarn format:check && yarn lint"
},
"files": [
"bin",
"lib"
],
"devDependencies": {
"@actions/core": "1.6.0",
"@actions/github": "5.0.0",
"eslint": "7.32.0",
"eslint-plugin-react": "7.26.0"
},
"resolutions": {
"**/minimist": "^1.2.1"
},
"license": "MIT",
"engines": {
"node": "^12.0.0 || ^13.0.0 || ^14.0.0 || ^16.0.0"
},
"prettier": {
"useTabs": true
}
}