You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
55 lines
1.4 KiB
55 lines
1.4 KiB
{
|
|
"resources": {
|
|
"@babel/core": {
|
|
"packages": {
|
|
"<root>": true,
|
|
"@babel/preset-env": true,
|
|
"@babel/preset-react": true,
|
|
"@babel/plugin-transform-runtime": true,
|
|
"@babel/plugin-proposal-class-properties": true,
|
|
"@babel/plugin-proposal-object-rest-spread": true,
|
|
"@babel/plugin-proposal-optional-chaining": true,
|
|
"@babel/plugin-proposal-nullish-coalescing-operator": true
|
|
}
|
|
},
|
|
"@eslint/eslintrc": {
|
|
"packages": {
|
|
"@babel/eslint-parser": true,
|
|
"@babel/eslint-plugin": true,
|
|
"@metamask/eslint-config": true,
|
|
"@metamask/eslint-config-nodejs": true,
|
|
"eslint": true,
|
|
"eslint-config-prettier": true,
|
|
"eslint-plugin-import": true,
|
|
"eslint-plugin-jsdoc": true,
|
|
"eslint-plugin-node": true,
|
|
"eslint-plugin-prettier": true,
|
|
"eslint-plugin-react": true,
|
|
"eslint-plugin-react-hooks": true
|
|
}
|
|
},
|
|
"eslint-module-utils": {
|
|
"packages": {
|
|
"eslint-import-resolver-node": true,
|
|
"@babel/eslint-parser": true
|
|
}
|
|
},
|
|
"node-sass": {
|
|
"native": true
|
|
},
|
|
"module-deps": {
|
|
"packages": {
|
|
"loose-envify": true
|
|
}
|
|
},
|
|
"sass": {
|
|
"env": "unfrozen",
|
|
"builtin": {
|
|
"url": true
|
|
},
|
|
"globals": {
|
|
"Buffer": true
|
|
}
|
|
}
|
|
}
|
|
}
|
|
|