1 Star 0 Fork 23

哈哈大笑/myLottery

forked from gemron/myLottery 
加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
package.json 2.24 KB
一键复制 编辑 原始数据 按行查看 历史
gemron 提交于 2018-03-14 11:55 . 修改为xlsx
{
"name": "myLottery",
"version": "0.0.0",
"license": "MIT",
"main": "main.js",
"scripts": {
"ng": "ng",
"start": "ng serve",
"build": "ng build",
"test": "ng test",
"lint": "ng lint",
"e2e": "ng e2e",
"starte": "npm run ele:copyfiles && npm-run-all --parallel ng:serve electron:serve",
"ng:serve": "ng build -dop false -w ",
"electron:serve": "electron dist --serve",
"ele:copyfiles": "copyfiles electron/**/*.js package.json main.js node_modules/xlsx/**/*.* dist",
"electron:linux": "ng build --prod && npm run ele:copyfiles && node package.js --asar --platform=linux --arch=x64",
"electron:windows": "ng build --prod && npm run ele:copyfiles && node package.js --platform=win32 --arch=ia32",
"electron:winportable": "ng build --prod && npm run ele:copyfiles && npx electron-builder build --windows"
},
"private": true,
"dependencies": {
"@angular/animations": "^5.2.6",
"@angular/common": "^5.2.6",
"@angular/compiler": "^5.2.6",
"@angular/core": "^5.2.6",
"@angular/forms": "^5.2.6",
"@angular/http": "^5.2.6",
"@angular/platform-browser": "^5.2.6",
"@angular/platform-browser-dynamic": "^5.2.6",
"@angular/router": "^5.2.6",
"core-js": "^2.5.3",
"ng-zorro-antd": "^0.6.14",
"ngx-electron": "^1.0.4",
"rxjs": "^5.5.6",
"three": "^0.90.0",
"xlsx": "^0.12.5",
"zone.js": "^0.8.20"
},
"devDependencies": {
"@angular/cli": "^1.7.1",
"@angular/compiler-cli": "^5.2.6",
"@angular/language-service": "^5.2.6",
"@types/jasmine": "^2.8.6",
"@types/jasminewd2": "~2.0.2",
"@types/node": "^9.4.6",
"codelyzer": "^4.1.0",
"copyfiles": "^1.2.0",
"electron": "^1.8.2",
"electron-builder": "^20.0.8",
"electron-packager": "^11.0.1",
"electron-reload": "^1.2.1",
"jasmine-core": "^2.99.1",
"jasmine-spec-reporter": "^4.2.1",
"karma": "^2.0.0",
"karma-chrome-launcher": "^2.2.0",
"karma-cli": "~1.0.1",
"karma-coverage-istanbul-reporter": "^1.4.1",
"karma-jasmine": "^1.1.1",
"karma-jasmine-html-reporter": "^0.2.2",
"ng-cli-electron": "^1.2.3",
"npm-run-all": "^4.1.2",
"protractor": "^5.3.0",
"ts-node": "^5.0.0",
"tslint": "^5.9.1",
"typescript": "^2.7.2"
}
}
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
TypeScript
1
https://gitee.com/guojingsong75/myLottery.git
git@gitee.com:guojingsong75/myLottery.git
guojingsong75
myLottery
myLottery
master

搜索帮助

0d507c66 1850385 C8b1a773 1850385