mirror of
https://github.com/mediacms-io/mediacms.git
synced 2025-11-05 23:18:53 -05:00
35 lines
1017 B
JSON
35 lines
1017 B
JSON
{
|
|
"name": "videojs",
|
|
"private": true,
|
|
"version": "0.0.0",
|
|
"type": "module",
|
|
"scripts": {
|
|
"dev": "vite",
|
|
"build": "vite build",
|
|
"lint": "eslint .",
|
|
"preview": "vite preview",
|
|
"build:django": "vite build --config vite.video-js.config.ts --outDir ../../../static/video_js",
|
|
"format": "npx prettier --write src/**/*.{js,jsx,css}"
|
|
},
|
|
"dependencies": {
|
|
"react": "^19.1.0",
|
|
"react-dom": "^19.1.0",
|
|
"react-router-dom": "^7.6.2",
|
|
"video.js": "^8.23.3"
|
|
},
|
|
"devDependencies": {
|
|
"@eslint/js": "^9.25.0",
|
|
"@types/react": "^19.1.2",
|
|
"@types/react-dom": "^19.1.2",
|
|
"@vitejs/plugin-react": "^4.5.2",
|
|
"eslint": "^9.25.0",
|
|
"eslint-plugin-react-hooks": "^5.2.0",
|
|
"eslint-plugin-react-refresh": "^0.4.19",
|
|
"globals": "^16.0.0",
|
|
"prettier": "^3.6.0",
|
|
"sass": "^1.89.2",
|
|
"vite": "^4.5.14",
|
|
"vite-plugin-svgr": "^4.5.0"
|
|
}
|
|
}
|