site/package.json

39 lines
1.2 KiB
JSON
Raw Normal View History

2021-03-19 11:29:11 +00:00
{
2021-03-19 19:20:35 +00:00
"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",
2021-03-19 11:29:11 +00:00
"scripts": {
"clean": "rimraf public src/css/styles.css",
"dev": "npm run clean && postcss src/css/tailwind.css > src/css/styles.css && eleventy --serve",
2021-03-19 19:20:35 +00:00
"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"
2021-03-19 11:29:11 +00:00
},
"repository": {
"type": "git",
2021-03-19 19:20:35 +00:00
"url": "git@git.sans.pub:Sans.pub/site.git"
2021-03-19 11:29:11 +00:00
},
"keywords": [
"eleventy",
"11ty",
"tailwind",
"tailwindcss",
"purgecss"
],
2021-03-19 19:20:35 +00:00
"author": "Pierre Martin",
2021-03-19 11:29:11 +00:00
"license": "ISC",
"bugs": {
2021-03-19 19:20:35 +00:00
"url": "https://git.sans.pub/Sans.pub/site/issues"
2021-03-19 11:29:11 +00:00
},
2021-03-19 19:20:35 +00:00
"homepage": "https://sans.pub",
2021-03-19 11:29:11 +00:00
"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"
}
}