{
  "name": "@justeat/fozzie",
  "title": "Fozzie – Just Eat UI Web Framework",
  "description": "UI Web Framework for the Just Eat Global Platform",
  "version": "11.2.2",
  "main": "dist/js/index.js",
  "files": [
    "dist/js",
    "dist/css",
    "src/scss",
    "src/fonts"
  ],
  "homepage": "https://github.com/justeattakeaway/fozzie-components/tree/master/packages/tools/fozzie",
  "contributors": [
    "Ashley Watson-Nolan <ashley.watson-nolan@justeattakeaway.com> (https://ashleynolan.co.uk)",
    "Jamie Maguire <jamie.maguire@justeattakeaway.com> (https://www.jamieomaguire.com)",
    "Github contributors <https://github.com/justeat/fozzie/graphs/contributors>"
  ],
  "authors": [
    {
      "name": "Contributors",
      "url": "https://github.com/justeattakeaway/fozzie-components/graphs/contributors"
    }
  ],
  "repository": {
    "type": "git",
    "url": "git@github.com:justeattakeaway/fozzie-components.git"
  },
  "bugs": {
    "url": "https://github.com/justeattakeaway/fozzie-components/issues"
  },
  "license": "Apache-2.0",
  "engines": {
    "node": ">=14"
  },
  "dependencies": {
    "@justeat/pie-design-tokens": "6.2.1",
    "include-media": "2.0.0"
  },
  "devDependencies": {
    "@babel/cli": "7.18.10",
    "@babel/core": "7.19.1",
    "@babel/eslint-parser": "7.19.1",
    "@babel/preset-env": "7.19.1",
    "@justeat/browserslist-config-fozzie": "2.0.0",
    "@justeat/eslint-config-fozzie": "5.1.0",
    "@justeat/f-dom": "1.1.0",
    "@justeat/f-logger": "0.8.1",
    "@justeat/js-test-buddy": "0.4.1",
    "@justeat/stylelint-config-fozzie": "3.2.0",
    "autoprefixer": "10.4.12",
    "caniuse-lite": "1.0.30001425",
    "concurrently": "7.5.0",
    "coveralls": "3.1.1",
    "cssnano": "5.1.13",
    "eslint": "8.26.0",
    "eslint-plugin-import": "2.26.0",
    "fontfaceobserver": "2.3.0",
    "glob": "9.0.0",
    "jest": "29.7.0",
    "jest-environment-jsdom": "29.7.0",
    "postcss": "8.4.31",
    "postcss-cli": "10.0.0",
    "sass": "1.55.0",
    "sass-true": "6.1.0",
    "stylelint": "14.14.0",
    "stylelint-config-standard-scss": "5.0.0"
  },
  "resolutions": {
    "babel-core": "7.0.0-bridge.0"
  },
  "keywords": [
    "fozzie"
  ],
  "scripts": {
    "autoprefix:css": "yarn run autoprefix:typography && yarn run autoprefix:reset && yarn run autoprefix:utilities",
    "autoprefix:reset": "postcss dist/css/fozzie-reset.css -o dist/css/fozzie-reset.css --use autoprefixer --map",
    "autoprefix:typography": "postcss dist/css/fozzie-typography.css -o dist/css/fozzie-typography.css --use autoprefixer --map",
    "autoprefix:utilities": "postcss dist/css/fozzie-utilities.css -o dist/css/fozzie-utilities.css --use autoprefixer --map",
    "build": "yarn compile && yarn prepare:css",
    "build:css": "yarn run build:typography && yarn run build:reset && yarn run build:utilities",
    "build:css:minified": "yarn run build:typography:minified && yarn run build:reset:minified && yarn run build:utilities:minified",
    "build:reset": "sass --load-path=node_modules/ src/scss/fozzie-reset.scss:dist/css/fozzie-reset.css",
    "build:reset:minified": "postcss dist/css/fozzie-reset.css -o dist/css/fozzie-reset.min.css --use cssnano --no-map",
    "build:typography": "sass --load-path=node_modules/ src/scss/fozzie-typography.scss:dist/css/fozzie-typography.css",
    "build:typography:minified": "postcss dist/css/fozzie-typography.css -o dist/css/fozzie-typography.min.css --use cssnano --no-map",
    "build:utilities": "sass --load-path=node_modules/ src/scss/fozzie-utilities.scss:dist/css/fozzie-utilities.css",
    "build:utilities:minified": "postcss dist/css/fozzie-utilities.css -o dist/css/fozzie-utilities.min.css --use cssnano --no-map",
    "compile": "babel -d dist src --ignore \"src/**/*.test.js\"",
    "lint": "yarn run lint:css && yarn run lint:js",
    "lint:css": "stylelint src/scss/**/*.scss",
    "lint:js": "eslint --ignore-pattern dist --ext .js .",
    "prepack": "concurrently -n \"lint,compile,test\" -c \"blue,yellow,green\" \"yarn lint\" \"yarn compile\" \"yarn test\" --kill-others-on-fail && yarn prepare:css",
    "prepare:css": "yarn run build:css && yarn run autoprefix:css && yarn run build:css:minified && yarn test:css-dist",
    "test": "concurrently -n \"test:js,test:scss\" -c \"cyan,magenta\" \"yarn test:js\" \"yarn test:scss\"",
    "ci:test:tools": "yarn test",
    "test:build": "sass --no-source-map --load-path=node_modules --style=compressed src/scss:dist/css",
    "test:cover": "jest --collect-coverage",
    "test:cover:CI": "cat coverage/lcov.info | coveralls",
    "test:css-dist": "jest --config=src/test/css/jest.config.js ./src/test/css",
    "test:js": "jest --config=jest.config.js ./src/js",
    "test:scss": "jest --config=src/test/scss/jest.config.js ./src/test/scss"
  },
  "stylelint": {
    "extends": "@justeat/stylelint-config-fozzie"
  },
  "browserslist": [
    "extends @justeat/browserslist-config-fozzie"
  ],
  "assets": [
    {
      "root": "src/",
      "glob": "fonts/**/*"
    }
  ],
  "installConfig": {
    "hoistingLimits": "workspaces"
  },
  "volta": {
    "extends": "../../../package.json"
  },
  "gitHead": "1fd5199844d751e63401f318ed1432161d2a19f1"
}
