43 lines
1014 B
JSON
43 lines
1014 B
JSON
{
|
|
"name": "proxyraye-next",
|
|
"version": "0.4.0",
|
|
"private": true,
|
|
"scripts": {
|
|
"dev": "next dev",
|
|
"build": "next build",
|
|
"start": "next start",
|
|
"lint": "next lint"
|
|
},
|
|
"dependencies": {
|
|
"@picocss/pico": "2.0.6",
|
|
"@reduxjs/toolkit": "2.2.3",
|
|
"axios": "1.6.8",
|
|
"cheerio": "1.0.0-rc.12",
|
|
"classnames": "2.5.1",
|
|
"next": "14.2.2",
|
|
"next-intl": "3.11.3",
|
|
"next-nprogress-bar": "2.3.11",
|
|
"plyr-react": "5.3.0",
|
|
"react": "18.3.0",
|
|
"react-cookie": "7.1.4",
|
|
"react-dom": "18.3.0",
|
|
"react-icons": "5.1.0",
|
|
"react-image": "4.1.0",
|
|
"react-redux": "9.1.1",
|
|
"redis": "4.6.14",
|
|
"redux-persist": "6.0.0",
|
|
"video.js": "8.12.0",
|
|
"videojs-hls-quality-selector": "2.0.0"
|
|
},
|
|
"devDependencies": {
|
|
"@types/node": "20.12.12",
|
|
"@types/react": "18.3.0",
|
|
"@types/react-dom": "18.3.0",
|
|
"@types/redis": "4.0.11",
|
|
"eslint": "8",
|
|
"eslint-config-next": "14.2.2",
|
|
"sass": "1.75.0",
|
|
"typescript": "5.4.5"
|
|
}
|
|
}
|