File tree 1 file changed +48
-0
lines changed
1 file changed +48
-0
lines changed Original file line number Diff line number Diff line change
1
+ # TC AMO
2
+
3
+ ## Requirements
4
+
5
+ * Ubuntu 18.04
6
+ * Latest NodeJS and npm
7
+
8
+ ## Building
9
+
10
+ * ` npm install `
11
+ * ` npm run build:parcel && npm run build:cp `
12
+
13
+ Build result is located in the ` dist ` directory.
14
+
15
+ ## Third-party libraries
16
+
17
+ * Background
18
+ * dist/background/lib.js
19
+ * window.lib.delay: https://github.com/sindresorhus/delay/blob/v4.3.0/index.js
20
+ * window.lib.PQueue: https://github.com/sindresorhus/p-queue/blob/v2.3.0/index.js
21
+ * window.lib.psl: https://github.com/lupomontero/psl/blob/v1.2.0/dist/psl.min.js
22
+
23
+ * Preferences UI
24
+ * jQuery
25
+ * dist/vendor/jquery/jquery.min.js
26
+ * https://github.com/jquery/jquery/blob/3.4.1/dist/jquery.min.js
27
+
28
+ * jQuery-address
29
+ * dist/vendor/jquery/jquery.address.js
30
+ * https://github.com/escaleno-ltda/jquery-address/blob/fa31d3c7d7e265f1b376b72fd68b880c7ec156aa/src/jquery.address.js
31
+ * No tags/releases on GitHub available
32
+
33
+ * SemanticUI
34
+ * dist/vendor/semantic/semantic.min.js
35
+ * https://github.com/Semantic-Org/Semantic-UI/blob/deb275d2d5fe9a522a0b7bd8b6b6a1c939552718/dist/semantic.min.js
36
+ * Pending issue about version 2.4.2 not being properly tagged/released on GitHub: https://github.com/Semantic-Org/Semantic-UI/issues/6646
37
+
38
+ * SortableJS
39
+ * dist/vendor/sortable/Sortable.min.js
40
+ * https://github.com/SortableJS/Sortable/blob/1.10.0-rc3/Sortable.min.js
41
+
42
+ * VueJS
43
+ * dist/vendor/vue/vue.runtime.min.js
44
+ * https://github.com/vuejs/vue/blob/v2.6.10/dist/vue.runtime.min.js
45
+
46
+ * Vue.Draggable
47
+ * dist/vendor/vue/vuedraggable.umd.min.js
48
+ * https://github.com/SortableJS/Vue.Draggable/blob/v2.23.0/dist/vuedraggable.umd.min.js
You can’t perform that action at this time.
0 commit comments