fpcourse/package.json

30 lines
631 B
JSON
Raw Permalink Normal View History

2023-04-14 20:36:03 +00:00
{
"name": "fpcourse",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint"
},
"dependencies": {
"@types/node": "18.15.11",
"@types/react": "18.0.35",
"@types/react-dom": "18.0.11",
"autoprefixer": "10.4.14",
"eslint": "8.38.0",
"eslint-config-next": "13.3.0",
"next": "13.3.0",
"postcss": "8.4.21",
"react": "18.2.0",
"react-dom": "18.2.0",
"react-markdown": "^8.0.7",
"tailwindcss": "3.3.1",
"typescript": "5.0.4"
},
"devDependencies": {
"swr": "^2.1.3"
}
}