{ "name": "static-sites", "private": true, "version": "0.0.0", "repository": { "type": "git", "url": "https://gitlab.mareshq.com/mareshq/internal-static-sites" }, "author": "Vojtech Mares ", "scripts": { "preinstall": "npx only-allow pnpm", "fmt": "prettier --write .", "fmt-check": "prettier --check .", "build": "turbo run build", "test": "turbo run test", "lint": "turbo run lint", "dev": "turbo run dev" }, "devDependencies": { "prettier": "^2.7.1", "turbo": "^1.4.5" }, "dependencies": { "@babel/core": "^7.19.0", "autoprefixer": "^10.4.8", "postcss": "^8.4.16" } }