mirror of
https://github.com/seigler/awesome-dash-platform
synced 2025-07-26 22:26:10 +00:00
feat: awesome ipfs website
This commit is contained in:
parent
b26e566cb0
commit
5304c279f5
43 changed files with 1068 additions and 161 deletions
47
package.json
Normal file
47
package.json
Normal file
|
@ -0,0 +1,47 @@
|
|||
{
|
||||
"name": "awesome-ipfs",
|
||||
"version": "1.0.0",
|
||||
"private": true,
|
||||
"dependencies": {
|
||||
"ipfs-css": "^0.5.2",
|
||||
"lunr": "^2.3.0",
|
||||
"tachyons": "^4.10.0"
|
||||
},
|
||||
"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: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",
|
||||
"build:minify": "html-minifier --input-dir=./public --output-dir=./public --file-ext=html --collapse-whitespace --remove-comments"
|
||||
},
|
||||
"devDependencies": {
|
||||
"babel-eslint": "^8.2.6",
|
||||
"browserify": "^16.2.2",
|
||||
"chokidar": "^2.0.4",
|
||||
"cssnano": "^4.0.1",
|
||||
"ecstatic": "^3.2.1",
|
||||
"fs-extra": "^6.0.1",
|
||||
"html-minifier": "^3.5.19",
|
||||
"hugo-bin": "^0.29.0",
|
||||
"node-yaml": "^3.1.1",
|
||||
"npm-run-all": "^4.1.3",
|
||||
"postcss-cli": "^5.0.1",
|
||||
"postcss-import": "^11.1.0",
|
||||
"shx": "^0.3.2",
|
||||
"standard": "^11.0.1",
|
||||
"uglifyify": "^5.0.1",
|
||||
"watch": "^1.0.2"
|
||||
},
|
||||
"standard": {
|
||||
"parser": "babel-eslint"
|
||||
},
|
||||
"author": "Protocol Labs, Inc.",
|
||||
"license": "MIT",
|
||||
"homepage": "."
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue