github.com/navikt/knorten@v0.0.0-20240419132333-1333f46ed8b6/package.json (about)

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