2021-01-15 08:36:48 +01:00
|
|
|
{
|
|
|
|
"name": "privacyguides",
|
|
|
|
"version": "1.0.0",
|
|
|
|
"description": "",
|
|
|
|
"main": "index.js",
|
|
|
|
"scripts": {
|
2021-05-01 23:24:18 +02:00
|
|
|
"assets:copy:js": "mkdir -p assets/js/vendor && cp node_modules/bootstrap/dist/js/bootstrap.bundle.min.js assets/js/vendor/ && cp node_modules/jquery/dist/jquery.min.js assets/js/vendor/",
|
|
|
|
"assets:copy:icons": "mkdir -p assets/fonts/vendor/fontawesome && cp -a \"node_modules/@fortawesome/fontawesome-pro/.\" assets/fonts/vendor/fontawesome/",
|
2021-02-22 17:47:35 +01:00
|
|
|
"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 --incremental --livereload"
|
2021-01-15 08:36:48 +01:00
|
|
|
},
|
|
|
|
"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": {
|
2021-05-02 08:13:40 +02:00
|
|
|
"@fortawesome/fontawesome-pro": "^6.0.0-alpha3",
|
2021-05-02 08:14:39 +02:00
|
|
|
"bootstrap": "^4.6.0",
|
2021-05-02 22:03:01 +02:00
|
|
|
"jquery": "^3.6.0",
|
2021-01-15 10:15:27 +01:00
|
|
|
"popper.js": "^1.16.1"
|
2021-01-15 08:36:48 +01:00
|
|
|
}
|
|
|
|
}
|