57 lines
1.7 KiB
JSON
57 lines
1.7 KiB
JSON
{
|
|
"name": "itsonus-blog",
|
|
"version": "1.0.0",
|
|
"description": "Blog IT's on us",
|
|
"scripts": {
|
|
"build:assets": "webpack --config webpack.config.prod.js",
|
|
"build:site": "ELEVENTY_ENV=production npx eleventy",
|
|
"del:assets": "rimraf ./src/compiled-assets",
|
|
"del:dist": "rimraf ./dist",
|
|
"dev": "npm run dev:assets & npm run dev:site",
|
|
"dev:assets": "webpack --config webpack.config.dev.js",
|
|
"dev:site": "ELEVENTY_ENV=development npx eleventy --serve",
|
|
"prod": "npm-run-all del:dist del:assets build:assets build:site",
|
|
"serve:prod": "serve ./dist/"
|
|
},
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "https://git.itsonus.fr/internal/itsonus-blog"
|
|
},
|
|
"dependencies": {
|
|
"@11ty/eleventy": "^2.0.0-canary.16",
|
|
"@11ty/eleventy-navigation": "^0.3.5",
|
|
"@11ty/eleventy-plugin-rss": "^1.2.0",
|
|
"@11ty/eleventy-plugin-syntaxhighlight": "^4.1.0",
|
|
"markdown-it-anchor": "^8.6.4",
|
|
"markdown-it-image-figures": "^2.1.0",
|
|
"luxon": "^3.0.4",
|
|
|
|
"@babel/core": "^7.18.2",
|
|
"@babel/preset-env": "^7.18.2",
|
|
"autoprefixer": "^10.4.7",
|
|
"babel-loader": "^8.2.5",
|
|
"core-js": "^3.22.8",
|
|
"css-loader": "^6.7.1",
|
|
"eslint": "^8.17.0",
|
|
"eslint-config-airbnb-base": "^15.0.0",
|
|
"eslint-plugin-import": "^2.26.0",
|
|
"html-minifier": "^4.0.0",
|
|
"md5-file": "^5.0.0",
|
|
"mini-css-extract-plugin": "^2.6.0",
|
|
"npm-run-all": "^4.1.5",
|
|
"css-minimizer-webpack-plugin": "^4.0.0",
|
|
"postcss-loader": "^7.0.0",
|
|
"rimraf": "^3.0.2",
|
|
"sass": "^1.52.2",
|
|
"sass-loader": "^13.0.0",
|
|
"serve": "^13.0.2",
|
|
"terser-webpack-plugin": "^5.3.3",
|
|
"webpack": "^5.73.0",
|
|
"webpack-cli": "^4.9.2",
|
|
"webpack-merge": "^5.8.0"
|
|
},
|
|
"devDependencies": {
|
|
"prettier": "^2.0.5"
|
|
}
|
|
}
|