wishlist-client/package.json

27 lines
554 B
JSON
Raw 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-27 13:48:17 +02:00
"react": "18.0.0",
"react-dom": "18.0.0",
2022-10-28 11:00:33 +02:00
"uuid": "9.0.0"
2022-04-24 23:12:11 +02:00
},
"devDependencies": {
2022-10-27 13:48:17 +02:00
"@types/node": "18.11.7",
"@types/react": "18.0.24",
"@types/uuid": "8.3.4",
2022-10-28 11:00:33 +02:00
"autoprefixer": "10.4.13",
"postcss": "8.4.18",
"prettier": "2.7.1",
"prettier-plugin-tailwindcss": "0.1.13",
"sass": "1.55.0",
"tailwindcss": "3.2.1",
2022-10-27 13:48:17 +02:00
"typescript": "4.8.4"
2022-04-24 23:12:11 +02:00
}
}