mirror of
https://github.com/privacyguides/privacyguides.org.git
synced 2025-08-31 23:29:16 +00:00
Transition to mkdocs (#829)
Co-authored-by: Jonah Aragon <jonah@triplebit.net>
This commit is contained in:
29
package.json
29
package.json
@@ -1,29 +0,0 @@
|
||||
{
|
||||
"name": "privacyguides",
|
||||
"version": "1.0.0",
|
||||
"description": "",
|
||||
"main": "index.js",
|
||||
"scripts": {
|
||||
"assets:copy:js": "mkdir -p assets/js/vendor && cp node_modules/bootstrap/dist/js/bootstrap.bundle.min.* node_modules/mathjax/es5/tex-svg.js assets/js/vendor/",
|
||||
"assets:copy:icons": "mkdir -p assets/fonts/vendor/fontawesome && cp -a \"node_modules/@fortawesome/fontawesome-pro/.\" assets/fonts/vendor/fontawesome/",
|
||||
"assets:install": "npm run assets:copy:js && npm run assets:copy:icons",
|
||||
"build": "npm run assets:install && bundle exec jekyll build",
|
||||
"serve": "npm run assets:install && bundle exec jekyll serve --livereload"
|
||||
},
|
||||
"repository": {
|
||||
"type": "git",
|
||||
"url": "git+https://github.com/privacyguides/privacyguides.git"
|
||||
},
|
||||
"keywords": [],
|
||||
"author": "",
|
||||
"license": "ISC",
|
||||
"bugs": {
|
||||
"url": "https://github.com/privacyguides/privacyguides/issues"
|
||||
},
|
||||
"homepage": "https://github.com/privacyguides/privacyguides#readme",
|
||||
"dependencies": {
|
||||
"@fortawesome/fontawesome-pro": "^6.1.1",
|
||||
"bootstrap": "^5.1.3",
|
||||
"mathjax": "^3.2.0"
|
||||
}
|
||||
}
|
Reference in New Issue
Block a user