
* Change turborepo config to use local turbo.json * update lock to 6.0 Update turbo to 1.9.0 Move global envs to build script envs
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": "^1.9.0",
|
|
"eslint": "^8.33.0",
|
|
"typescript": "^4.9.5"
|
|
},
|
|
"publishConfig": {
|
|
"access": "public"
|
|
},
|
|
"devDependencies": {
|
|
"next": "^13.2.3"
|
|
}
|
|
} |