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

Update notification + add built time + add nvmrc

This commit is contained in:
Quentin Hocdé
2020-12-11 10:41:07 -05:00
parent 6ab44c64a9
commit f15ec08784
10 changed files with 149 additions and 25 deletions

View File

@@ -3,11 +3,12 @@
"name": "@locomotivemtl/boilerplate",
"title": "Locomotive Boilerplate",
"version": "1.0.0",
"engines": { "node": "???" },
"type": "module",
"author": "Locomotive <info@locomotive.ca>",
"scripts": {
"start": "node --experimental-json-modules build/watch.js",
"build": "node --experimental-json-modules build/build.js"
"start": "node --experimental-json-modules --no-warnings build/watch.js",
"build": "node --experimental-json-modules --no-warnings build/build.js"
},
"dependencies": {
"locomotive-scroll": "*",
@@ -21,6 +22,8 @@
"concat": "^1.0.3",
"esbuild": "^0.8.16",
"fs": "0.0.1-security",
"kleur": "^4.1.3",
"node-notifier": "^8.0.0",
"node-sass": "^5.0.0",
"svg-mixer": "^2.3.14"
}