mirror of
https://github.com/ipfs/awesome-ipfs.git
synced 2024-11-20 11:28:35 -05:00
clean package.json
This commit is contained in:
parent
add2e84e90
commit
2e872bf055
1 changed files with 2 additions and 13 deletions
15
package.json
15
package.json
|
@ -2,23 +2,12 @@
|
|||
"name": "awesome-ipfs",
|
||||
"version": "1.0.0",
|
||||
"private": true,
|
||||
"dependencies": {
|
||||
"ipfs-css": "^0.12.0",
|
||||
"lunr": "^2.3.6",
|
||||
"tachyons": "^4.11.1"
|
||||
},
|
||||
"dependencies": {},
|
||||
"scripts": {
|
||||
"start": "node ./scripts/dev.js",
|
||||
"ci:danger": "danger ci"
|
||||
},
|
||||
"devDependencies": {
|
||||
"chokidar": "^3.0.2",
|
||||
"danger": "^11.1.2",
|
||||
"ecstatic": "^4.1.2",
|
||||
"fs-extra": "^8.1.0",
|
||||
"node-yaml": "^4.0.1",
|
||||
"npm-run-all": "^4.1.5",
|
||||
"shx": "^0.3.2"
|
||||
"danger": "^11.1.2"
|
||||
},
|
||||
"author": "Protocol Labs, Inc.",
|
||||
"license": "MIT",
|
||||
|
|
Loading…
Reference in a new issue