1 В избранное 0 Ответвления 0

OSCHINA-MIRROR/tiajinsha-bilibili-react-pc

Присоединиться к Gitlife
Откройте для себя и примите участие в публичных проектах с открытым исходным кодом с участием более 10 миллионов разработчиков. Приватные репозитории также полностью бесплатны :)
Присоединиться бесплатно
Клонировать/Скачать
package.json 5.5 КБ
Копировать Редактировать Web IDE Исходные данные Просмотреть построчно История
tiajinsha Отправлено 29.07.2022 08:58 68997b9
{
"name": "electron-react-template",
"version": "0.0.3",
"author": "sky <https://github.com/umbrella22>",
"description": "An electron-react project",
"license": "MIT",
"main": "./dist/electron/main.js",
"scripts": {
"dev": "cross-env TERGET_ENV=development node .electron-react/dev-runner.js",
"build": "cross-env BUILD_TARGET=clean node .electron-react/build.js && electron-builder",
"build:win32": "cross-env BUILD_TARGET=clean node .electron-react/build.js && electron-builder --win --ia32",
"build:win64": "cross-env BUILD_TARGET=clean node .electron-react/build.js && electron-builder --win --x64",
"build:mac": "cross-env BUILD_TARGET=clean node .electron-react/build.js && electron-builder --mac",
"build:dir": "cross-env BUILD_TARGET=clean node .electron-react/build.js && electron-builder --dir",
"build:clean": "cross-env BUILD_TARGET=onlyClean node .electron-react/build.js",
"build:web": "cross-env BUILD_TARGET=web node .electron-react/build.js",
"update:serve": "node server/index.js",
"dep:upgrade": "yarn upgrade-interactive --latest",
"postinstall": "electron-builder install-app-deps"
},
"build": {
"extraFiles": [
"lib"
],
"publish": [{
"provider": "generic",
"url": "http://127.0.0.1:25566/"
}],
"productName": "electron-react-admin",
"appId": "org.simulatedgreg.electron-react",
"directories": {
"output": "build"
},
"files": [
"dist/electron/**/*"
],
"dmg": {
"contents": [{
"x": 410,
"y": 150,
"type": "link",
"path": "/Applications"
},
{
"x": 130,
"y": 150,
"type": "file"
}
]
},
"mac": {
"icon": "build/icons/icon.icns"
},
"win": {
"icon": "build/icons/icon.ico",
"target": "nsis"
},
"linux": {
"target": "deb",
"icon": "build/icons"
}
},
"dependencies": {
"@ant-design/icons": "^4.7.0",
"antd-mobile": "^5.18.0",
"axios": "^0.27.2",
"cross-fetch": "^3.1.5",
"dotenv": "^6.2.0",
"electron-updater": "^5.0.5",
"express": "^4.17.2",
"file-type": "^10.6.0",
"fs-extra": "^10.1.0",
"hls.js": "^1.1.5",
"mobx": "^6.6.1",
"mobx-react": "^7.5.2",
"node-fetch": "^2.6.1",
"ramda": "^0.28.0",
"react": "18.2.0",
"react-helmet": "^6.1.0",
"react-keep-alive": "^2.5.2",
"react-router-dom": "^6.3.0",
"react-svg": "^15.1.1",
"react-transition-group": "^4.4.2",
"tslib": "^2.4.0",
"xml2js": "^0.4.19"
},
"devDependencies": {
"@babel/core": "^7.18.6",
"@babel/plugin-proposal-class-properties": "^7.18.6",
"@babel/plugin-proposal-decorators": "^7.18.6",
"@babel/plugin-proposal-do-expressions": "^7.18.6",
"@babel/plugin-proposal-export-default-from": "^7.18.6",
"@babel/plugin-proposal-export-namespace-from": "^7.18.6",
"@babel/plugin-proposal-function-bind": "^7.18.6",
"@babel/plugin-proposal-function-sent": "^7.18.6",
"@babel/plugin-proposal-json-strings": "^7.18.6",
"@babel/plugin-proposal-logical-assignment-operators": "^7.18.6",
"@babel/plugin-proposal-nullish-coalescing-operator": "^7.18.6",
"@babel/plugin-proposal-numeric-separator": "^7.18.6",
"@babel/plugin-proposal-optional-chaining": "^7.18.6",
"@babel/plugin-proposal-pipeline-operator": "^7.18.6",
"@babel/plugin-proposal-throw-expressions": "^7.18.6",
"@babel/plugin-syntax-dynamic-import": "^7.8.3",
"@babel/plugin-syntax-import-meta": "^7.10.4",
"@babel/plugin-transform-runtime": "^7.18.6",
"@babel/polyfill": "^7.12.1",
"@babel/preset-env": "^7.18.6",
"@babel/preset-react": "^7.18.6",
"@babel/register": "^7.18.6",
"@babel/runtime": "^7.18.6",
"@types/fs-extra": "^9.0.13",
"@types/node": "^18.0.1",
"@types/react-dom": "^18.0.6",
"antd": "^4.21.5",
"babel-loader": "^8.2.5",
"cfonts": "^2.10.0",
"chalk": "^4.1.2",
"copy-webpack-plugin": "^11.0.0",
"cross-env": "^7.0.3",
"css-loader": "^6.7.1",
"del": "^6.1.1",
"electron": "19.0.7",
"electron-builder": "^23.1.0",
"electron-devtools-installer": "^3.2.0",
"esbuild-loader": "^2.19.0",
"html-webpack-plugin": "^5.5.0",
"mini-css-extract-plugin": "2.6.1",
"multispinner": "^0.2.1",
"node-loader": "^2.0.0",
"portfinder": "^1.0.28",
"postcss": "^8.4.14",
"postcss-loader": "^7.0.0",
"react-dom": "^18.2.0",
"react-router": "^6.3.0",
"sass": "^1.53.0",
"sass-loader": "^13.0.2",
"split2": "^3.2.2",
"styl": "^0.2.9",
"style-loader": "^3.3.1",
"stylus": "^0.58.1",
"stylus-loader": "^7.0.0",
"svg-sprite-loader": "^6.0.11",
"ts-loader": "^9.3.1",
"typescript": "^4.7.4",
"webpack": "^5.73.0",
"webpack-cli": "^4.10.0",
"webpack-dev-server": "^4.9.3",
"webpack-hot-middleware": "^2.25.1",
"webpack-merge": "^5.8.0"
}
}

Опубликовать ( 0 )

Вы можете оставить комментарий после Вход в систему

1
https://api.gitlife.ru/oschina-mirror/tiajinsha-bilibili-react-pc.git
git@api.gitlife.ru:oschina-mirror/tiajinsha-bilibili-react-pc.git
oschina-mirror
tiajinsha-bilibili-react-pc
tiajinsha-bilibili-react-pc
bilibili