You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
89 lines
2.2 KiB
89 lines
2.2 KiB
{ |
|
"name": "@pear-rec/web", |
|
"private": true, |
|
"version": "1.4.20", |
|
"type": "module", |
|
"scripts": { |
|
"dev": "vite", |
|
"build": "rimraf dist && tsc && vite build", |
|
"watch": "tsc && vite build --mode lib -w", |
|
"lint": "eslint src --ext ts,tsx --report-unused-disable-directives --max-warnings 0", |
|
"preview": "vite preview", |
|
"clear": "rimraf node_modules" |
|
}, |
|
"dependencies": { |
|
"@ant-design/icons": "^5.3.6", |
|
"@dnd-kit/core": "^6.1.0", |
|
"@dnd-kit/sortable": "^8.0.0", |
|
"@dnd-kit/utilities": "^3.2.2", |
|
"@ffmpeg/ffmpeg": "^0.12.10", |
|
"@ffmpeg/util": "^0.12.1", |
|
"@icon-park/react": "^1.4.2", |
|
"@pear-rec/recorder": "workspace:^", |
|
"@pear-rec/screenshot": "workspace:^", |
|
"@pear-rec/timer": "workspace:^", |
|
"@webav/av-canvas": "^0.4.1", |
|
"@webav/av-cliper": "^0.4.1", |
|
"@webav/av-recorder": "^0.4.1", |
|
"antd": "^5.16.1", |
|
"aplayer": "^1.10.1", |
|
"axios": "^1.5.0", |
|
"dayjs": "^1.11.7", |
|
"dexie": "^3.2.5", |
|
"dexie-react-hooks": "^1.1.7", |
|
"eventemitter3": "^5.0.1", |
|
"file-saver": "^2.0.5", |
|
"gif.js": "^0.2.0", |
|
"i18next": "^23.4.6", |
|
"js-cookie": "^3.0.5", |
|
"konva": "^9.3.1", |
|
"plyr": "^3.7.8", |
|
"qr-scanner": "^1.4.2", |
|
"re-resizable": "^6.9.11", |
|
"react": "^18.2.0", |
|
"react-dom": "^18.2.0", |
|
"react-i18next": "^13.2.1", |
|
"react-icons": "^4.8.0", |
|
"react-konva": "^18.2.10", |
|
"sass": "^1.69.5", |
|
"tui-image-editor": "^3.15.3", |
|
"use-image": "^1.1.1", |
|
"viewerjs": "^1.11.3", |
|
"wavesurfer.js": "^7.6.2" |
|
}, |
|
"devDependencies": { |
|
"@types/file-saver": "^2.0.5", |
|
"@types/gif.js": "^0.2.5", |
|
"@types/react": "^18.2.20", |
|
"@types/react-dom": "^18.2.7", |
|
"@vitejs/plugin-react-swc": "^3.0.0", |
|
"rimraf": "^5.0.1", |
|
"rollup-plugin-visualizer": "^5.9.2", |
|
"typescript": "^5.2.2", |
|
"vite": "^4.3.9", |
|
"vite-plugin-pwa": "^0.19.0" |
|
}, |
|
"files": [ |
|
"es", |
|
"lib" |
|
], |
|
"main": "src/index.ts", |
|
"module": "es/index.mjs", |
|
"typings": "es/index.d.ts", |
|
"keywords": [ |
|
"react", |
|
"antd", |
|
"aplayer", |
|
"plyr", |
|
"viewerjs", |
|
"tui-image-editor", |
|
"react-screenshots", |
|
"react-timer-hook" |
|
], |
|
"author": "027xiguapi", |
|
"license": "Apache-2.0", |
|
"directories": { |
|
"lib": "lib" |
|
}, |
|
"description": "" |
|
} |