49 lines
1.3 KiB
JSON
49 lines
1.3 KiB
JSON
{
|
|
"name": "next-entertainment-web-app",
|
|
"version": "0.1.0",
|
|
"private": true,
|
|
"scripts": {
|
|
"dev": "next dev",
|
|
"build": "next build",
|
|
"start": "next start",
|
|
"lint": "next lint",
|
|
"prettier": "prettier --write './pages/**/*.{js,ts,jsx,tsx}' './components/**/*.{js,ts,jsx,tsx}'"
|
|
},
|
|
"dependencies": {
|
|
"axios": "^1.5.0",
|
|
"bootstrap": "^5.3.2",
|
|
"moment": "^2.29.4",
|
|
"next": "12.1.0",
|
|
"next-themes": "^0.2.1",
|
|
"nprogress": "^0.2.0",
|
|
"react": "17.0.2",
|
|
"react-bootstrap": "^2.9.0",
|
|
"react-data-table-component": "^7.5.4",
|
|
"react-dom": "17.0.2",
|
|
"react-icons": "^4.3.1",
|
|
"react-modal": "^3.16.1",
|
|
"react-rating": "^2.0.5",
|
|
"react-select": "^5.7.4",
|
|
"react-toastify": "^9.1.3",
|
|
"react-tooltip": "^5.21.3",
|
|
"react-youtube": "^10.1.0",
|
|
"reactstrap": "^9.2.0",
|
|
"recoil": "^0.6.1",
|
|
"scss": "^0.2.4",
|
|
"sitemap": "^7.1.1",
|
|
"swr": "^1.2.2",
|
|
"uuid": "^8.3.2"
|
|
},
|
|
"devDependencies": {
|
|
"autoprefixer": "^10.4.3",
|
|
"eslint": "8.11.0",
|
|
"eslint-config-next": "12.1.0",
|
|
"eslint-config-prettier": "^9.0.0",
|
|
"postcss": "^8.4.11",
|
|
"prettier": "^2.6.1",
|
|
"prettier-plugin-tailwindcss": "^0.1.8",
|
|
"tailwindcss": "^3.0.23",
|
|
"video.js": "^8.5.2",
|
|
"webpack": "^5.88.2"
|
|
}
|
|
}
|