pdf-editor/package.json

51 lines
1.6 KiB
JSON

{
"name": "pdf-editor",
"description": "Editeur de fichier PDF",
"license": "AGPL-3.0",
"author": "Weko",
"version": "1.0.0",
"scripts": {
"prebuild": "npm run clean",
"build": "node_modules/.bin/hugo/hugo --gc --minify",
"prestart": "npm run clean",
"start": "node_modules/.bin/hugo/hugo server --bind=0.0.0.0 --disableFastRender",
"clean": "rm -rf public resources",
"lint": "npm run -s lint:scripts && npm run -s lint:styles",
"lint:scripts": "eslint assets/scripts",
"lint:styles": "stylelint \"assets/styles/**/*.{css,sass,scss,sss,less}\"",
"test": "npm run -s lint",
"postinstall": "hugo-installer --version otherDependencies.hugo --extended --destination node_modules/.bin/hugo"
},
"devDependencies": {
"@fullhuman/postcss-purgecss": "^5.0.0",
"autoprefixer": "^10.4.14",
"bootstrap": "^5.2.3",
"cssnano": "^6.0.1",
"cssnano-preset-advanced": "^6.0.1",
"esbuild": "^0.17.19",
"eslint": "^8.40.0",
"hugo-installer": "^4.0.1",
"pdfjs-dist": "^3.6.172",
"postcss": "^8.4.23",
"postcss-cli": "^10.1.0",
"stylelint": "^15.6.2",
"stylelint-config-standard-scss": "^9.0.0"
},
"otherDependencies": {
"hugo": "0.111.3"
},
"comments": {
"dependencies": {
"@fullhuman/postcss-purgecss": "project",
"autoprefixer": "project",
"bootstrap": "project",
"cssnano": "project",
"cssnano-preset-advanced": "project",
"pdfjs-dist": "project",
"postcss": "project",
"postcss-cli": "project"
},
"devDependencies": {}
}
}