2014-09-29 14:05:34 -04:00
|
|
|
{
|
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": {
|
2024-07-04 13:12:54 -04:00
|
|
|
"node": ">=20",
|
|
|
|
|
"npm": ">=10"
|
2021-03-05 09:19:42 -05:00
|
|
|
},
|
|
|
|
|
"scripts": {
|
2024-07-04 13:12:54 -04:00
|
|
|
"start": "node --no-warnings build/watch.js",
|
|
|
|
|
"build": "node --no-warnings build/build.js"
|
2021-03-05 09:19:42 -05:00
|
|
|
},
|
|
|
|
|
"dependencies": {
|
2024-10-16 10:54:56 -04:00
|
|
|
"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",
|
2024-04-02 18:12:58 -04:00
|
|
|
"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",
|
2022-10-05 12:22:04 -04:00
|
|
|
"kleur": "^4.1.5",
|
2022-02-15 09:27:37 -05:00
|
|
|
"node-notifier": "^10.0.1",
|
2025-07-24 11:37:10 +02:00
|
|
|
"postcss": "^8.5.6",
|
2025-01-06 12:11:38 -05:00
|
|
|
"purgecss": "^7.0.2",
|
2025-07-24 11:37:10 +02:00
|
|
|
"sass": "^1.89.2",
|
|
|
|
|
"svg-mixer": "^2.3.14",
|
2021-09-17 00:26:18 -04:00
|
|
|
"tiny-glob": "^0.2.9"
|
2023-01-04 10:47:23 -05:00
|
|
|
},
|
|
|
|
|
"overrides": {
|
2023-02-09 10:45:09 -05:00
|
|
|
"browser-sync": {
|
2024-07-04 13:12:54 -04:00
|
|
|
"ua-parser-js": "^1.0.33"
|
2023-02-09 10:45:09 -05:00
|
|
|
},
|
2023-01-04 10:47:23 -05:00
|
|
|
"svg-mixer": {
|
2024-10-16 10:54:56 -04:00
|
|
|
"micromatch": "^4.0.8",
|
2025-01-06 12:11:38 -05:00
|
|
|
"postcss": "^8.4.49"
|
2024-07-04 13:12:54 -04:00
|
|
|
},
|
|
|
|
|
"svg-mixer-utils": {
|
|
|
|
|
"anymatch": "^3.1.3"
|
2023-01-04 10:47:23 -05:00
|
|
|
}
|
2021-03-05 09:19:42 -05:00
|
|
|
}
|
2014-09-29 14:05:34 -04:00
|
|
|
}
|