-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage-lock.json
32 lines (32 loc) · 1.36 KB
/
package-lock.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": "eslint-config-wezom-relax-react-ts",
"version": "1.2.3-beta",
"lockfileVersion": 1,
"requires": true,
"dependencies": {
"confusing-browser-globals": {
"version": "1.0.9",
"resolved": "https://registry.npmjs.org/confusing-browser-globals/-/confusing-browser-globals-1.0.9.tgz",
"integrity": "sha512-KbS1Y0jMtyPgIxjO7ZzMAuUpAKMt1SzCL9fsrKsX6b0zJPTaT0SiSPmewwVZg9UAO83HVIlEhZF84LIjZ0lmAw=="
},
"eslint-config-react-app": {
"version": "5.2.1",
"resolved": "https://registry.npmjs.org/eslint-config-react-app/-/eslint-config-react-app-5.2.1.tgz",
"integrity": "sha512-pGIZ8t0mFLcV+6ZirRgYK6RVqUIKRIi9MmgzUEmrIknsn3AdO0I32asO86dJgloHq+9ZPl8UIg8mYrvgP5u2wQ==",
"requires": {
"confusing-browser-globals": "^1.0.9"
}
},
"eslint-config-wezom-relax-ts": {
"version": "1.2.3-beta",
"resolved": "https://registry.npmjs.org/eslint-config-wezom-relax-ts/-/eslint-config-wezom-relax-ts-1.2.3-beta.tgz",
"integrity": "sha512-A239oBdmchg8LC4MfT2Md8cZSPqZ/TSVPYuMacaCoGA8qrJ0hNZ3b8pUm8EBbc50TB91Rej5ovInM4/z5Xlt6w=="
},
"prettier": {
"version": "2.1.2",
"resolved": "https://registry.npmjs.org/prettier/-/prettier-2.1.2.tgz",
"integrity": "sha512-16c7K+x4qVlJg9rEbXl7HEGmQyZlG4R9AgP+oHKRMsMsuk8s+ATStlf1NpDqyBI1HpVyfjLOeMhH2LvuNvV5Vg==",
"dev": true
}
}
}