@amsterdam/design-system-react
Version:
All React components from the Amsterdam Design System. Use it to compose pages in your website or application.
82 lines • 2.5 kB
JSON
{
"version": "2.0.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.4",
"clsx": "2.1.1",
"@amsterdam/design-system-react-icons": "1.0.0"
},
"devDependencies": {
"@babel/core": "7.28.4",
"@babel/plugin-transform-runtime": "7.28.3",
"@babel/preset-env": "7.28.3",
"@babel/preset-react": "7.27.1",
"@rollup/plugin-babel": "6.0.4",
"@rollup/plugin-commonjs": "28.0.6",
"@rollup/plugin-node-resolve": "16.0.1",
"@rollup/pluginutils": "5.3.0",
"@testing-library/dom": "10.4.1",
"@testing-library/jest-dom": "6.8.0",
"@testing-library/react": "16.3.0",
"@testing-library/user-event": "14.6.1",
"@types/jest": "30.0.0",
"@types/lodash": "4.17.20",
"@types/react": "18.3.23",
"jest": "30.1.3",
"jest-environment-jsdom": "30.1.2",
"next": "15.5.2",
"npm-run-all": "4.1.5",
"postcss": "8.5.6",
"react": "18.3.1",
"react-dom": "18.3.1",
"rollup": "4.50.1",
"rollup-plugin-dts": "6.2.3",
"rollup-plugin-filesize": "10.0.0",
"rollup-plugin-node-externals": "8.1.1",
"rollup-plugin-node-polyfills": "0.2.1",
"rollup-plugin-peer-deps-external": "2.2.4",
"rollup-plugin-typescript2": "0.36.0",
"sass": "1.92.1",
"tslib": "2.8.1"
},
"peerDependencies": {
"react": "16 - 19",
"react-dom": "16 - 19",
"@amsterdam/design-system-css": "2.0.0"
},
"scripts": {
"build": "tsc && rollup -c",
"build:watch": "rollup -c --watch",
"clean": "rimraf dist/",
"lint": "tsc --noEmit --project ./tsconfig.json && tsc --noEmit --project ./tsconfig.test.json",
"test": "jest --verbose --coverage",
"watch:test": "jest --verbose --watch"
}
}