UNPKG

@amsterdam/design-system-react

Version:

All React components from the Amsterdam Design System. Use it to compose pages in your website or application.

78 lines 2.38 kB
{ "version": "3.1.0", "author": "Design System Team, City of Amsterdam <designsystem@amsterdam.nl>", "description": "All React components from the Amsterdam Design System. Use it to compose pages in your website or application.", "homepage": "https://designsystem.amsterdam", "license": "EUPL-1.2", "name": "@amsterdam/design-system-react", "keywords": [ "amsterdam", "amsterdam-design-system", "design-system", "nl-design-system", "react" ], "private": false, "publishConfig": { "access": "public" }, "repository": { "type": "git", "url": "https://github.com/Amsterdam/design-system.git", "directory": "packages/react" }, "sideEffects": false, "main": "./dist/index.cjs.js", "module": "./dist/index.esm.js", "types": "./dist/index.d.ts", "files": [ "dist/" ], "dependencies": { "@babel/runtime": "7.28.6", "clsx": "2.1.1", "@amsterdam/design-system-react-icons": "2.0.0" }, "devDependencies": { "@babel/core": "7.28.6", "@babel/plugin-transform-runtime": "7.28.5", "@babel/preset-env": "7.28.6", "@babel/preset-react": "7.28.5", "@rollup/plugin-babel": "6.1.0", "@rollup/plugin-commonjs": "29.0.0", "@rollup/plugin-node-resolve": "16.0.3", "@testing-library/dom": "10.4.1", "@testing-library/jest-dom": "6.9.1", "@testing-library/react": "16.3.2", "@testing-library/user-event": "14.6.1", "@types/jest": "30.0.0", "@types/react": "18.3.27", "@types/react-dom": "18.3.7", "jest": "30.2.0", "jest-environment-jsdom": "30.2.0", "next": "16.1.5", "react": "18.3.1", "react-dom": "18.3.1", "rollup": "4.57.0", "rollup-plugin-dts": "6.3.0", "rollup-plugin-filesize": "10.0.0", "rollup-plugin-node-externals": "8.1.2", "rollup-plugin-node-polyfills": "0.2.1", "rollup-plugin-peer-deps-external": "2.2.4", "rollup-plugin-typescript2": "0.36.0", "sass": "1.97.3" }, "peerDependencies": { "react": "16 - 19", "react-dom": "16 - 19", "@amsterdam/design-system-css": "3.1.0" }, "scripts": { "build": "tsc --project ./tsconfig.build.json && rollup -c", "build:watch": "rollup -c --watch", "clean": "rimraf dist/", "lint": "tsc --noEmit --project ./tsconfig.json", "test": "jest --verbose --coverage", "watch:test": "jest --verbose --watch" } }