tcp.radio_front-end/package.json

43 lines
1.0 KiB
JSON

{
"name": "tcp.radio",
"version": "1.0.1",
"license": "MIT",
"author": {
"name": "TCP Direct",
"url": "https://tcp.direct"
},
"scripts": {
"start": "next start",
"build": "next build",
"dev": "next dev",
"next": "next",
"lint": "eslint .",
"prepare": "husky install"
},
"dependencies": {
"icecast-metadata-player": "^1.11.6",
"next": "^12.1.0",
"react": "^17.0.2",
"react-dom": "^17.0.2",
"react-icons": "^4.3.1",
"react-markdown": "^7.1.0"
},
"devDependencies": {
"@types/node": "^17.0.14",
"@types/react": "^17.0.33",
"@typescript-eslint/eslint-plugin": "^5.3.1",
"@typescript-eslint/parser": "^5.3.1",
"autoprefixer": "^10.4.0",
"eslint": "<8.0.0",
"eslint-config-next": "^12.0.3",
"eslint-plugin-next": "^0.0.0",
"eslint-plugin-prettier": "^4.0.0",
"eslint-plugin-react": "^7.27.0",
"husky": "^7.0.4",
"postcss": "^8.4.4",
"prettier": "^2.5.1",
"tailwindcss": "^3.0.0",
"typescript": "^4.4.4"
}
}