todo/src/client/package.json

27 lines
547 B
JSON
Raw Normal View History

2021-11-10 18:12:17 +01:00
{
"name": "client",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint"
},
"dependencies": {
"next": "12.0.3",
"react": "17.0.2",
2021-11-10 18:16:15 +01:00
"react-dom": "17.0.2",
"tailwindcss": "^2.2.19"
2021-11-10 18:12:17 +01:00
},
"devDependencies": {
"@types/react": "^17.0.34",
2021-11-10 18:16:15 +01:00
"autoprefixer": "^10.4.0",
2021-11-10 18:12:17 +01:00
"eslint": "7",
"eslint-config-next": "12.0.3",
2021-11-10 18:16:15 +01:00
"postcss": "^8.3.11",
"postcss-import": "^14.0.2",
2021-11-10 18:12:17 +01:00
"prettier": "^2.4.1",
"typescript": "^4.4.4"
}
}