aboutsummaryrefslogtreecommitdiff
path: root/app/src/web
diff options
context:
space:
mode:
authorAllan Wang <me@allanwang.ca>2019-07-03 00:06:02 -0700
committerAllan Wang <me@allanwang.ca>2019-07-03 00:06:02 -0700
commit33274faf9bb68eb95cb3e2e095cd0cef84aa6fd7 (patch)
tree82ffc3467fae807d33abf5ff9f8c61dcb4f87134 /app/src/web
parent93d2d28af68c932e1bdd931fcb4a62943c45e14d (diff)
downloadfrost-33274faf9bb68eb95cb3e2e095cd0cef84aa6fd7.tar.gz
frost-33274faf9bb68eb95cb3e2e095cd0cef84aa6fd7.tar.bz2
frost-33274faf9bb68eb95cb3e2e095cd0cef84aa6fd7.zip
Remove custom extensions and use plugin as is
Diffstat (limited to 'app/src/web')
-rw-r--r--app/src/web/package-lock.json41
-rw-r--r--app/src/web/package.json4
2 files changed, 15 insertions, 30 deletions
diff --git a/app/src/web/package-lock.json b/app/src/web/package-lock.json
index 8c7e9b78..1c7a7931 100644
--- a/app/src/web/package-lock.json
+++ b/app/src/web/package-lock.json
@@ -429,8 +429,7 @@
},
"ansi-regex": {
"version": "2.1.1",
- "bundled": true,
- "optional": true
+ "bundled": true
},
"aproba": {
"version": "1.2.0",
@@ -448,13 +447,11 @@
},
"balanced-match": {
"version": "1.0.0",
- "bundled": true,
- "optional": true
+ "bundled": true
},
"brace-expansion": {
"version": "1.1.11",
"bundled": true,
- "optional": true,
"requires": {
"balanced-match": "^1.0.0",
"concat-map": "0.0.1"
@@ -467,18 +464,15 @@
},
"code-point-at": {
"version": "1.1.0",
- "bundled": true,
- "optional": true
+ "bundled": true
},
"concat-map": {
"version": "0.0.1",
- "bundled": true,
- "optional": true
+ "bundled": true
},
"console-control-strings": {
"version": "1.1.0",
- "bundled": true,
- "optional": true
+ "bundled": true
},
"core-util-is": {
"version": "1.0.2",
@@ -581,8 +575,7 @@
},
"inherits": {
"version": "2.0.3",
- "bundled": true,
- "optional": true
+ "bundled": true
},
"ini": {
"version": "1.3.5",
@@ -592,7 +585,6 @@
"is-fullwidth-code-point": {
"version": "1.0.0",
"bundled": true,
- "optional": true,
"requires": {
"number-is-nan": "^1.0.0"
}
@@ -605,20 +597,17 @@
"minimatch": {
"version": "3.0.4",
"bundled": true,
- "optional": true,
"requires": {
"brace-expansion": "^1.1.7"
}
},
"minimist": {
"version": "0.0.8",
- "bundled": true,
- "optional": true
+ "bundled": true
},
"minipass": {
"version": "2.3.5",
"bundled": true,
- "optional": true,
"requires": {
"safe-buffer": "^5.1.2",
"yallist": "^3.0.0"
@@ -635,7 +624,6 @@
"mkdirp": {
"version": "0.5.1",
"bundled": true,
- "optional": true,
"requires": {
"minimist": "0.0.8"
}
@@ -708,8 +696,7 @@
},
"number-is-nan": {
"version": "1.0.1",
- "bundled": true,
- "optional": true
+ "bundled": true
},
"object-assign": {
"version": "4.1.1",
@@ -719,7 +706,6 @@
"once": {
"version": "1.4.0",
"bundled": true,
- "optional": true,
"requires": {
"wrappy": "1"
}
@@ -795,8 +781,7 @@
},
"safe-buffer": {
"version": "5.1.2",
- "bundled": true,
- "optional": true
+ "bundled": true
},
"safer-buffer": {
"version": "2.1.2",
@@ -826,7 +811,6 @@
"string-width": {
"version": "1.0.2",
"bundled": true,
- "optional": true,
"requires": {
"code-point-at": "^1.0.0",
"is-fullwidth-code-point": "^1.0.0",
@@ -844,7 +828,6 @@
"strip-ansi": {
"version": "3.0.1",
"bundled": true,
- "optional": true,
"requires": {
"ansi-regex": "^2.0.0"
}
@@ -883,13 +866,11 @@
},
"wrappy": {
"version": "1.0.2",
- "bundled": true,
- "optional": true
+ "bundled": true
},
"yallist": {
"version": "3.0.3",
- "bundled": true,
- "optional": true
+ "bundled": true
}
}
},
diff --git a/app/src/web/package.json b/app/src/web/package.json
index fbdc2442..ef323afb 100644
--- a/app/src/web/package.json
+++ b/app/src/web/package.json
@@ -2,6 +2,10 @@
"scripts": {
"compile": "tsc -p tsconfig.json && sass --no-source-map --style compressed --update scss:assets/css"
},
+ "license": "GPL-3.0",
+ "repository": {
+ "url": "https://github.com/AllanWang/Frost-for-Facebook"
+ },
"dependencies": {
"typescript": "^3.3.1",
"sass": "^1.19.0"