UNPKG

@oslokommune/punkt-testing-utils

Version:
67 lines (66 loc) 1.78 kB
{ "name": "@oslokommune/punkt-testing-utils", "version": "17.0.3", "description": "Test-utilities for Punkt", "homepage": "https://punkt.oslo.kommune.no", "author": "Team Designsystem, Oslo Origo", "type": "module", "main": "dist/punkt-testing-utils.umd.js", "module": "dist/punkt-testing-utils.es.js", "types": "dist/index.d.ts", "files": [ "dist" ], "dependencies": { "@testing-library/dom": "10.4.1", "@testing-library/react": "16.3.2" }, "devDependencies": { "@oslokommune/punkt-elements": "^17.0.3", "@oslokommune/punkt-react": "^17.0.3", "@testing-library/jest-dom": "^6.9.1", "@types/node": "^25.9.3", "@vitejs/plugin-react": "^6.0.2", "jsdom": "^29.1.1", "typescript": "^6.0.3", "vite": "^8.0.16", "vite-plugin-dts": "^5.0.2", "vitest": "^4.1.9", "whatwg-fetch": "^3.6.20" }, "scripts": { "build": "vite build", "lint": "eslint 'src/**/*.{js,jsx,ts,tsx}'", "lint:fix": "eslint --fix 'src/**/*.{jsx,ts,tsx}'", "format": "prettier --write src//**/*.{ts,tsx,css} --config ./.prettierrc", "test": "vitest run" }, "peerDependencies": { "@oslokommune/punkt-elements": ">=12.0.0", "@oslokommune/punkt-react": ">=12.0.0", "react": ">=18.3.1", "react-dom": ">=18.3.1" }, "keywords": [ "punkt", "pkt", "designsystem", "react", "elements", "testing-library" ], "private": false, "publishConfig": { "access": "public", "registry": "https://registry.npmjs.org" }, "repository": { "type": "git", "url": "git+https://github.com/oslokommune/punkt.git" }, "bugs": { "url": "https://github.com/oslokommune/punkt/issues" }, "license": "MIT", "gitHead": "7672ee9a89a77b184016cd600ca45d8f0802f243" }