Skip to content
Snippets Groups Projects
Select Git revision
  • 6233d1d682902e9b904fc171a6d4e1625bb61ae7
  • mui5-annotation-on-video-stable default
  • get_setter_canvasSizeInformations
  • fix-error-div-into-p
  • annotation-on-video-v2
  • detached
  • annotation-on-video-r17
  • mui5
  • mui5-react-18
  • jacob-test
  • annotation-on-video protected
  • master
  • test-antoinev1
  • 20-fetch-thumbnail-on-annotation
  • add-research-field
  • Save
  • add-plugin
  • 14-wip-no-seek-to
  • 14-bug-on-video-time-control
  • 9_wip_videotests
  • _upgrade_material_ui
  • latest-tetras-16
  • v3.3.0
  • v3.2.0
  • v3.1.1
  • v3.1.0
  • v3.0.0
  • v3.0.0-rc.7
  • v3.0.0-rc.6
  • v3.0.0-rc.5
  • v3.0.0-rc.4
  • v3.0.0-rc.3
  • v3.0.0-rc.2
  • v3.0.0-rc.1
  • v3.0.0-beta.10
  • v3.0.0-beta.9
  • v3.0.0-beta.8
  • v3.0.0-beta.7
  • v3.0.0-beta.6
  • v3.0.0-beta.5
  • v3.0.0-beta.3
41 results

.eslintignore

Blame
  • package.json 1.14 KiB
    {
        "devDependencies": {
            "@babel/core": "^7.16.0",
            "@babel/eslint-parser": "^7.16.3",
            "@babel/plugin-proposal-class-properties": "^7.16.0",
            "@popperjs/core": "^2.10.2",
            "@symfony/stimulus-bridge": "^2.0.0",
            "@symfony/webpack-encore": "^1.0.0",
            "bootstrap": "^5.1.3",
            "core-js": "^3.0.0",
            "eslint": "^8.3.0",
            "file-loader": "^6.2.0",
            "jquery": "^3.6.0",
            "node-sass": "^6.0.1",
            "regenerator-runtime": "^0.13.2",
            "sass-loader": "^12.3.0",
            "stimulus": "^2.0.0",
            "tapable": "^2.2.1",
            "webpack-notifier": "^1.6.0",
            "yorkie": "^2.0.0"
        },
        "license": "UNLICENSED",
        "private": true,
        "scripts": {
            "dev-server": "encore dev-server",
            "dev": "encore dev",
            "watch": "encore dev --watch",
            "build": "encore production --progress",
            "lint": "eslint --config .eslintrc --ext .js capsule-prototype"
        },
        "dependencies": {
            "@fortawesome/fontawesome-free": "^5.15.4",
            "autoprefixer": "^10.4.0",
            "postcss-loader": "^6.2.0",
            "pubsub-js": "^1.9.4"
        }
    }