Files
pdfer/package.json
dependabot[bot] 2107643b31 Bump next from 10.0.8 to 11.1.1
Bumps [next](https://github.com/vercel/next.js) from 10.0.8 to 11.1.1.
- [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/v10.0.8...v11.1.1)

---
updated-dependencies:
- dependency-name: next
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
2021-09-01 19:35:47 +00:00

38 lines
979 B
JSON

{
"name": "pdfer",
"version": "2.0.0",
"scripts": {
"dev": "next",
"build": "next build",
"start": "next start",
"type-check": "tsc",
"format": "prettier --write **/*.{ts,tsx,json}",
"test": "jest --watch",
"test:ci": "jest --ci",
"docker:build": "docker build . -t pdfer",
"docker:run": "docker run -v /tmp/pdfer-store:/pdfer-store -p 3000:3000 pdfer"
},
"dependencies": {
"next": "^11.1.1",
"react": "^17.0.1",
"react-dom": "^17.0.1"
},
"devDependencies": {
"@tailwindcss/forms": "^0.2.1",
"@types/jest": "^26.0.20",
"@types/node": "^14.14.33",
"@types/react": "^17.0.3",
"@types/react-dom": "^17.0.2",
"@types/uuid": "^8.3.0",
"autoprefixer": "^10.2.5",
"babel-jest": "^26.6.3",
"jest": "^26.6.3",
"jest-watch-typeahead": "^0.6.1",
"postcss": "^8.2.8",
"react-collapsible": "^2.8.3",
"tailwindcss": "^2.0.3",
"typescript": "^4.2.3"
},
"license": "MIT"
}