init
Showing
app/app.component.js
0 → 100644
app/app.component.js.map
0 → 100644
app/app.component.ts
0 → 100644
app/app.module.js
0 → 100644
app/app.module.js.map
0 → 100644
app/app.module.ts
0 → 100644
app/main.js
0 → 100644
app/main.js.map
0 → 100644
app/main.ts
0 → 100644
build/background.png
0 → 100644
This diff was suppressed by a .gitattributes entry.
build/background@2x.png
0 → 100644
This diff was suppressed by a .gitattributes entry.
build/icon.icns
0 → 100644
File added
build/icon.ico
0 → 100644
361 KB
index.html
0 → 100644
index.js
0 → 100644
package.json
0 → 100644
{ | ||
"name": "mycard", | ||
"description": "mycard", | ||
"author": "zh99998 <zh99998@gmail.com>", | ||
"homepage": "https://mycard.moe", | ||
"version": "3.0.0", | ||
"scripts": { | ||
"pack": "./node_modules/.bin/build --dir", | ||
"dist": "./node_modules/.bin/build", | ||
"start": "tsc && concurrently \"npm run tsc:w\" \"npm run lite\" ", | ||
"lite": "lite-server", | ||
"postinstall": "typings install", | ||
"tsc": "tsc", | ||
"tsc:w": "tsc -w", | ||
"typings": "typings" | ||
}, | ||
"license": "UNLICENSED", | ||
"dependencies": { | ||
"@angular/common": "latest", | ||
"@angular/compiler": "latest", | ||
"@angular/core": "latest", | ||
"@angular/forms": "latest", | ||
"@angular/http": "latest", | ||
"@angular/platform-browser": "latest", | ||
"@angular/platform-browser-dynamic": "latest", | ||
"@angular/router": "latest", | ||
"@angular/router-deprecated": "latest", | ||
"@angular/upgrade": "latest", | ||
"systemjs": "latest", | ||
"core-js": "latest", | ||
"reflect-metadata": "latest", | ||
"rxjs": "latest", | ||
"zone.js": "latest", | ||
"angular2-in-memory-web-api": "latest", | ||
"bootstrap": "next" | ||
}, | ||
"devDependencies": { | ||
"concurrently": "latest", | ||
"electron": "latest", | ||
"electron-builder": "latest", | ||
"lite-server": "latest", | ||
"typescript": "latest", | ||
"typings": "latest" | ||
}, | ||
"build": { | ||
"productName": "MyCard", | ||
"appId": "com.mycard.mycard", | ||
"category": "public.app-category.entertainment", | ||
"win": { | ||
"iconUrl": "http://mycard.moe/logo.png" | ||
}, | ||
"mac": { | ||
"target": "dmg" | ||
}, | ||
"dmg": { | ||
"title": "MyCard", | ||
"contents": [ | ||
{ | ||
"x": 448, | ||
"y": 344, | ||
"type": "link", | ||
"path": "/Applications" | ||
}, | ||
{ | ||
"x": 192, | ||
"y": 344, | ||
"type": "file", | ||
"path": "mycard.app" | ||
} | ||
] | ||
} | ||
} | ||
} |
styles.css
0 → 100644
systemjs.config.js
0 → 100644
tsconfig.json
0 → 100644
typings.json
0 → 100644
This source diff could not be displayed because it is too large. You can view the blob instead.
This diff is collapsed.
This source diff could not be displayed because it is too large. You can view the blob instead.
typings/index.d.ts
0 → 100644