mirror of
https://github.com/kremalicious/ipfs.git
synced 2024-10-31 23:35:20 +01:00
dd9d5784e7
Bumps [next](https://github.com/vercel/next.js) from 12.0.10 to 12.2.3. - [Release notes](https://github.com/vercel/next.js/releases) - [Changelog](https://github.com/vercel/next.js/blob/canary/release.js) - [Commits](https://github.com/vercel/next.js/compare/v12.0.10...v12.2.3) --- updated-dependencies: - dependency-name: next dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com>
57 lines
1.7 KiB
JSON
57 lines
1.7 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": "npm run lint && npm run type-check && NODE_ENV=test jest -c test/__config__/jest.config.js",
|
|
"test:watch": "npm run lint && npm run type-check && NODE_ENV=test jest -c test/__config__/jest.config.js --watch",
|
|
"lint": "next lint",
|
|
"type-check": "tsc --noEmit",
|
|
"format": "prettier --ignore-path .gitignore '**/*.{css,yml,js,jsx,ts,tsx,json}' --write",
|
|
"analyze": "ANALYZE=true next build"
|
|
},
|
|
"author": "Matthias Kretschmann <m@kretschmann.io>",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"@svgr/webpack": "^6.2.1",
|
|
"axios": "^0.26.0",
|
|
"ipfs-http-client": "^56.0.1",
|
|
"next": "^12.2.3",
|
|
"next-seo": "^5.1.0",
|
|
"react": "^17.0.2",
|
|
"react-dom": "^17.0.2",
|
|
"react-dropzone": "^12.0.4",
|
|
"use-dark-mode": "^2.3.1"
|
|
},
|
|
"devDependencies": {
|
|
"@babel/preset-typescript": "^7.16.7",
|
|
"@next/bundle-analyzer": "^12.0.10",
|
|
"@testing-library/jest-dom": "^5.16.2",
|
|
"@testing-library/react": "^12.1.2",
|
|
"@types/jest": "^27.4.0",
|
|
"@types/node": "^17.0.17",
|
|
"@types/react": "^17.0.39",
|
|
"eslint": "^8.9.0",
|
|
"eslint-config-next": "12.0.10",
|
|
"eslint-config-prettier": "^8.3.0",
|
|
"eslint-plugin-prettier": "^4.0.0",
|
|
"eslint-plugin-testing-library": "^5.0.5",
|
|
"identity-obj-proxy": "^3.0.0",
|
|
"jest": "^27.5.1",
|
|
"prettier": "^2.5.1",
|
|
"typescript": "^4.5.5"
|
|
},
|
|
"engines": {
|
|
"node": ">=14.x"
|
|
},
|
|
"browserslist": [
|
|
">0.2%",
|
|
"not dead",
|
|
"not ie <= 11",
|
|
"not op_mini all"
|
|
]
|
|
}
|