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-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": {
2023-12-02 04:15:42 +01:00
"@types/node": "20.10.2",
"@types/react": "18.2.31",
2023-12-02 04:15:42 +01:00
"@types/uuid": "9.0.7",
"autoprefixer": "10.4.16",
2023-12-02 04:15:42 +01:00
"postcss": "8.4.32",
"prettier": "3.1.0",
"prettier-plugin-tailwindcss": "0.5.7",
"sass": "1.69.5",
"tailwindcss": "3.3.5",
"typescript": "5.3.2"
2022-04-24 23:12:11 +02:00
}
}