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-29 10:22:50 +02:00
"react": "18.2.0",
"react-dom": "18.2.0",
2022-10-28 11:00:33 +02:00
"uuid": "9.0.0"
2022-04-24 23:12:11 +02:00
},
"devDependencies": {
"@types/node": "18.16.19",
"@types/react": "18.2.16",
"@types/uuid": "9.0.2",
"autoprefixer": "10.4.14",
"postcss": "8.4.24",
2023-04-23 11:43:13 +02:00
"prettier": "2.8.8",
"prettier-plugin-tailwindcss": "0.3.0",
"sass": "1.63.6",
2023-04-26 22:22:07 +02:00
"tailwindcss": "3.3.2",
"typescript": "5.1.6"
2022-04-24 23:12:11 +02:00
}
}