website/package.json
dependabot[bot] 69d67110e2
Bump typescript from 4.6.4 to 4.7.4
Bumps [typescript](https://github.com/Microsoft/TypeScript) from 4.6.4 to 4.7.4.
- [Release notes](https://github.com/Microsoft/TypeScript/releases)
- [Commits](https://github.com/Microsoft/TypeScript/compare/v4.6.4...v4.7.4)

---
updated-dependencies:
- dependency-name: typescript
  dependency-type: direct:development
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
2022-07-05 12:19:28 +00:00

40 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.4.3",
"@remix-run/serve": "^1.6.3",
"react": "^17.0.2",
"react-dom": "^17.0.2"
},
"devDependencies": {
"@remix-run/dev": "^1.6.3",
"@remix-run/eslint-config": "^1.6.3",
"@types/react": "^17.0.24",
"@types/react-dom": "^17.0.9",
"autoprefixer": "^10.4.7",
"concurrently": "^7.1.0",
"cross-env": "^7.0.3",
"eslint": "^8.19.0",
"nodemon": "^2.0.18",
"postcss": "^8.4.13",
"tailwindcss": "^3.1.4",
"typescript": "^4.7.4"
},
"engines": {
"node": ">=14"
}
}