Upgraded dependencies and copyrights.
This commit is contained in:
parent
b160d0ba4d
commit
564e4c5854
3 changed files with 1100 additions and 797 deletions
|
@ -47,7 +47,7 @@
|
|||
</div>
|
||||
|
||||
<footer id="copyright">
|
||||
Textes et contenus © 2002-2022, Tous en Scène.
|
||||
Textes et contenus © 2002-2023, Tous en Scène.
|
||||
Style inspiré de <i>Linear</i> par <a href="http://templated.co">TEMPLATED</a>.
|
||||
<br>
|
||||
Édité sur <a href="https://www.gnu.org/software/emacs/">emacs</a>.
|
||||
|
|
1879
package-lock.json
generated
1879
package-lock.json
generated
File diff suppressed because it is too large
Load diff
16
package.json
16
package.json
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "tousenscene",
|
||||
"version": "2022.08.20",
|
||||
"version": "2023.01.22",
|
||||
"private": true,
|
||||
"description": "The sources for <http://tousenscene34.fr>",
|
||||
"main": "",
|
||||
|
@ -11,8 +11,6 @@
|
|||
"clean": "rimraf dist",
|
||||
"dev": "npm run build && DEBUG=metalsmith* nodemon --watch src/scripts --exec node src/scripts/run-dev-server.js",
|
||||
"server": "npm run build && http-server dist",
|
||||
"deploy": "npm run build && cd dist && rsync -v -rlptz --relative -e 'ssh -p 922' * david@laxian.net:/var/www/tests.tousenscene34.fr",
|
||||
"deploy:prod": "npm run build:prod && cd dist && rsync -v -rlptz --relative -e 'ssh -p 922' * david@laxian.net:/var/www/tousenscene34.fr",
|
||||
"lint": "npm run lint:js && npm run lint:css",
|
||||
"lint:js": "eslint src test",
|
||||
"lint:css": "stylelint src/assets/css/**/*.css",
|
||||
|
@ -26,14 +24,14 @@
|
|||
"mini.css": "^3.0.1"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@metalsmith/collections": "^1.2.1",
|
||||
"@metalsmith/layouts": "^2.4.0",
|
||||
"@metalsmith/collections": "^1.3.0",
|
||||
"@metalsmith/layouts": "^2.6.0",
|
||||
"@metalsmith/sass": "^1.1.0",
|
||||
"browser-sync": "^2.27.5",
|
||||
"browser-sync": "^2.27.11",
|
||||
"bs-fullscreen-message": "^1.1.0",
|
||||
"clean-css": "^4.2.0",
|
||||
"cli-table2": "^0.2.0",
|
||||
"debug": "^4.3.2",
|
||||
"debug": "^4.3.4",
|
||||
"eslint": "^7.32.0",
|
||||
"eslint-config-standard": "^16.0.3",
|
||||
"eslint-plugin-import": "^2.24.2",
|
||||
|
@ -45,7 +43,7 @@
|
|||
"json2md": "^1.6.1",
|
||||
"jsonfile": "^4.0.0",
|
||||
"jstransformer-nunjucks": "^1.0.0",
|
||||
"metalsmith": "^2.4.0",
|
||||
"metalsmith": "^2.5.1",
|
||||
"metalsmith-assets": "^0.1.0",
|
||||
"metalsmith-clean-css": "^6.1.3",
|
||||
"metalsmith-markdownit": "^0.5.0",
|
||||
|
@ -54,7 +52,7 @@
|
|||
"moment": "^2.29.1",
|
||||
"nodemon": "^2.0.12",
|
||||
"rimraf": "^3.0.2",
|
||||
"slug": "^5.1.0",
|
||||
"slug": "^8.2.2",
|
||||
"stylelint": "^13.13.1",
|
||||
"stylelint-config-standard": "^22.0.0"
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue