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.
 
 
 
blogbaster2.2/package.json

35 lines
930 B

{
"name": "site",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "concurrently \"next dev\" \"tailwindcss --input ./app/globals.css --output ./app/output.css --watch\"",
"build": "next build",
"start": "next start -p 3002",
"lint": "next lint"
},
"dependencies": {
"@next/font": "13.1.6",
"@types/node": "18.13.0",
"@types/react": "18.0.27",
"@types/react-dom": "18.0.10",
"daisyui": "^2.50.1",
"eslint": "8.33.0",
"eslint-config-next": "13.1.6",
"mysql2": "^3.1.2",
"next": "13.1.6",
"react": "18.2.0",
"react-dom": "18.2.0",
"react-h5-audio-player": "^3.8.6",
"react-yandex-metrika": "^2.6.0",
"semantic-ui-css": "^2.5.0",
"semantic-ui-react": "^2.1.4",
"typescript": "4.9.5"
},
"devDependencies": {
"autoprefixer": "^10.4.13",
"concurrently": "^7.6.0",
"postcss": "^8.4.21",
"tailwindcss": "^3.2.6"
}
}