This commit is contained in:
2023-03-10 08:51:40 -06:00
parent 4ff57c3d76
commit 28a2aa2bb8
31 changed files with 4246 additions and 30 deletions

View File

@@ -0,0 +1,32 @@
{
"title": "BenRamey.com Blog Theme",
"version": "1.0.0",
"name": "orchardcore.benrameytheme",
"private": true,
"homepage": "https://www.benramey.com",
"author": "Ben Ramey",
"scripts": {
"format": "prettier --write \"**/*.{js,json}\"",
"watch": "webpack --watch",
"start": "webpack serve --open",
"build": "webpack --env production"
},
"devDependencies": {
"css-loader": "^6.7.3",
"eslint": "^8.35.0",
"html-webpack-plugin": "^5.5.0",
"mini-css-extract-plugin": "^2.7.3",
"prettier": "^2.8.4",
"sass": "^1.58.3",
"sass-loader": "^13.2.0",
"style-loader": "^3.3.1",
"webpack": "^5.76.0",
"webpack-cli": "^5.0.1",
"webpack-dev-middleware": "^6.0.1",
"webpack-dev-server": "^4.11.1"
},
"dependencies": {
"bootstrap": "^5.2.3",
"prismjs": "^1.29.0"
}
}