You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
30 lines
666 B
30 lines
666 B
{
|
|
"name": "diploma.krasnikov.pro",
|
|
"version": "0.1.0",
|
|
"private": true,
|
|
"scripts": {
|
|
"dev": "next dev",
|
|
"build": "next build",
|
|
"start": "next start",
|
|
"lint": "next lint"
|
|
},
|
|
"dependencies": {
|
|
"@types/node": "18.14.6",
|
|
"@types/react": "18.0.28",
|
|
"@types/react-dom": "18.0.11",
|
|
"daisyui": "^2.51.3",
|
|
"eslint": "8.35.0",
|
|
"eslint-config-next": "13.2.3",
|
|
"jspdf": "^2.5.1",
|
|
"mysql2": "^3.2.0",
|
|
"next": "13.2.3",
|
|
"react": "18.2.0",
|
|
"react-dom": "18.2.0",
|
|
"typescript": "4.9.5"
|
|
},
|
|
"devDependencies": {
|
|
"autoprefixer": "^10.4.13",
|
|
"postcss": "^8.4.21",
|
|
"tailwindcss": "^3.2.7"
|
|
}
|
|
}
|
|
|