mirror of
https://github.com/tomru/pdfer.git
synced 2026-03-03 14:37:21 +01:00
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>
40 lines
1.0 KiB
JSON
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"
|
|
}
|