mirror of
https://github.com/kremalicious/ipfs.git
synced 2024-11-24 19:00:55 +01:00
52 lines
1.4 KiB
JSON
52 lines
1.4 KiB
JSON
{
|
|
"name": "@kremalicious/ipfs",
|
|
"version": "1.0.0",
|
|
"description": "A public IPFS node.",
|
|
"scripts": {
|
|
"start": "next dev",
|
|
"build": "next build",
|
|
"serve": "next start",
|
|
"test": "eslint --ignore-path .gitignore '**/*.{js,jsx,ts,tsx}'",
|
|
"format": "prettier --ignore-path .gitignore '**/*.{css,yml,js,jsx,ts,tsx,json}' --write"
|
|
},
|
|
"author": "Matthias Kretschmann <m@kretschmann.io>",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"@zeit/next-css": "^1.0.1",
|
|
"axios": "^0.19.0",
|
|
"ipfs-http-client": "^39.0.0",
|
|
"next": "9.1.1",
|
|
"next-seo": "^2.1.2",
|
|
"next-svgr": "0.0.2",
|
|
"react": "^16.10.2",
|
|
"react-dom": "^16.10.2",
|
|
"react-dropzone": "^10.1.10",
|
|
"use-dark-mode": "^2.3.1"
|
|
},
|
|
"devDependencies": {
|
|
"@types/next-seo": "^1.10.0",
|
|
"@types/node": "^12.11.1",
|
|
"@types/react": "^16.9.9",
|
|
"@typescript-eslint/eslint-plugin": "^2.4.0",
|
|
"@typescript-eslint/parser": "^2.4.0",
|
|
"cssnano": "^4.1.10",
|
|
"eslint": "^6.5.1",
|
|
"eslint-config-prettier": "^6.4.0",
|
|
"eslint-plugin-jsx-a11y": "^6.2.3",
|
|
"eslint-plugin-prettier": "^3.1.1",
|
|
"eslint-plugin-react": "^7.16.0",
|
|
"postcss-preset-env": "^6.7.0",
|
|
"prettier": "^1.18.2",
|
|
"typescript": "^3.6.4"
|
|
},
|
|
"engines": {
|
|
"node": "10.x"
|
|
},
|
|
"browserslist": [
|
|
">0.2%",
|
|
"not dead",
|
|
"not ie <= 11",
|
|
"not op_mini all"
|
|
]
|
|
}
|