1
0
mirror of https://github.com/locomotivemtl/locomotive-boilerplate.git synced 2026-01-15 00:55:08 +08:00
Files

48 lines
1.2 KiB
JSON
Raw Permalink Normal View History

{
2021-03-05 09:19:42 -05:00
"private": true,
"name": "@locomotivemtl/boilerplate",
"title": "Locomotive Boilerplate",
"version": "1.0.0",
2021-10-01 14:03:41 -04:00
"author": "Locomotive <info@locomotive.ca>",
"type": "module",
2021-03-05 09:19:42 -05:00
"engines": {
"node": ">=20",
"npm": ">=10"
2021-03-05 09:19:42 -05:00
},
"scripts": {
"start": "node --no-warnings build/watch.js",
"build": "node --no-warnings build/build.js"
2021-03-05 09:19:42 -05:00
},
"dependencies": {
"locomotive-scroll": "^5.0.0-beta.21",
2021-03-05 09:19:42 -05:00
"modujs": "^1.4.2",
2025-01-06 12:12:38 -05:00
"modularload": "^1.2.6"
2021-03-05 09:19:42 -05:00
},
"devDependencies": {
2025-07-24 11:37:10 +02:00
"autoprefixer": "^10.4.21",
"browser-sync": "^3.0.4",
"common-path": "^1.0.1",
2021-03-05 09:19:42 -05:00
"concat": "^1.0.3",
2025-07-24 11:37:10 +02:00
"esbuild": "^0.25.8",
"kleur": "^4.1.5",
"node-notifier": "^10.0.1",
2025-07-24 11:37:10 +02:00
"postcss": "^8.5.6",
"purgecss": "^7.0.2",
2025-07-24 11:37:10 +02:00
"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"
}
2021-03-05 09:19:42 -05:00
}
}