Skip to content
Snippets Groups Projects
Select Git revision
  • solution
  • main default protected
2 results

package-lock.json

Blame
  • package-lock.json 1.09 MiB
    {
      "name": "@unlsoft/simplifier",
      "version": "1.0.0",
      "lockfileVersion": 2,
      "requires": true,
      "packages": {
        "": {
          "name": "@unlsoft/simplifier",
          "version": "1.0.0",
          "license": "UNLICENSED",
          "dependencies": {
            "@reduxjs/toolkit": "^1.8.3",
            "@testing-library/jest-dom": "^5.16.4",
            "@testing-library/react": "^13.3.0",
            "@testing-library/user-event": "^14.3.0",
            "classnames": "^2.3.1",
            "npm-run-all": "^4.1.5",
            "react": "^18.2.0",
            "react-dom": "^18.2.0",
            "react-redux": "^8.0.2",
            "react-router-dom": "^6.3.0",
            "react-scripts": "^5.0.1",
            "workbox-background-sync": "^6.5.3",
            "workbox-broadcast-update": "^6.5.3",
            "workbox-cacheable-response": "^6.5.3",
            "workbox-core": "^6.5.3",
            "workbox-expiration": "^6.5.3",
            "workbox-navigation-preload": "^6.5.3",
            "workbox-precaching": "^6.5.3",
            "workbox-range-requests": "^6.5.3",
            "workbox-routing": "^6.5.3",
            "workbox-strategies": "^6.5.3",
            "workbox-streams": "^6.5.3"
          },
          "devDependencies": {
            "@unlsoft/eslint-config": "file:../eslint-config",
            "@unlsoft/stylelint-config": "file:../stylelint-config",
            "eslint-plugin-jest-dom": "^4.0.2",
            "stylelint": "^14.9.1"
          }
        },
        "../eslint-config": {
          "name": "@unlsoft/eslint-config",
          "version": "3.0.0",
          "dev": true,
          "license": "UNLICENSED",
          "devDependencies": {
            "eslint": ">= 8"
          },
          "peerDependencies": {
            "eslint": ">= 8"
          }
        },
        "../stylelint-config": {
          "name": "@unlsoft/eslint-config",
          "version": "3.0.0",
          "dev": true,
          "license": "UNLICENSED",
          "devDependencies": {
            "stylelint-config-standard": ">= 26"
          },
          "peerDependencies": {
            "stylelint-config-standard": ">= 26"
          }
        },
        "node_modules/@adobe/css-tools": {
          "version": "4.0.1",
          "resolved": "https://registry.npmjs.org/@adobe/css-tools/-/css-tools-4.0.1.tgz",
          "integrity": "sha512-+u76oB43nOHrF4DDWRLWDCtci7f3QJoEBigemIdIeTi1ODqjx6Tad9NCVnPRwewWlKkVab5PlK8DCtPTyX7S8g=="
        },