pdf-editor/package.json

49 lines
1.5 KiB
JSON
Raw Normal View History

2023-05-17 01:12:02 +02:00
{
"name": "pdf-editor",
"description": "Editeur de fichier PDF",
"license": "AGPL-3.0",
"author": "Weko",
"version": "1.0.0",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"prebuild": "npm run clean",
"build": "node_modules/.bin/hugo/hugo --gc --minify",
"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}\"",
"postinstall": "hugo-installer --version otherDependencies.hugo --extended --destination node_modules/.bin/hugo"
2023-05-17 01:12:02 +02:00
},
"devDependencies": {
2023-05-17 01:12:02 +02:00
"@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",
2023-05-17 01:12:02 +02:00
"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"
2023-05-17 01:12:02 +02:00
},
"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": {}
}
}