Skip to content

Commit 2714dde

Browse files
authored
Merge pull request #50 from jonathontoon/develop
Develop > Master
2 parents abf269a + ef18f52 commit 2714dde

File tree

3 files changed

+205
-11
lines changed

3 files changed

+205
-11
lines changed

.babelrc

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
{
22
"comments": false,
33
"presets": [
4-
"@babel/preset-env"
4+
"@babel/preset-env",
5+
"minify"
56
]
67
}

package.json

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "manifest",
33
"version": "0.0.1",
4-
"description": "Instant and organized memos in your browser.",
4+
"description": "An instant grid-based pinboard for note taking.",
55
"main": "src/index.js",
66
"repository": "https://github.com/jonathontoon/manifest",
77
"author": "Jonathon Toon",
@@ -24,6 +24,7 @@
2424
"@babel/preset-env": "^7.7.7",
2525
"babel-eslint": "^10.0.3",
2626
"babel-plugin-jsx-pragmatic": "^1.0.2",
27+
"babel-preset-minify": "^0.5.1",
2728
"eslint": "^6.8.0",
2829
"eslint-config-standard": "^14.1.0",
2930
"eslint-plugin-import": "^2.19.1",
@@ -34,9 +35,7 @@
3435
"pre-commit": "^1.2.2",
3536
"sass": "^1.24.0"
3637
},
37-
"dependencies": {
38-
"lit-html": "^1.1.2"
39-
},
38+
"dependencies": {},
4039
"scripts": {
4140
"lint": "./node_modules/.bin/eslint . --fix",
4241
"dev": "parcel ./src/index.html --port 3000 --no-cache",

yarn.lock

Lines changed: 200 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1021,6 +1021,41 @@ babel-eslint@^10.0.3:
10211021
eslint-visitor-keys "^1.0.0"
10221022
resolve "^1.12.0"
10231023

1024+
babel-helper-evaluate-path@^0.5.0:
1025+
version "0.5.0"
1026+
resolved "https://registry.yarnpkg.com/babel-helper-evaluate-path/-/babel-helper-evaluate-path-0.5.0.tgz#a62fa9c4e64ff7ea5cea9353174ef023a900a67c"
1027+
integrity sha512-mUh0UhS607bGh5wUMAQfOpt2JX2ThXMtppHRdRU1kL7ZLRWIXxoV2UIV1r2cAeeNeU1M5SB5/RSUgUxrK8yOkA==
1028+
1029+
babel-helper-flip-expressions@^0.4.3:
1030+
version "0.4.3"
1031+
resolved "https://registry.yarnpkg.com/babel-helper-flip-expressions/-/babel-helper-flip-expressions-0.4.3.tgz#3696736a128ac18bc25254b5f40a22ceb3c1d3fd"
1032+
integrity sha1-NpZzahKKwYvCUlS19AoizrPB0/0=
1033+
1034+
babel-helper-is-nodes-equiv@^0.0.1:
1035+
version "0.0.1"
1036+
resolved "https://registry.yarnpkg.com/babel-helper-is-nodes-equiv/-/babel-helper-is-nodes-equiv-0.0.1.tgz#34e9b300b1479ddd98ec77ea0bbe9342dfe39684"
1037+
integrity sha1-NOmzALFHnd2Y7HfqC76TQt/jloQ=
1038+
1039+
babel-helper-is-void-0@^0.4.3:
1040+
version "0.4.3"
1041+
resolved "https://registry.yarnpkg.com/babel-helper-is-void-0/-/babel-helper-is-void-0-0.4.3.tgz#7d9c01b4561e7b95dbda0f6eee48f5b60e67313e"
1042+
integrity sha1-fZwBtFYee5Xb2g9u7kj1tg5nMT4=
1043+
1044+
babel-helper-mark-eval-scopes@^0.4.3:
1045+
version "0.4.3"
1046+
resolved "https://registry.yarnpkg.com/babel-helper-mark-eval-scopes/-/babel-helper-mark-eval-scopes-0.4.3.tgz#d244a3bef9844872603ffb46e22ce8acdf551562"
1047+
integrity sha1-0kSjvvmESHJgP/tG4izorN9VFWI=
1048+
1049+
babel-helper-remove-or-void@^0.4.3:
1050+
version "0.4.3"
1051+
resolved "https://registry.yarnpkg.com/babel-helper-remove-or-void/-/babel-helper-remove-or-void-0.4.3.tgz#a4f03b40077a0ffe88e45d07010dee241ff5ae60"
1052+
integrity sha1-pPA7QAd6D/6I5F0HAQ3uJB/1rmA=
1053+
1054+
babel-helper-to-multiple-sequence-expressions@^0.5.0:
1055+
version "0.5.0"
1056+
resolved "https://registry.yarnpkg.com/babel-helper-to-multiple-sequence-expressions/-/babel-helper-to-multiple-sequence-expressions-0.5.0.tgz#a3f924e3561882d42fcf48907aa98f7979a4588d"
1057+
integrity sha512-m2CvfDW4+1qfDdsrtf4dwOslQC3yhbgyBFptncp4wvtdrDHqueW7slsYv4gArie056phvQFhT2nRcGS4bnm6mA==
1058+
10241059
babel-plugin-dynamic-import-node@^2.3.0:
10251060
version "2.3.0"
10261061
resolved "https://registry.yarnpkg.com/babel-plugin-dynamic-import-node/-/babel-plugin-dynamic-import-node-2.3.0.tgz#f00f507bdaa3c3e3ff6e7e5e98d90a7acab96f7f"
@@ -1035,11 +1070,175 @@ babel-plugin-jsx-pragmatic@^1.0.2:
10351070
dependencies:
10361071
babel-plugin-syntax-jsx "^6.0.0"
10371072

1073+
babel-plugin-minify-builtins@^0.5.0:
1074+
version "0.5.0"
1075+
resolved "https://registry.yarnpkg.com/babel-plugin-minify-builtins/-/babel-plugin-minify-builtins-0.5.0.tgz#31eb82ed1a0d0efdc31312f93b6e4741ce82c36b"
1076+
integrity sha512-wpqbN7Ov5hsNwGdzuzvFcjgRlzbIeVv1gMIlICbPj0xkexnfoIDe7q+AZHMkQmAE/F9R5jkrB6TLfTegImlXag==
1077+
1078+
babel-plugin-minify-constant-folding@^0.5.0:
1079+
version "0.5.0"
1080+
resolved "https://registry.yarnpkg.com/babel-plugin-minify-constant-folding/-/babel-plugin-minify-constant-folding-0.5.0.tgz#f84bc8dbf6a561e5e350ff95ae216b0ad5515b6e"
1081+
integrity sha512-Vj97CTn/lE9hR1D+jKUeHfNy+m1baNiJ1wJvoGyOBUx7F7kJqDZxr9nCHjO/Ad+irbR3HzR6jABpSSA29QsrXQ==
1082+
dependencies:
1083+
babel-helper-evaluate-path "^0.5.0"
1084+
1085+
babel-plugin-minify-dead-code-elimination@^0.5.1:
1086+
version "0.5.1"
1087+
resolved "https://registry.yarnpkg.com/babel-plugin-minify-dead-code-elimination/-/babel-plugin-minify-dead-code-elimination-0.5.1.tgz#1a0c68e44be30de4976ca69ffc535e08be13683f"
1088+
integrity sha512-x8OJOZIrRmQBcSqxBcLbMIK8uPmTvNWPXH2bh5MDCW1latEqYiRMuUkPImKcfpo59pTUB2FT7HfcgtG8ZlR5Qg==
1089+
dependencies:
1090+
babel-helper-evaluate-path "^0.5.0"
1091+
babel-helper-mark-eval-scopes "^0.4.3"
1092+
babel-helper-remove-or-void "^0.4.3"
1093+
lodash "^4.17.11"
1094+
1095+
babel-plugin-minify-flip-comparisons@^0.4.3:
1096+
version "0.4.3"
1097+
resolved "https://registry.yarnpkg.com/babel-plugin-minify-flip-comparisons/-/babel-plugin-minify-flip-comparisons-0.4.3.tgz#00ca870cb8f13b45c038b3c1ebc0f227293c965a"
1098+
integrity sha1-AMqHDLjxO0XAOLPB68DyJyk8llo=
1099+
dependencies:
1100+
babel-helper-is-void-0 "^0.4.3"
1101+
1102+
babel-plugin-minify-guarded-expressions@^0.4.4:
1103+
version "0.4.4"
1104+
resolved "https://registry.yarnpkg.com/babel-plugin-minify-guarded-expressions/-/babel-plugin-minify-guarded-expressions-0.4.4.tgz#818960f64cc08aee9d6c75bec6da974c4d621135"
1105+
integrity sha512-RMv0tM72YuPPfLT9QLr3ix9nwUIq+sHT6z8Iu3sLbqldzC1Dls8DPCywzUIzkTx9Zh1hWX4q/m9BPoPed9GOfA==
1106+
dependencies:
1107+
babel-helper-evaluate-path "^0.5.0"
1108+
babel-helper-flip-expressions "^0.4.3"
1109+
1110+
babel-plugin-minify-infinity@^0.4.3:
1111+
version "0.4.3"
1112+
resolved "https://registry.yarnpkg.com/babel-plugin-minify-infinity/-/babel-plugin-minify-infinity-0.4.3.tgz#dfb876a1b08a06576384ef3f92e653ba607b39ca"
1113+
integrity sha1-37h2obCKBldjhO8/kuZTumB7Oco=
1114+
1115+
babel-plugin-minify-mangle-names@^0.5.0:
1116+
version "0.5.0"
1117+
resolved "https://registry.yarnpkg.com/babel-plugin-minify-mangle-names/-/babel-plugin-minify-mangle-names-0.5.0.tgz#bcddb507c91d2c99e138bd6b17a19c3c271e3fd3"
1118+
integrity sha512-3jdNv6hCAw6fsX1p2wBGPfWuK69sfOjfd3zjUXkbq8McbohWy23tpXfy5RnToYWggvqzuMOwlId1PhyHOfgnGw==
1119+
dependencies:
1120+
babel-helper-mark-eval-scopes "^0.4.3"
1121+
1122+
babel-plugin-minify-numeric-literals@^0.4.3:
1123+
version "0.4.3"
1124+
resolved "https://registry.yarnpkg.com/babel-plugin-minify-numeric-literals/-/babel-plugin-minify-numeric-literals-0.4.3.tgz#8e4fd561c79f7801286ff60e8c5fd9deee93c0bc"
1125+
integrity sha1-jk/VYcefeAEob/YOjF/Z3u6TwLw=
1126+
1127+
babel-plugin-minify-replace@^0.5.0:
1128+
version "0.5.0"
1129+
resolved "https://registry.yarnpkg.com/babel-plugin-minify-replace/-/babel-plugin-minify-replace-0.5.0.tgz#d3e2c9946c9096c070efc96761ce288ec5c3f71c"
1130+
integrity sha512-aXZiaqWDNUbyNNNpWs/8NyST+oU7QTpK7J9zFEFSA0eOmtUNMU3fczlTTTlnCxHmq/jYNFEmkkSG3DDBtW3Y4Q==
1131+
1132+
babel-plugin-minify-simplify@^0.5.1:
1133+
version "0.5.1"
1134+
resolved "https://registry.yarnpkg.com/babel-plugin-minify-simplify/-/babel-plugin-minify-simplify-0.5.1.tgz#f21613c8b95af3450a2ca71502fdbd91793c8d6a"
1135+
integrity sha512-OSYDSnoCxP2cYDMk9gxNAed6uJDiDz65zgL6h8d3tm8qXIagWGMLWhqysT6DY3Vs7Fgq7YUDcjOomhVUb+xX6A==
1136+
dependencies:
1137+
babel-helper-evaluate-path "^0.5.0"
1138+
babel-helper-flip-expressions "^0.4.3"
1139+
babel-helper-is-nodes-equiv "^0.0.1"
1140+
babel-helper-to-multiple-sequence-expressions "^0.5.0"
1141+
1142+
babel-plugin-minify-type-constructors@^0.4.3:
1143+
version "0.4.3"
1144+
resolved "https://registry.yarnpkg.com/babel-plugin-minify-type-constructors/-/babel-plugin-minify-type-constructors-0.4.3.tgz#1bc6f15b87f7ab1085d42b330b717657a2156500"
1145+
integrity sha1-G8bxW4f3qxCF1CszC3F2V6IVZQA=
1146+
dependencies:
1147+
babel-helper-is-void-0 "^0.4.3"
1148+
10381149
babel-plugin-syntax-jsx@^6.0.0:
10391150
version "6.18.0"
10401151
resolved "https://registry.yarnpkg.com/babel-plugin-syntax-jsx/-/babel-plugin-syntax-jsx-6.18.0.tgz#0af32a9a6e13ca7a3fd5069e62d7b0f58d0d8946"
10411152
integrity sha1-CvMqmm4Tyno/1QaeYtew9Y0NiUY=
10421153

1154+
babel-plugin-transform-inline-consecutive-adds@^0.4.3:
1155+
version "0.4.3"
1156+
resolved "https://registry.yarnpkg.com/babel-plugin-transform-inline-consecutive-adds/-/babel-plugin-transform-inline-consecutive-adds-0.4.3.tgz#323d47a3ea63a83a7ac3c811ae8e6941faf2b0d1"
1157+
integrity sha1-Mj1Ho+pjqDp6w8gRro5pQfrysNE=
1158+
1159+
babel-plugin-transform-member-expression-literals@^6.9.4:
1160+
version "6.9.4"
1161+
resolved "https://registry.yarnpkg.com/babel-plugin-transform-member-expression-literals/-/babel-plugin-transform-member-expression-literals-6.9.4.tgz#37039c9a0c3313a39495faac2ff3a6b5b9d038bf"
1162+
integrity sha1-NwOcmgwzE6OUlfqsL/OmtbnQOL8=
1163+
1164+
babel-plugin-transform-merge-sibling-variables@^6.9.4:
1165+
version "6.9.4"
1166+
resolved "https://registry.yarnpkg.com/babel-plugin-transform-merge-sibling-variables/-/babel-plugin-transform-merge-sibling-variables-6.9.4.tgz#85b422fc3377b449c9d1cde44087203532401dae"
1167+
integrity sha1-hbQi/DN3tEnJ0c3kQIcgNTJAHa4=
1168+
1169+
babel-plugin-transform-minify-booleans@^6.9.4:
1170+
version "6.9.4"
1171+
resolved "https://registry.yarnpkg.com/babel-plugin-transform-minify-booleans/-/babel-plugin-transform-minify-booleans-6.9.4.tgz#acbb3e56a3555dd23928e4b582d285162dd2b198"
1172+
integrity sha1-rLs+VqNVXdI5KOS1gtKFFi3SsZg=
1173+
1174+
babel-plugin-transform-property-literals@^6.9.4:
1175+
version "6.9.4"
1176+
resolved "https://registry.yarnpkg.com/babel-plugin-transform-property-literals/-/babel-plugin-transform-property-literals-6.9.4.tgz#98c1d21e255736573f93ece54459f6ce24985d39"
1177+
integrity sha1-mMHSHiVXNlc/k+zlRFn2ziSYXTk=
1178+
dependencies:
1179+
esutils "^2.0.2"
1180+
1181+
babel-plugin-transform-regexp-constructors@^0.4.3:
1182+
version "0.4.3"
1183+
resolved "https://registry.yarnpkg.com/babel-plugin-transform-regexp-constructors/-/babel-plugin-transform-regexp-constructors-0.4.3.tgz#58b7775b63afcf33328fae9a5f88fbd4fb0b4965"
1184+
integrity sha1-WLd3W2OvzzMyj66aX4j71PsLSWU=
1185+
1186+
babel-plugin-transform-remove-console@^6.9.4:
1187+
version "6.9.4"
1188+
resolved "https://registry.yarnpkg.com/babel-plugin-transform-remove-console/-/babel-plugin-transform-remove-console-6.9.4.tgz#b980360c067384e24b357a588d807d3c83527780"
1189+
integrity sha1-uYA2DAZzhOJLNXpYjYB9PINSd4A=
1190+
1191+
babel-plugin-transform-remove-debugger@^6.9.4:
1192+
version "6.9.4"
1193+
resolved "https://registry.yarnpkg.com/babel-plugin-transform-remove-debugger/-/babel-plugin-transform-remove-debugger-6.9.4.tgz#42b727631c97978e1eb2d199a7aec84a18339ef2"
1194+
integrity sha1-QrcnYxyXl44estGZp67IShgznvI=
1195+
1196+
babel-plugin-transform-remove-undefined@^0.5.0:
1197+
version "0.5.0"
1198+
resolved "https://registry.yarnpkg.com/babel-plugin-transform-remove-undefined/-/babel-plugin-transform-remove-undefined-0.5.0.tgz#80208b31225766c630c97fa2d288952056ea22dd"
1199+
integrity sha512-+M7fJYFaEE/M9CXa0/IRkDbiV3wRELzA1kKQFCJ4ifhrzLKn/9VCCgj9OFmYWwBd8IB48YdgPkHYtbYq+4vtHQ==
1200+
dependencies:
1201+
babel-helper-evaluate-path "^0.5.0"
1202+
1203+
babel-plugin-transform-simplify-comparison-operators@^6.9.4:
1204+
version "6.9.4"
1205+
resolved "https://registry.yarnpkg.com/babel-plugin-transform-simplify-comparison-operators/-/babel-plugin-transform-simplify-comparison-operators-6.9.4.tgz#f62afe096cab0e1f68a2d753fdf283888471ceb9"
1206+
integrity sha1-9ir+CWyrDh9ootdT/fKDiIRxzrk=
1207+
1208+
babel-plugin-transform-undefined-to-void@^6.9.4:
1209+
version "6.9.4"
1210+
resolved "https://registry.yarnpkg.com/babel-plugin-transform-undefined-to-void/-/babel-plugin-transform-undefined-to-void-6.9.4.tgz#be241ca81404030678b748717322b89d0c8fe280"
1211+
integrity sha1-viQcqBQEAwZ4t0hxcyK4nQyP4oA=
1212+
1213+
babel-preset-minify@^0.5.1:
1214+
version "0.5.1"
1215+
resolved "https://registry.yarnpkg.com/babel-preset-minify/-/babel-preset-minify-0.5.1.tgz#25f5d0bce36ec818be80338d0e594106e21eaa9f"
1216+
integrity sha512-1IajDumYOAPYImkHbrKeiN5AKKP9iOmRoO2IPbIuVp0j2iuCcj0n7P260z38siKMZZ+85d3mJZdtW8IgOv+Tzg==
1217+
dependencies:
1218+
babel-plugin-minify-builtins "^0.5.0"
1219+
babel-plugin-minify-constant-folding "^0.5.0"
1220+
babel-plugin-minify-dead-code-elimination "^0.5.1"
1221+
babel-plugin-minify-flip-comparisons "^0.4.3"
1222+
babel-plugin-minify-guarded-expressions "^0.4.4"
1223+
babel-plugin-minify-infinity "^0.4.3"
1224+
babel-plugin-minify-mangle-names "^0.5.0"
1225+
babel-plugin-minify-numeric-literals "^0.4.3"
1226+
babel-plugin-minify-replace "^0.5.0"
1227+
babel-plugin-minify-simplify "^0.5.1"
1228+
babel-plugin-minify-type-constructors "^0.4.3"
1229+
babel-plugin-transform-inline-consecutive-adds "^0.4.3"
1230+
babel-plugin-transform-member-expression-literals "^6.9.4"
1231+
babel-plugin-transform-merge-sibling-variables "^6.9.4"
1232+
babel-plugin-transform-minify-booleans "^6.9.4"
1233+
babel-plugin-transform-property-literals "^6.9.4"
1234+
babel-plugin-transform-regexp-constructors "^0.4.3"
1235+
babel-plugin-transform-remove-console "^6.9.4"
1236+
babel-plugin-transform-remove-debugger "^6.9.4"
1237+
babel-plugin-transform-remove-undefined "^0.5.0"
1238+
babel-plugin-transform-simplify-comparison-operators "^6.9.4"
1239+
babel-plugin-transform-undefined-to-void "^6.9.4"
1240+
lodash "^4.17.11"
1241+
10431242
babel-runtime@^6.11.6, babel-runtime@^6.26.0:
10441243
version "6.26.0"
10451244
resolved "https://registry.yarnpkg.com/babel-runtime/-/babel-runtime-6.26.0.tgz#965c7058668e82b55d7bfe04ff2337bc8b5647fe"
@@ -3414,11 +3613,6 @@ levn@^0.3.0, levn@~0.3.0:
34143613
prelude-ls "~1.1.2"
34153614
type-check "~0.3.2"
34163615

3417-
lit-html@^1.1.2:
3418-
version "1.1.2"
3419-
resolved "https://registry.yarnpkg.com/lit-html/-/lit-html-1.1.2.tgz#2e3560a7075210243649c888ad738eaf0daa8374"
3420-
integrity sha512-FFlUMKHKi+qG1x1iHNZ1hrtc/zHmfYTyrSvs3/wBTvaNtpZjOZGWzU7efGYVpgp6KvWeKF6ql9/KsCq6Z/mEDA==
3421-
34223616
load-json-file@^2.0.0:
34233617
version "2.0.0"
34243618
resolved "https://registry.yarnpkg.com/load-json-file/-/load-json-file-2.0.0.tgz#7947e42149af80d696cbf797bcaabcfe1fe29ca8"
@@ -3465,7 +3659,7 @@ lodash.uniq@^4.5.0:
34653659
resolved "https://registry.yarnpkg.com/lodash.uniq/-/lodash.uniq-4.5.0.tgz#d0225373aeb652adc1bc82e4945339a842754773"
34663660
integrity sha1-0CJTc662Uq3BvILklFM5qEJ1R3M=
34673661

3468-
lodash@^4.17.13, lodash@^4.17.14, lodash@^4.17.15, lodash@^4.17.4:
3662+
lodash@^4.17.11, lodash@^4.17.13, lodash@^4.17.14, lodash@^4.17.15, lodash@^4.17.4:
34693663
version "4.17.15"
34703664
resolved "https://registry.yarnpkg.com/lodash/-/lodash-4.17.15.tgz#b447f6670a0455bbfeedd11392eff330ea097548"
34713665
integrity sha512-8xOcRHvCjnocdS5cpwXQXVzmmh5e5+saE2QGoeQmbKmRS6J3VQppPOIt0MnmE+4xlZoumy0GPG0D0MVIQbNA1A==

0 commit comments

Comments
 (0)