/
dimamir
/
rill
Обзор
Документация
Войти
/
dimamir
/
rill
Код
Запросы
0
Задачи
Вики
Пакеты
0
Релизы
0
Аналитика
Безопасность
main
package.json
42 строки
1 KB
Tony.J
ops: align versions in monorepo (#5973)
07 ноя 2024, 22:13
Не верифицирован
07 ноя 2024, 22:13
7e48def
Код
Авторство
О чём код?
{ "name": "@rilldata/dev", "version": "0.0.0", "private": true, "type": "module", "workspaces": [ "docs", "web-admin", "web-auth", "web-common", "web-local" ], "scripts": { "prepare": "husky || true", "build": "npm run build -w web-local", "dev": "sh -c 'npm run dev-runtime & npm run dev-web -- --port 3001 & wait'", "dev-web": "npm run dev -w web-local -- ", "dev-runtime": "go run cli/main.go start dev-project --no-ui --allowed-origins '*'", "clean": "rm -rf dev-project", "test": "npm run test -w web-common & npm run test -w web-auth & PLAYWRIGHT_TEST=true make cli && npm run test -w web-local" }, "devDependencies": { "@types/eslint": "^8.56.9", "eslint": "^8.57.0", "eslint-config-prettier": "^9.1.0", "eslint-plugin-playwright": "^1.6.0", "eslint-plugin-svelte": "^2.37.0", "eslint-plugin-vitest": "^0.5.3", "husky": "^8.0.0", "lint-staged": "^15.2.7", "prettier": "^3.3.3", "prettier-plugin-svelte": "^3.2.7", "syncpack": "^13.0.0", "typescript": "^5.6.2", "typescript-eslint": "^8.8.0" }, "lint-staged": { "*.{svelte,ts}": [ "prettier --write" ] } }