1 Star 0 Fork 0

小君/electron-webpack

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
该仓库未声明开源许可证文件(LICENSE),使用请关注具体项目描述及其代码上游依赖。
克隆/下载
package.json 2.46 KB
一键复制 编辑 原始数据 按行查看 历史
develar 提交于 2020-04-06 08:39 . fix: html-loader - unknown property 'url'
{
"name": "electron-webpack",
"private": true,
"license": "MIT",
"author": "Vladimir Krivosheev <develar@gmail.com>",
"scripts": {
"compile": "cross-env ts-babel packages/electron-webpack test && yarn schema",
"lint": "tslint -c ./node_modules/electron-builder-tslint-config/tslint.json -p packages/electron-webpack --exclude \"**/*.js\"",
"release": "BABEL_ENV=production yarn compile && ./npm-publish.sh && conventional-changelog -p angular -i CHANGELOG.md -s",
"test": "yarn compile && yarn lint && jest",
"serve-docs": "mkdocs serve",
"deploy-docs": "mkdocs build --clean && netlifyctl deploy --publish-directory site",
"schema": "ts-json-schema-generator --path \"packages/electron-webpack/src/**/*.ts\" --no-top-ref --no-type-check --type ElectronWebpackConfiguration --expose export > packages/electron-webpack/scheme.json",
"//": "update-deps task intended only for core maintainers",
"update-deps": "npm-check-updates -u && npx lerna exec -- npm-check-updates -u"
},
"devDependencies": {
"@types/bluebird": "^3.5.30",
"@types/electron-devtools-installer": "^2.2.0",
"@types/fs-extra": "^8.1.0",
"@types/jest": "^25.2.1",
"@types/memory-fs": "^0.3.2",
"@types/node": "^13.11.0",
"@types/semver": "^7.1.0",
"@types/webpack": "^4.41.10",
"@types/webpack-merge": "^4.1.5",
"babel-preset-jest": "^25.2.6",
"babel-preset-ts-node8": "^4.0.3",
"cross-env": "^7.0.2",
"electron-builder-tslint-config": "^1.1.0",
"fs-extra": "^9.0.0",
"jest-cli": "^25.2.7",
"jest-junit": "^10.0.0",
"memory-fs": "^0.5.0",
"temp-file": "^3.3.7",
"terser-webpack-plugin": "^2.3.5",
"ts-babel": "^6.1.7",
"ts-json-schema-generator": "^0.65.0",
"tslint": "^6.1.1",
"typescript": "^3.8.3",
"webpack": "^4.42.1"
},
"workspaces": [
"packages/*"
],
"resolutions": {
"js-yaml": "^3.13.1"
},
"jest": {
"globals": {
"ts-jest": {
"tsConfigFile": "test/tsconfig.json"
}
},
"transform": {
"^.+\\.js$": "<rootDir>/test/babel-jest.js"
},
"moduleFileExtensions": [
"ts",
"tsx",
"js",
"json"
],
"testRegex": "(/test/out/.*|\\.(test|spec))\\.(ts|tsx|js)$",
"testEnvironment": "node",
"testPathIgnorePatterns": [
"[\\/]{1}helpers[\\/]{1}"
],
"roots": [
"test/out"
],
"modulePaths": [
"<rootDir>/packages/electron-webpack/node_modules",
"<rootDir>/packages"
]
}
}
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/Funcion_woqu/electron-webpack.git
git@gitee.com:Funcion_woqu/electron-webpack.git
Funcion_woqu
electron-webpack
electron-webpack
master

搜索帮助