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
Chauncey McAskill 21f6acf4a6 Update NPM dependencies
Updated:
- autoprefixer v10.3.4 → v10.3.5
- esbuild v0.12.28 → v0.13.0
- postcss v8.3.6 → v8.3.7
2021-09-22 13:26:28 -04:00

35 lines
966 B
JSON

{
"private": true,
"name": "@locomotivemtl/boilerplate",
"title": "Locomotive Boilerplate",
"version": "1.0.0",
"engines": {
"node": ">=14.17"
},
"type": "module",
"author": "Locomotive <info@locomotive.ca>",
"scripts": {
"start": "node --experimental-json-modules --no-warnings build/watch.js",
"build": "node --experimental-json-modules --no-warnings build/build.js"
},
"dependencies": {
"locomotive-scroll": "*",
"modujs": "^1.4.2",
"modularload": "^1.2.6",
"normalize.css": "*",
"svg4everybody": "*"
},
"devDependencies": {
"autoprefixer": "^10.3.5",
"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"
}
}