|
| 1 | +This project uses the following third party libraries: |
| 2 | + |
| 3 | +@types/expect-puppeteer |
| 4 | +----------------------- |
| 5 | +TypeScript type definitions expect-puppeteer |
| 6 | + |
| 7 | +- Project: https://github.com/DefinitelyTyped/DefinitelyTyped |
| 8 | +- License: https://github.com/DefinitelyTyped/DefinitelyTyped/blob/master/LICENSE |
| 9 | + |
| 10 | +@types/jest |
| 11 | +----------------------- |
| 12 | +TypeScript type definitions for Jest |
| 13 | + |
| 14 | +- Project: https://github.com/DefinitelyTyped/DefinitelyTyped |
| 15 | +- License: https://github.com/DefinitelyTyped/DefinitelyTyped/blob/master/LICENSE |
| 16 | + |
| 17 | +@types/jest-environment-puppeteer |
| 18 | +----------------------- |
| 19 | +TypeScript type definitions for jest-environment-puppeteer |
| 20 | + |
| 21 | +- Project: https://github.com/DefinitelyTyped/DefinitelyTyped |
| 22 | +- License: https://github.com/DefinitelyTyped/DefinitelyTyped/blob/master/LICENSE |
| 23 | + |
| 24 | +@types/puppeteer |
| 25 | +----------------------- |
| 26 | +TypeScript type definitions Puppeteer |
| 27 | + |
| 28 | +- Project: https://github.com/DefinitelyTyped/DefinitelyTyped |
| 29 | +- License: https://github.com/DefinitelyTyped/DefinitelyTyped/blob/master/LICENSE |
| 30 | + |
| 31 | +@typescript-eslint/eslint-plugin |
| 32 | +----------------------- |
| 33 | +TypeScript plugin for ESLint |
| 34 | + |
| 35 | +- Project: https://github.com/typescript-eslint/typescript-eslint |
| 36 | +- License: https://github.com/typescript-eslint/typescript-eslint#license |
| 37 | + |
| 38 | +@typescript-eslint/parser |
| 39 | +----------------------- |
| 40 | +TypeScript parser for ESLint |
| 41 | + |
| 42 | +- Project: https://github.com/typescript-eslint/typescript-eslint |
| 43 | +- License: https://github.com/typescript-eslint/typescript-eslint#license |
| 44 | + |
| 45 | +@typescript-eslint/typescript-estree |
| 46 | +----------------------- |
| 47 | +TypeScript utility for ESLint |
| 48 | + |
| 49 | +- Project: https://github.com/typescript-eslint/typescript-eslint |
| 50 | +- License: ehttps://github.com/typescript-eslint/typescript-eslint#license |
| 51 | + |
| 52 | +autoprefixer |
| 53 | +----------------------- |
| 54 | +Adds browser CSS prefixes to expand browser support |
| 55 | + |
| 56 | +- Project: https://github.com/postcss/autoprefixer |
| 57 | +- License: https://github.com/postcss/autoprefixer/blob/main/LICENSE |
| 58 | + |
| 59 | +bootstrap |
| 60 | +----------------------- |
| 61 | +CSS framework for easy prototyping |
| 62 | + |
| 63 | +- Project: https://github.com/twbs/bootstrap |
| 64 | +- License: https://github.com/twbs/bootstrap/blob/main/LICENSE |
| 65 | + |
| 66 | +copyfiles |
| 67 | +----------------------- |
| 68 | +Copy files on the command line |
| 69 | + |
| 70 | +- Project: https://github.com/calvinmetcalf/copyfiles |
| 71 | +- License: https://github.com/calvinmetcalf/copyfiles/blob/master/license.md |
| 72 | + |
| 73 | +cpy-cli |
| 74 | +----------------------- |
| 75 | +Node helper for copying files |
| 76 | + |
| 77 | +- Project: https://github.com/sindresorhus/cpy-cli |
| 78 | +- License: https://github.com/sindresorhus/cpy-cli/blob/main/license |
| 79 | + |
| 80 | +eslint |
| 81 | +----------------------- |
| 82 | +Find and fix problems in your JavaScript code |
| 83 | + |
| 84 | +- Project: https://github.com/eslint/eslint |
| 85 | +- License: https://github.com/eslint/eslint/blob/master/LICENSE |
| 86 | + |
| 87 | +eslint-config-prettier |
| 88 | +----------------------- |
| 89 | +Turns off all rules that are unnecessary or might conflict with Prettier |
| 90 | + |
| 91 | +- Project: https://github.com/prettier/eslint-config-prettier |
| 92 | +- License: https://github.com/prettier/eslint-config-prettier/blob/main/LICENSE |
| 93 | + |
| 94 | +eslint-plugin-prettier |
| 95 | +----------------------- |
| 96 | +ESLint plugin for Prettier formatting |
| 97 | + |
| 98 | +- Project: https://github.com/prettier/eslint-plugin-prettier |
| 99 | +- License: https://github.com/prettier/eslint-plugin-prettier/blob/master/LICENSE.md |
| 100 | + |
| 101 | +file-loader |
| 102 | +----------------------- |
| 103 | +The file-loader resolves import/require() on a file into a url and emits the file into the output directory |
| 104 | + |
| 105 | +- Project: https://github.com/webpack-contrib/file-loader |
| 106 | +- License: https://github.com/webpack-contrib/file-loader/blob/master/LICENSE |
| 107 | + |
| 108 | +http-server |
| 109 | +----------------------- |
| 110 | +A simple zero-configuration command-line http server |
| 111 | + |
| 112 | +- Project: https://github.com/http-party/http-server |
| 113 | +- License: https://github.com/http-party/http-server/blob/master/LICENSE |
| 114 | + |
| 115 | +husky |
| 116 | +----------------------- |
| 117 | +Modern native Git hooks made easy |
| 118 | + |
| 119 | +- Project: https://github.com/typicode/husky |
| 120 | +- License: https://github.com/typicode/husky/blob/main/LICENSE |
| 121 | + |
| 122 | +jest |
| 123 | +----------------------- |
| 124 | +Delightful JavaScript Testing |
| 125 | + |
| 126 | +- Project: https://github.com/facebook/jest |
| 127 | +- License: https://github.com/facebook/jest/blob/master/LICENSE |
| 128 | + |
| 129 | +jest-junit |
| 130 | +----------------------- |
| 131 | +A Jest reporter that creates compatible JUnit xml files |
| 132 | + |
| 133 | +- Project: https://github.com/jest-community/jest-junit |
| 134 | +- License: https://github.com/jest-community/jest-junit/blob/master/LICENSE |
| 135 | + |
| 136 | +jest-puppeteer |
| 137 | +----------------------- |
| 138 | +Run your tests using Jest & Puppeteer |
| 139 | + |
| 140 | +- Project: https://github.com/smooth-code/jest-puppeteer |
| 141 | +- License: https://github.com/smooth-code/jest-puppeteer/blob/master/LICENSE |
| 142 | + |
| 143 | +postcss |
| 144 | +----------------------- |
| 145 | +Processes CSS after compilation from SCSS or Less |
| 146 | + |
| 147 | +- Project: https://github.com/postcss/postcss |
| 148 | +- License: https://github.com/postcss/postcss/blob/main/LICENSE |
| 149 | + |
| 150 | +postcss-loader |
| 151 | +----------------------- |
| 152 | +Plugin for Webpack for running PostCSS |
| 153 | + |
| 154 | +- Project: https://github.com/webpack-contrib/postcss-loader |
| 155 | +- License: https://github.com/webpack-contrib/postcss-loader/blob/master/LICENSE |
| 156 | + |
| 157 | +miragejs |
| 158 | +----------------------- |
| 159 | +A client-side server to build, test and share your JavaScript app |
| 160 | + |
| 161 | +- Project: https://github.com/miragejs/miragejs |
| 162 | +- License: https://github.com/miragejs/miragejs/blob/master/LICENSE.md |
| 163 | + |
| 164 | +node-sass |
| 165 | +----------------------- |
| 166 | +Node.js bindings to libsass |
| 167 | + |
| 168 | +- Project: https://github.com/sass/node-sass |
| 169 | +- License: https://github.com/sass/node-sass/blob/master/LICENSE |
| 170 | + |
| 171 | +prettier |
| 172 | +----------------------- |
| 173 | +Prettier is an opinionated code formatter |
| 174 | + |
| 175 | +- Project: https://github.com/prettier/prettier |
| 176 | +- License: https://github.com/prettier/prettier/blob/main/LICENSE |
| 177 | + |
| 178 | +puppeteer |
| 179 | +----------------------- |
| 180 | +Headless Chrome Node.js API |
| 181 | + |
| 182 | +- Project: https://github.com/puppeteer/puppeteer |
| 183 | +- License: https://github.com/puppeteer/puppeteer/blob/main/LICENSE |
| 184 | + |
| 185 | +raw-loader |
| 186 | +----------------------- |
| 187 | +A loader for webpack that allows importing files as a String |
| 188 | + |
| 189 | +- Project: https://github.com/webpack-contrib/raw-loader |
| 190 | +- License: https://github.com/webpack-contrib/raw-loader/blob/master/LICENSE |
| 191 | + |
| 192 | +sass-loader |
| 193 | +----------------------- |
| 194 | +Compiles Sass to CSS |
| 195 | + |
| 196 | +- Project: https://github.com/webpack-contrib/sass-loader |
| 197 | +- License: https://github.com/webpack-contrib/sass-loader/blob/master/LICENSE |
| 198 | + |
| 199 | +shx |
| 200 | +----------------------- |
| 201 | +Portable Shell Commands for Node |
| 202 | + |
| 203 | +- Project: https://github.com/shelljs/shx |
| 204 | +- License: https://github.com/shelljs/shx/blob/master/LICENSE |
| 205 | + |
| 206 | +ts-jest |
| 207 | +----------------------- |
| 208 | +A Jest transformer that lets you use Jest to test projects written in TypeScript |
| 209 | + |
| 210 | +- Project: https://github.com/kulshekhar/ts-jest |
| 211 | +- License: https://github.com/kulshekhar/ts-jest/blob/master/LICENSE.md |
| 212 | + |
| 213 | +ts-loader |
| 214 | +----------------------- |
| 215 | +TypeScript loader for webpack |
| 216 | + |
| 217 | +- Project: https://github.com/TypeStrong/ts-loader |
| 218 | +- License: https://github.com/TypeStrong/ts-loader/blob/main/LICENSE |
| 219 | + |
| 220 | +typedoc |
| 221 | +----------------------- |
| 222 | +Documentation generator for TypeScript projects |
| 223 | + |
| 224 | +- Project: https://github.com/TypeStrong/typedoc |
| 225 | +- License: https://github.com/TypeStrong/typedoc/blob/master/LICENSE |
| 226 | + |
| 227 | +typescript |
| 228 | +----------------------- |
| 229 | +A compile to JavaScript type safe language |
| 230 | + |
| 231 | +- Project: https://github.com/microsoft/TypeScript |
| 232 | +- License: https://github.com/microsoft/TypeScript/blob/master/LICENSE.txt |
| 233 | + |
| 234 | +webpack |
| 235 | +----------------------- |
| 236 | +Bundling tool for modular JavaScript |
| 237 | + |
| 238 | +- Project: https://github.com/webpack/webpack |
| 239 | +- License: https://github.com/webpack/webpack/blob/master/LICENSE |
| 240 | + |
| 241 | +webpack-cli |
| 242 | +----------------------- |
| 243 | +CLI extension to Webpack |
| 244 | + |
| 245 | +- Project: https://github.com/webpack/webpack-cli |
| 246 | +- License: https://github.com/webpack/webpack-cli/blob/master/LICENSE |
0 commit comments