40 lines
930 B
JSON
40 lines
930 B
JSON
{
|
|
"name": "proxyraye-next",
|
|
"version": "0.2.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",
|
|
"react": "^18",
|
|
"react-cookie": "^7.1.4",
|
|
"react-dom": "^18",
|
|
"react-icons": "^5.1.0",
|
|
"react-image": "^4.1.0",
|
|
"react-redux": "^9.1.1",
|
|
"redux-persist": "^6.0.0",
|
|
"video.js": "^8.10.0",
|
|
"videojs-hls-quality-selector": "^2.0.0"
|
|
},
|
|
"devDependencies": {
|
|
"@types/node": "^20",
|
|
"@types/react": "^18",
|
|
"@types/react-dom": "^18",
|
|
"eslint": "^8",
|
|
"eslint-config-next": "14.2.2",
|
|
"sass": "^1.75.0",
|
|
"typescript": "^5"
|
|
}
|
|
}
|