proxyraye-nextjs/package.json

33 lines
711 B
JSON
Raw Normal View History

2024-04-21 14:56:08 +00:00
{
"name": "proxyraye-next",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint"
},
"dependencies": {
2024-04-24 17:26:40 +00:00
"@picocss/pico": "^2.0.6",
"axios": "^1.6.8",
"cheerio": "^1.0.0-rc.12",
"classnames": "^2.5.1",
"next": "14.2.2",
"next-intl": "^3.11.3",
2024-04-21 14:56:08 +00:00
"react": "^18",
"react-dom": "^18",
2024-04-24 17:26:40 +00:00
"video.js": "^8.10.0",
"videojs-hls-quality-selector": "^2.0.0"
2024-04-21 14:56:08 +00:00
},
"devDependencies": {
"@types/node": "^20",
"@types/react": "^18",
"@types/react-dom": "^18",
"eslint": "^8",
2024-04-24 17:26:40 +00:00
"eslint-config-next": "14.2.2",
"sass": "^1.75.0",
"typescript": "^5"
2024-04-21 14:56:08 +00:00
}
}