wishlist-client/package.json

27 lines
553 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-26 00:06:41 +02:00
"react": "18.0.0",
"react-dom": "18.0.0",
"uuid": "8.3.2"
2022-04-24 23:12:11 +02:00
},
"devDependencies": {
"@types/node": "17.0.4",
"@types/react": "17.0.38",
2022-10-26 00:06:41 +02:00
"@types/uuid": "8.3.4",
"autoprefixer": "10.4.5",
"postcss": "8.4.12",
"prettier": "2.6.2",
"prettier-plugin-tailwindcss": "0.1.10",
"sass": "1.50.1",
"tailwindcss": "3.0.24",
2022-04-24 23:12:11 +02:00
"typescript": "4.5.4"
}
}