You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

39 lines
1.2 KiB
JSON

{
"name": "site-sans-pub",
"version": "1.0.0",
"description": "Site web principal de sans.pub, présentant la plateforme. Basé sur https://github.com/marcamos/jet",
"scripts": {
"clean": "rimraf public src/css/styles.css",
"dev": "npm run clean && postcss src/css/tailwind.css > src/css/styles.css && eleventy --serve",
"build": "npm run clean && NODE_ENV=production postcss src/css/tailwind.css > src/css/styles.css && eleventy",
"predeploy": "npm run build",
"deploy": "npx @getmeli/cli upload --url https://pages.sans.pub --site b9be0e93-f2e8-43f3-8d83-35cb9076fe17 --branch main --token $MELI_TOKEN ./public"
},
"repository": {
"type": "git",
"url": "git@git.sans.pub:Sans.pub/site.git"
},
"keywords": [
"eleventy",
"11ty",
"tailwind",
"tailwindcss",
"purgecss"
],
"author": "Pierre Martin",
"license": "ISC",
"bugs": {
"url": "https://git.sans.pub/Sans.pub/site/issues"
},
"homepage": "https://sans.pub",
"devDependencies": {
"@11ty/eleventy": "^0.11.1",
"autoprefixer": "^10.2.5",
"cssnano": "^4.1.10",
"postcss": "^8.2.8",
"postcss-cli": "^8.3.1",
"rimraf": "^3.0.2",
"tailwindcss": "^2.0.4"
}
}