Files
OfficialSite/package.json

35 lines
981 B
JSON
Raw 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": {
2021-09-14 18:20:45 -04:00
"node": ">=14.17"
2021-03-05 09:19:42 -05:00
},
"scripts": {
"start": "node --experimental-json-modules --no-warnings build/watch.js",
"build": "node --experimental-json-modules --no-warnings build/build.js"
},
"dependencies": {
"locomotive-scroll": "^4.1.2",
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.3.5",
2021-03-05 09:19:42 -05:00
"browser-sync": "^2.26.13",
"concat": "^1.0.3",
"esbuild": "^0.13.0",
"kleur": "^4.1.4",
"node-notifier": "^10.0.0",
"node-sass": "^6.0.1",
"postcss": "^8.3.7",
"svg-mixer": "^2.3.14",
"tiny-glob": "^0.2.9"
2021-03-05 09:19:42 -05:00
}
}