Files
pdfer/package.json
dependabot[bot] 1172568f9a Bump postcss from 8.4.13 to 8.4.31
Bumps [postcss](https://github.com/postcss/postcss) from 8.4.13 to 8.4.31.
- [Release notes](https://github.com/postcss/postcss/releases)
- [Changelog](https://github.com/postcss/postcss/blob/main/CHANGELOG.md)
- [Commits](https://github.com/postcss/postcss/compare/8.4.13...8.4.31)

---
updated-dependencies:
- dependency-name: postcss
  dependency-type: direct:development
...

Signed-off-by: dependabot[bot] <support@github.com>
2023-10-06 18:24:11 +00:00

40 lines
1.0 KiB
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": "12.1.0",
"react": "17.0.2",
"react-dom": "17.0.2"
},
"devDependencies": {
"@tailwindcss/forms": "0.4.0",
"@types/jest": "27.0.3",
"@types/node": "16.11.12",
"@types/react": "17.0.44",
"@types/react-dom": "17.0.11",
"@types/uuid": "8.3.4",
"autoprefixer": "10.4.7",
"babel-jest": "27.4.4",
"eslint": "7.32.0",
"eslint-config-next": "12.0.7",
"jest": "27.4.4",
"jest-watch-typeahead": "0.6.1",
"postcss": "8.4.31",
"react-collapsible": "2.8.4",
"tailwindcss": "3.0.24",
"typescript": "4.5.3"
},
"license": "MIT"
}