github.com/nais/knorten@v0.0.0-20240104110906-55926958e361/package.json (about)

     1  {
     2    "name": "knorten",
     3    "version": "1.0.0",
     4    "description": "> KNADA sin port for bestilling av tjenester",
     5    "repository": {
     6      "type": "git",
     7      "url": "git+https://github.com/nais/knorten.git"
     8    },
     9    "scripts": {
    10      "build:css": "postcss local/tailwind.css -o assets/css/main.css"
    11    },
    12    "author": "",
    13    "license": "MIT",
    14    "bugs": {
    15      "url": "https://github.com/nais/knorten/issues"
    16    },
    17    "homepage": "https://github.com/nais/knorten#readme",
    18    "devDependencies": {
    19      "@fullhuman/postcss-purgecss": "^5.0.0",
    20      "autoprefixer": "^10.4.13",
    21      "cssnano": "^5.1.14",
    22      "postcss": "^8.4.31",
    23      "postcss-import": "^15.1.0",
    24      "tailwindcss": "^3.2.6"
    25    },
    26    "dependencies": {
    27      "@navikt/ds-css": "^2.1.7",
    28      "@navikt/ds-tailwind": "^2.1.7"
    29    }
    30  }