Project dans le cadre de ma formation chez O'clock
🚩 Jeu de carte, retourner deux cartes identique et ceux avec toutes les cartes pour finir la partie. 🚀🚀🚀🚀🚀🚀
This is a Node.js module available through the
npm registry. It can be installed using the
npm
or
yarn
command line tools.
npm install
npm install
npm test
- @babel/core: Babel compiler core.
- @babel/eslint-parser: ESLint parser that allows for linting of experimental syntax transformed by Babel
- @babel/plugin-proposal-class-properties: This plugin transforms static class properties as well as properties declared with the property initializer syntax
- @babel/plugin-proposal-private-methods: This plugin transforms private class methods
- @babel/plugin-transform-spread: Compile ES2015 spread to ES5
- @babel/preset-env: A Babel preset for each environment.
- @babel/register: babel require hook
- autoprefixer: Parse CSS and add vendor prefixes to CSS rules using values from the Can I Use website
- babel-loader: babel module loader for webpack
- babel-plugin-module-resolver: Module resolver plugin for Babel
- babel-register: babel require hook
- core-js: Standard library
- css-loader: css loader module for webpack
- eslint: An AST-based pattern checker for JavaScript.
- eslint-config-google: ESLint shareable config for the Google style
- eslint-plugin-import: Import with sanity.
- eslint-plugin-jsx-a11y: Static AST checker for accessibility rules on JSX elements.
- eslint-plugin-react: React specific linting rules for ESLint
- eslint-plugin-react-hooks: ESLint rules for React Hooks
- extract-loader: webpack loader to extract HTML and CSS from the bundle
- file-loader: A file loader module for webpack
- jest: Delightful JavaScript Testing.
- postcss-loader: PostCSS loader for webpack
- sass: A pure JavaScript implementation of Sass.
- sass-loader: Sass loader for webpack
- style-loader: style loader module for webpack
- webpack: Packs CommonJs/AMD modules for the browser. Allows to split your codebase into multiple bundles, which can be loaded on demand. Support loaders to preprocess files, i.e. json, jsx, es7, css, less, ... and your custom stuff.
- webpack-cli: CLI for webpack & friends
- eslint-plugin-jest: Eslint rules for Jest
ISC