mirror of
https://github.com/hensm/fx_cast.git
synced 2026-06-11 01:59:58 +00:00
Convert app to typescript
This commit is contained in:
@@ -11,7 +11,6 @@
|
||||
"remove-manifest": "node bin/install-manifest.js --remove"
|
||||
},
|
||||
"dependencies": {
|
||||
"@babel/runtime": "^7.2.0",
|
||||
"bplist-creator": "0.0.7",
|
||||
"bplist-parser": "^0.1.1",
|
||||
"castv2": "^0.1.9",
|
||||
@@ -22,18 +21,12 @@
|
||||
"tweetnacl": "^1.0.0"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@babel/cli": "^7.2.0",
|
||||
"@babel/core": "^7.2.0",
|
||||
"@babel/plugin-proposal-class-properties": "^7.2.1",
|
||||
"@babel/plugin-proposal-json-strings": "^7.2.0",
|
||||
"@babel/plugin-syntax-dynamic-import": "^7.2.0",
|
||||
"@babel/plugin-syntax-import-meta": "^7.2.0",
|
||||
"@babel/plugin-transform-runtime": "^7.2.0",
|
||||
"@babel/preset-env": "^7.2.0",
|
||||
"@babel/register": "^7.0.0",
|
||||
"minimist": "^1.2.0",
|
||||
"@types/dnssd": "^0.4.1",
|
||||
"@types/mime-types": "^2.1.0",
|
||||
"@types/node": "^11.9.5",
|
||||
"mustache": "^3.0.1",
|
||||
"pkg": "^4.3.5"
|
||||
"pkg": "^4.3.5",
|
||||
"typescript": "^3.3.3333"
|
||||
},
|
||||
"optionalDependencies": {
|
||||
"rage-edit": "^1.2.0"
|
||||
|
||||
Reference in New Issue
Block a user