mirror of
https://github.com/w-okada/screen-recorder-ts.git
synced 2025-01-09 03:57:29 +08:00
update
This commit is contained in:
parent
7e40e56b89
commit
2dc95e8301
@ -5,7 +5,6 @@
|
|||||||
"main": "backend/dist/index.js",
|
"main": "backend/dist/index.js",
|
||||||
"scripts": {
|
"scripts": {
|
||||||
"clean": "rimraf docs/*",
|
"clean": "rimraf docs/*",
|
||||||
"copyresources___": "mkdir -p frontend/dist &&cp frontend/public/* frontend/dist && cp -r frontend/resources/ffmpeg frontend/dist",
|
|
||||||
"webpack": "webpack --config webpack.frontend.config.js",
|
"webpack": "webpack --config webpack.frontend.config.js",
|
||||||
"build": "run-s clean webpack",
|
"build": "run-s clean webpack",
|
||||||
"start": "webpack-dev-server --config webpack.frontend.config.js --host 0.0.0.0",
|
"start": "webpack-dev-server --config webpack.frontend.config.js --host 0.0.0.0",
|
||||||
@ -43,7 +42,6 @@
|
|||||||
"webpack-dev-server": "^4.11.1"
|
"webpack-dev-server": "^4.11.1"
|
||||||
},
|
},
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"@dannadori/demo-base": "^1.0.16",
|
|
||||||
"@ffmpeg/core": "^0.11.0",
|
"@ffmpeg/core": "^0.11.0",
|
||||||
"@ffmpeg/ffmpeg": "^0.11.5",
|
"@ffmpeg/ffmpeg": "^0.11.5",
|
||||||
"@fortawesome/fontawesome": "^1.1.8",
|
"@fortawesome/fontawesome": "^1.1.8",
|
||||||
@ -53,7 +51,6 @@
|
|||||||
"@fortawesome/free-regular-svg-icons": "^6.2.0",
|
"@fortawesome/free-regular-svg-icons": "^6.2.0",
|
||||||
"@fortawesome/free-solid-svg-icons": "^6.2.0",
|
"@fortawesome/free-solid-svg-icons": "^6.2.0",
|
||||||
"@fortawesome/react-fontawesome": "^0.2.0",
|
"@fortawesome/react-fontawesome": "^0.2.0",
|
||||||
"express": "^4.18.2",
|
|
||||||
"react": "^18.2.0",
|
"react": "^18.2.0",
|
||||||
"react-dom": "^18.2.0"
|
"react-dom": "^18.2.0"
|
||||||
}
|
}
|
||||||
|
@ -2,6 +2,7 @@
|
|||||||
const path = require("path");
|
const path = require("path");
|
||||||
const HtmlWebpackPlugin = require("html-webpack-plugin");
|
const HtmlWebpackPlugin = require("html-webpack-plugin");
|
||||||
const CopyPlugin = require("copy-webpack-plugin");
|
const CopyPlugin = require("copy-webpack-plugin");
|
||||||
|
|
||||||
module.exports = {
|
module.exports = {
|
||||||
// mode: "development",
|
// mode: "development",
|
||||||
mode: "production",
|
mode: "production",
|
||||||
|
Loading…
Reference in New Issue
Block a user