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:
@@ -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"
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user