![github-actions[bot]](/assets/img/avatar_default.png)
Invoices * Release apps * Update CHANGELOG.md --------- Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com> Co-authored-by: Lukasz Ostrowski <lukasz.ostrowski@saleor.io>
20 lines
No EOL
427 B
JSON
20 lines
No EOL
427 B
JSON
{
|
|
"name": "eslint-config-saleor",
|
|
"version": "0.2.1",
|
|
"main": "index.js",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"eslint-config-next": "^13.1.6",
|
|
"eslint-config-prettier": "^8.6.0",
|
|
"eslint-plugin-react": "7.32.2",
|
|
"eslint-config-turbo": "^0.0.7",
|
|
"eslint": "^8.33.0",
|
|
"typescript": "^4.9.5"
|
|
},
|
|
"publishConfig": {
|
|
"access": "public"
|
|
},
|
|
"devDependencies": {
|
|
"next": "^13.2.3"
|
|
}
|
|
} |