{ "private": true, "name": "@locomotivemtl/boilerplate", "title": "Locomotive Boilerplate", "version": "1.0.0", "author": "Locomotive ", "type": "module", "engines": { "node": ">=20", "npm": ">=10" }, "scripts": { "start": "node --no-warnings build/watch.js", "build": "node --no-warnings build/build.js" }, "dependencies": { "locomotive-scroll": "^5.0.0-beta.21", "modujs": "^1.4.2", "modularload": "^1.2.6" }, "devDependencies": { "autoprefixer": "^10.4.21", "browser-sync": "^3.0.4", "common-path": "^1.0.1", "concat": "^1.0.3", "esbuild": "^0.25.8", "kleur": "^4.1.5", "node-notifier": "^10.0.1", "postcss": "^8.5.6", "purgecss": "^7.0.2", "sass": "^1.89.2", "svg-mixer": "^2.3.14", "tiny-glob": "^0.2.9" }, "overrides": { "browser-sync": { "ua-parser-js": "^1.0.33" }, "svg-mixer": { "micromatch": "^4.0.8", "postcss": "^8.4.49" }, "svg-mixer-utils": { "anymatch": "^3.1.3" } } }