You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

34 lines
969 B
JSON

{
"name": "knowfoolery-frontend",
"private": true,
"workspaces": [
"shared/*",
"apps/*"
],
"scripts": {
"dev": "yarn workspace @knowfoolery/web dev",
"build": "yarn workspaces foreach -A run build",
"lint": "eslint . --ext .ts,.tsx",
"lint:fix": "eslint . --ext .ts,.tsx --fix",
"format": "prettier --write .",
"format:check": "prettier --check .",
"test": "yarn workspaces foreach -A run test",
"test:e2e": "playwright test -c apps/web/playwright.config.ts",
"clean": "yarn workspaces foreach -A run clean"
},
"devDependencies": {
"@eslint/eslintrc": "^3.3.3",
"@eslint/js": "^9.39.2",
"@playwright/test": "^1.56.1",
"eslint": "^9.39.2",
"eslint-config-prettier": "^10.1.8",
"eslint-plugin-solid": "^0.14.5",
"globals": "^17.3.0",
"jiti": "^2.6.1",
"prettier": "^3.0.0",
"typescript": "^5.5.4",
"typescript-eslint": "^8.54.0"
},
"packageManager": "yarn@4.0.0"
}