tousenscene34.fr/package.json
2023-01-22 15:02:54 +01:00

59 lines
1.9 KiB
JSON

{
"name": "tousenscene",
"version": "2023.01.22",
"private": true,
"description": "The sources for <http://tousenscene34.fr>",
"main": "",
"scripts": {
"build": "DEBUG=metalsmith* npm run clean && npm run build:metalsmith",
"build:prod": "NODE_ENV=production npm run build",
"build:metalsmith": "node src/scripts/build-metalsmith.js",
"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",
"lint": "npm run lint:js && npm run lint:css",
"lint:js": "eslint src test",
"lint:css": "stylelint src/assets/css/**/*.css",
"test": "npm run lint && npm run test:build-process",
"test:build-process": "npm run build"
},
"author": "David Soulayrol <david@soulayrol.name>",
"dependencies": {
"clndr": "^1.4.7",
"jquery": "^3.2.1",
"mini.css": "^3.0.1"
},
"devDependencies": {
"@metalsmith/collections": "^1.3.0",
"@metalsmith/layouts": "^2.6.0",
"@metalsmith/sass": "^1.1.0",
"browser-sync": "^2.27.11",
"bs-fullscreen-message": "^1.1.0",
"clean-css": "^4.2.0",
"cli-table2": "^0.2.0",
"debug": "^4.3.4",
"eslint": "^7.32.0",
"eslint-config-standard": "^16.0.3",
"eslint-plugin-import": "^2.24.2",
"eslint-plugin-node": "^11.1.0",
"eslint-plugin-promise": "^5.1.0",
"eslint-plugin-standard": "4.1.0",
"filesize": "^8.0.0",
"http-server": "^13.0.1",
"json2md": "^1.6.1",
"jsonfile": "^4.0.0",
"jstransformer-nunjucks": "^1.0.0",
"metalsmith": "^2.5.1",
"metalsmith-assets": "^0.1.0",
"metalsmith-clean-css": "^6.1.3",
"metalsmith-markdownit": "^0.5.0",
"metalsmith-rename": "^1.0.0",
"metalsmith-sitemap": "^1.2.2",
"moment": "^2.29.1",
"nodemon": "^2.0.12",
"rimraf": "^3.0.2",
"slug": "^8.2.2",
"stylelint": "^13.13.1",
"stylelint-config-standard": "^22.0.0"
}
}