eliashaeussler/typo3-solver

View on GitHub
Resources/Private/Frontend/package.json

Summary

Maintainability
Test Coverage
{
    "name": "@eliashaeussler/typo3-solver",
    "description": "Frontend for EXT:solver, an extension for TYPO3 CMS to extend TYPO3's exception handling with AI generated solutions",
    "version": "0.2.11",
    "license": "GPL-2.0-or-later",
    "scripts": {
        "build": "cross-env NODE_ENV=production webpack",
        "start": "cross-env NODE_ENV=development webpack --watch",
        "lint": "npm-run-all lint:scss lint:ts",
        "lint:scss": "stylelint 'src/styles/**/*.scss'",
        "lint:ts": "eslint 'src/scripts/**/*.{ts,tsx}'",
        "fix": "npm-run-all fix:scss fix:ts",
        "fix:scss": "stylelint 'src/styles/**/*.scss' --fix",
        "fix:ts": "eslint 'src/scripts/**/*.{ts,tsx}' --fix"
    },
    "author": {
        "name": "Elias Häußler",
        "email": "elias@haeussler.dev",
        "url": "https://haeussler.dev"
    },
    "devDependencies": {
        "@babel/core": "^7.21.4",
        "@babel/plugin-proposal-class-properties": "^7.18.6",
        "@babel/plugin-transform-reserved-words": "^7.18.6",
        "@babel/plugin-transform-runtime": "^7.21.4",
        "@babel/preset-env": "^7.21.4",
        "@babel/preset-typescript": "^7.21.4",
        "@types/webpack-env": "^1.18.0",
        "@typescript-eslint/eslint-plugin": "^7.0.0",
        "@typescript-eslint/parser": "^7.0.0",
        "babel-loader": "^9.1.2",
        "clean-webpack-plugin": "^4.0.0",
        "cross-env": "^7.0.3",
        "css-loader": "^7.0.0",
        "eslint": "^8.38.0",
        "eslint-plugin-sonarjs": "^0.25.0",
        "ignore-emit-webpack-plugin": "^2.0.6",
        "mini-css-extract-plugin": "^2.7.5",
        "npm-run-all": "^4.1.5",
        "sass": "^1.61.0",
        "sass-loader": "^14.0.0",
        "source-map-loader": "^5.0.0",
        "stylelint": "^16.0.0",
        "stylelint-config-sass-guidelines": "^11.0.0",
        "terser-webpack-plugin": "^5.3.7",
        "typescript": "^5.0.4",
        "webpack": "^5.78.0",
        "webpack-cli": "^5.0.1"
    }
}