UNPKG

@ama-pt/agora-design-system

Version:

Ágora Design system

136 lines (135 loc) 4.44 kB
{ "name": "@ama-pt/agora-design-system", "description": "Ágora Design system", "version": "3.1.0", "main": "artifacts/dist/index.mjs", "module": "artifacts/dist/index.umd.js", "files": [ "artifacts/dist" ], "types": "artifacts/dist/types/index.d.ts", "scripts": { "start": "npm run storybook", "dev": "npm run storybook", "storybook": "gulp && storybook dev -p 6006", "build-storybook": "gulp && storybook build -o ./artifacts/storybook-static", "lint": "eslint src --ext .ts,.tsx", "lint:fix": "eslint src --fix --ext .ts,.tsx", "format": "prettier --write \"./**/*.{js,jsx,ts,tsx,css,scss,mdx,md,json}\" --config \"./.prettierrc\"", "playwright-tests": "npm install playwright && playwright install && playwright test", "jest-tests": "jest --coverage", "jest-tests-no-coverage": "jest --coverage=false", "build": "vite build && tailwindcss -i ./src/styles/globals.css -o ./artifacts/dist/tailwind.css && gulp bundle && tsc --project tsconfig-build.json && tsc-alias -p tsconfig-build.json" }, "dependencies": { "classnames": "^2.5.1", "sass": "^1.89.2" }, "devDependencies": { "@axe-core/playwright": "^4.10.2", "@babel/core": "^7.27.4", "@babel/preset-env": "^7.27.2", "@babel/preset-react": "^7.27.1", "@babel/preset-typescript": "^7.27.1", "@mdx-js/react": "^3.1.0", "@playwright/test": "^1.53.1", "@storybook/addon-a11y": "^8.6.14", "@storybook/addon-actions": "^8.6.14", "@storybook/addon-docs": "^8.6.14", "@storybook/addon-essentials": "^8.6.14", "@storybook/addon-interactions": "^8.6.14", "@storybook/addon-links": "^8.6.14", "@storybook/addon-storysource": "^8.6.14", "@storybook/blocks": "^8.6.14", "@storybook/mdx2-csf": "^1.1.0", "@storybook/preset-scss": "^1.0.3", "@storybook/react": "^8.6.14", "@storybook/react-vite": "^8.6.14", "@storybook/test": "^8.6.14", "@storybook/theming": "^8.6.14", "@storybook/types": "^8.6.14", "@testing-library/jest-dom": "^6.6.3", "@testing-library/react": "^16.3.0", "@testing-library/user-event": "^14.6.1", "@types/jest": "^29.5.14", "@types/node": "^22.15.32", "@types/prop-types": "^15.7.15", "@types/react": "^19.1.8", "@types/react-dom": "^19.1.6", "@types/react-syntax-highlighter": "^15.5.13", "@typescript-eslint/eslint-plugin": "^6.21.0", "@typescript-eslint/parser": "^6.21.0", "@vitejs/plugin-react-swc": "^3.10.2", "autoprefixer": "^10.4.21", "babel-jest": "^29.7.0", "date-fns": "^4.1.0", "del": "^8.0.0", "eslint": "^8.57.1", "eslint-config-airbnb": "^19.0.4", "eslint-config-airbnb-typescript": "^17.1.0", "eslint-config-prettier": "^9.1.0", "eslint-import-resolver-typescript": "^3.10.1", "eslint-plugin-import": "^2.32.0", "eslint-plugin-jsx-a11y": "^6.10.2", "eslint-plugin-prettier": "^5.5.0", "eslint-plugin-react": "^7.37.5", "eslint-plugin-react-hooks": "^4.6.2", "eslint-plugin-storybook": "^0.12.0", "glob": "^11.0.3", "gulp": "^5.0.1", "gulp-clean-css": "^4.3.0", "gulp-concat": "^2.6.1", "gulp-file": "^0.4.0", "gulp-minify": "^3.1.0", "identity-obj-proxy": "^3.0.0", "jest": "^29.7.0", "jest-environment-jsdom": "^29.7.0", "jest-preview": "^0.3.1", "jest-sonar-reporter": "^2.0.0", "playwright": "^1.53.1", "postcss": "^8.5.6", "prettier": "^3.6.0", "react": "^19.1.0", "react-dom": "^19.1.0", "react-syntax-highlighter": "^15.6.1", "storybook": "^8.6.14", "tailwindcss": "^3.4.17", "ts-dedent": "^2.2.0", "ts-jest": "^29.4.0", "ts-node": "^10.9.2", "tsc-alias": "^1.8.16", "typescript": "*", "vite": "^5.4.19", "vite-tsconfig-paths": "^5.1.4" }, "peerDependencies": { "@types/react": "^19.0.12", "@types/react-dom": "^19.0.4", "react": "^19.0.0", "react-dom": "^19.0.0" }, "author": "AMA", "license": "MIT", "keywords": [ "design system", "agora", "react", "nextjs", "@ama-pt" ], "repository": { "type": "git", "url": "https://gitlab.devops.ama.lan/design-system/agora-design-system.git" }, "trustedDependencies": [ "@swc/core", "es5-ext", "esbuild", "jest-preview" ], "jestSonar": { "reportPath": "./artifacts/jest-report/", "reportFile": "test-reporter.xml", "indent": 4 } }