website/package.json
dependabot[bot] 5374e5162d
Bump postcss from 8.4.14 to 8.4.21
Bumps [postcss](https://github.com/postcss/postcss) from 8.4.14 to 8.4.21.
- [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.14...8.4.21)

---
updated-dependencies:
- dependency-name: postcss
  dependency-type: direct:development
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
2023-01-09 03:12:39 +00:00

41 lines
1.1 KiB
JSON

{
"name": "remix-template-remix",
"private": true,
"description": "",
"license": "",
"sideEffects": false,
"scripts": {
"build": "npm run build:css && remix build",
"build:css": "tailwindcss -o ./app/styles.css",
"dev": "concurrently -p \"[{name}]\" -n \"tailwind,remix\" -c \"yellow.bold,red.bold\" \"npm:dev:css\" \"npm:dev:remix\"",
"dev:remix": "cross-env NODE_ENV=development remix dev",
"dev:css": "tailwindcss -o ./app/styles.css --watch",
"start": "remix-serve build"
},
"dependencies": {
"@remix-run/node": "^1.6.3",
"@remix-run/react": "^1.6.7",
"@remix-run/serve": "^1.6.3",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"react-icons": "^4.6.0"
},
"devDependencies": {
"@remix-run/dev": "^1.6.3",
"@remix-run/eslint-config": "^1.6.7",
"@types/react": "^18.0.17",
"@types/react-dom": "^17.0.9",
"autoprefixer": "^10.4.8",
"concurrently": "^7.3.0",
"cross-env": "^7.0.3",
"eslint": "^8.21.0",
"nodemon": "^2.0.19",
"postcss": "^8.4.21",
"tailwindcss": "^3.1.8",
"typescript": "^4.7.4"
},
"engines": {
"node": ">=14"
}
}