29 lines
672 B
JSON
29 lines
672 B
JSON
{
|
|
"name": "video_editor",
|
|
"private": true,
|
|
"version": "0.0.0",
|
|
"type": "module",
|
|
"scripts": {
|
|
"start": "vite",
|
|
"lint": "eslint . --ext ts,tsx --report-unused-disable-directives",
|
|
"build": "tsc && vite build",
|
|
"build:preview": "vite preview"
|
|
},
|
|
"dependencies": {
|
|
"mobx": "^6.12.0",
|
|
"mobx-react": "^9.1.0",
|
|
"rc-slider": "^10.5.0",
|
|
"react": "^18.2.0",
|
|
"react-dom": "^18.2.0",
|
|
"react-dropzone": "^14.2.3",
|
|
"react-file-drop": "^3.1.6",
|
|
"sass": "^1.70.0"
|
|
},
|
|
"devDependencies": {
|
|
"@types/react": "^18.2.43",
|
|
"@types/react-dom": "^18.2.17",
|
|
"@vitejs/plugin-react": "^4.2.1",
|
|
"vite": "^5.0.8"
|
|
}
|
|
}
|