forked from ti-nuage/site
Nouvelle dépendance pour la génération des CR.
This commit is contained in:
@@ -1,17 +1,17 @@
|
||||
{
|
||||
"name": "ti-nuage.fr",
|
||||
"version": "2022.03.29",
|
||||
"version": "2022.05.24",
|
||||
"private": true,
|
||||
"description": "Ti Nuage Website",
|
||||
"main": "",
|
||||
"scripts": {
|
||||
"build": "DEBUG=metalsmith* npm run clean && npm run build:metalsmith",
|
||||
"build:prod": "NODE_ENV=production npm run build",
|
||||
"build:metalsmith": "nodejs scripts/run.js build",
|
||||
"build:metalsmith": "node scripts/run.js build",
|
||||
"clean": "rimraf dist",
|
||||
"dev": "npm run build && DEBUG=metalsmith* nodemon scripts/run.js serve",
|
||||
"server": "npm run build && http-server dist",
|
||||
"deploy": "npm run build:prod && cd dist && rsync -v -rlptz --relative * $SERVER_PATH",
|
||||
"deploy": "npm run build:prod && cd dist && rsync -v -rlptz --relative -e \"ssh -p $SERVER_PORT\" * $SERVER_PATH",
|
||||
"lint": "npm run lint:js && npm run lint:css",
|
||||
"lint:js": "eslint scripts",
|
||||
"lint:css": "stylelint assets/**/*.css",
|
||||
@@ -41,6 +41,7 @@
|
||||
"metalsmith": "^2.4.0",
|
||||
"metalsmith-assets": "^0.1.0",
|
||||
"metalsmith-clean-css": "^6.1.3",
|
||||
"metalsmith-groff": "^0.2.0",
|
||||
"metalsmith-markdownit": "^0.5.0",
|
||||
"metalsmith-rename": "^1.0.0",
|
||||
"metalsmith-sitemap": "^1.2.2",
|
||||
|
||||
Reference in New Issue
Block a user