wishlist-client/package.json

27 lines
560 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-04-25 22:32:24 +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-04-25 22:32:24 +02:00
"@types/uuid": "^8.3.4",
2022-04-24 23:12:11 +02:00
"autoprefixer": "^10.4.0",
"postcss": "^8.4.5",
"prettier": "^2.6.2",
"prettier-plugin-tailwindcss": "^0.1.1",
"sass": "^1.50.1",
"tailwindcss": "^3.0.7",
"typescript": "4.5.4"
}
}