wishlist-client/package.json

27 lines
553 B
JSON
Raw Permalink Normal View History

2022-04-24 23:12:11 +02:00
{
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start"
},
"dependencies": {
"next": "latest",
2022-10-29 10:22:50 +02:00
"react": "18.2.0",
"react-dom": "18.2.0",
2023-09-12 11:17:23 +02:00
"uuid": "9.0.1"
2022-04-24 23:12:11 +02:00
},
"devDependencies": {
"@types/node": "18.18.6",
"@types/react": "18.2.31",
"@types/uuid": "9.0.6",
"autoprefixer": "10.4.16",
2023-09-29 00:24:14 +02:00
"postcss": "8.4.31",
2023-08-29 14:53:33 +02:00
"prettier": "3.0.3",
"prettier-plugin-tailwindcss": "0.5.6",
2023-10-17 23:53:00 +02:00
"sass": "1.69.4",
2023-07-25 00:35:15 +02:00
"tailwindcss": "3.3.3",
2023-08-24 18:58:37 +02:00
"typescript": "5.2.2"
2022-04-24 23:12:11 +02:00
}
}