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

47 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.1",
"npm": ">=8.0"
2021-03-05 09:19:42 -05:00
},
"scripts": {
2024-01-17 14:06:37 -05:00
"dev": "node --experimental-json-modules --no-warnings build/watch.js",
2021-03-05 09:19:42 -05:00
"build": "node --experimental-json-modules --no-warnings build/build.js"
},
"dependencies": {
"locomotive-scroll": "^5.0.0-beta.9",
2021-03-05 09:19:42 -05:00
"modujs": "^1.4.2",
"modularload": "^1.2.6",
"normalize.css": "^8.0.1",
"svg4everybody": "^2.1.9"
2021-03-05 09:19:42 -05:00
},
"devDependencies": {
"autoprefixer": "^10.4.13",
"browser-sync": "^3.0.2",
2021-03-05 09:19:42 -05:00
"concat": "^1.0.3",
"esbuild": "^0.17.6",
"kleur": "^4.1.5",
"node-notifier": "^10.0.1",
"postcss": "^8.4.21",
2024-01-17 14:06:37 -05:00
"postcss-import": "^16.0.0",
"purgecss": "^5.0.0",
2023-11-15 13:53:04 -05:00
"sass": "^1.69.5",
"svg-mixer": "~2.3.14",
2024-01-17 14:06:37 -05:00
"tailwindcss": "^3.4.1",
"tiny-glob": "^0.2.9"
},
"overrides": {
"browser-sync": {
"ua-parser-js": "~1.0.33"
},
"svg-mixer": {
"postcss": "^8.4.20"
}
2021-03-05 09:19:42 -05:00
}
}