mirror of
https://github.com/ipfs/awesome-ipfs.git
synced 2024-10-01 01:35:37 -04:00
6d5eef146a
* chore: ignore files created by awesome_bot * feat: auto-update README.md when PRs are created * feat: use danger to post awesome_bot results on PRs * chore: wut * Update pull_requests.yml * chore: fake-test * adjust branch used by github-push-action * chore: ensure checkout uses the branch * chore: update README.md * chore: modify dangerfile and workflow ordering * remove fake addition to videos.yaml * chore: update README.md * chore: rename pull_requests.yml * temp: always display awesomeBot results * Revert "temp: always display awesomeBot results" This reverts commitacaef1f4f2
. * chore(deps): install danger as devDep * feat: cache node_modules and readme * Update pull_requests.yml * chore: remove ad-m/github-push-action see https://github.com/ad-m/github-push-action/issues/104 * tmp: PR-demo * Rebuild * Revert "tmp: PR-demo" This reverts commit8bed1326f0
. * Rebuild * fix: no need to push readme update * fix: no need to push readme update readme is updated during 'Rebuild' commit from data.yml * chore: run danger via npm script instead of npx * feat: remove replace circleci cron with github action this github action should open a PR removing broken links automatically Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> Co-authored-by: GitHub Action <action@github.com>
49 lines
1.5 KiB
JSON
49 lines
1.5 KiB
JSON
{
|
|
"name": "awesome-ipfs",
|
|
"version": "1.0.0",
|
|
"private": true,
|
|
"dependencies": {
|
|
"ipfs-css": "^0.12.0",
|
|
"lunr": "^2.3.6",
|
|
"tachyons": "^4.11.1"
|
|
},
|
|
"scripts": {
|
|
"start": "node ./scripts/dev.js",
|
|
"lint": "standard",
|
|
"deploy": "npm run build && ipfs add -r -Q ./public",
|
|
"build": "run-s build:*",
|
|
"build:readme": "node ./scripts/make-readme.js",
|
|
"build:fonts": "shx mkdir -p src/static/fonts && shx cp node_modules/ipfs-css/fonts/* src/static/fonts",
|
|
"build:icons": "shx cp node_modules/ipfs-css/icons/* src/layouts/partials/icons",
|
|
"build:css": "postcss --no-map --use postcss-import cssnano -o src/static/app.css src/css/*.css",
|
|
"build:js": "browserify -g uglifyify src/js/app.js -o src/static/app.js",
|
|
"build:data": "node ./scripts/make-data.js",
|
|
"build:hugo": "hugo -s src -d ../public --cleanDestinationDir --minify --gc",
|
|
"ci:danger": "danger ci"
|
|
},
|
|
"devDependencies": {
|
|
"babel-eslint": "^10.0.2",
|
|
"browserify": "^16.3.0",
|
|
"chokidar": "^3.0.2",
|
|
"cssnano": "^4.1.10",
|
|
"danger": "^11.1.2",
|
|
"ecstatic": "^4.1.2",
|
|
"fs-extra": "^8.1.0",
|
|
"hugo-bin": "^0.43.6",
|
|
"node-yaml": "^4.0.1",
|
|
"npm-run-all": "^4.1.5",
|
|
"postcss-cli": "^6.1.3",
|
|
"postcss-import": "^12.0.1",
|
|
"shx": "^0.3.2",
|
|
"standard": "^13.0.2",
|
|
"uglifyify": "^5.0.1",
|
|
"watch": "^1.0.2"
|
|
},
|
|
"standard": {
|
|
"parser": "babel-eslint"
|
|
},
|
|
"author": "Protocol Labs, Inc.",
|
|
"license": "MIT",
|
|
"homepage": "."
|
|
}
|