ba-web-components/package.json
2026-05-13 20:21:32 +00:00

49 lines
1.4 KiB
JSON

{
"name": "ba-web-components",
"version": "1.0.1",
"description": "A library of front-end components that can be reused across different apps.",
"main": "dist/index.js",
"repository": "https://git.bridgemanaccessible.ca/Bridgeman-Accessible/ba-web-components",
"author": "Bridgeman Accessible<info@bridgemanaccessible.ca>",
"license": "MIT",
"type": "module",
"exports": {
".": {
"types": "./dist/index.d.ts",
"default": "./dist/index.js"
}
},
"scripts": {
"build": "gulp",
"package": "gulp package",
"test:run": "playwright test",
"test:start": "tsx test-harness/server.ts",
"test:local": "yarn build && yarn playwright test --update-snapshots"
},
"devDependencies": {
"@axe-core/playwright": "^4.11.3",
"@playwright/test": "^1.60.0",
"@rollup/plugin-node-resolve": "^16.0.3",
"@rollup/plugin-terser": "^1.0.0",
"@types/ejs": "^3.1.5",
"@types/express": "^5.0.6",
"@types/node": "^25.6.2",
"@typescript/native-preview": "^7.0.0-dev.20260508.1",
"cssnano": "^8.0.1",
"del": "^8.0.1",
"express": "^5.2.1",
"gulp": "^5.0.1",
"gulp-postcss": "^10.0.0",
"gulp-rename": "^2.1.0",
"gulp-replace": "^1.1.4",
"postcss": "^8.5.14",
"postcss-import": "^16.1.1",
"postcss-preset-env": "^11.2.1",
"rollup": "^4.60.3",
"tsx": "^4.21.0"
},
"dependencies": {
"ejs": "^5.0.2",
"open-props": "2.0.0-beta.5"
}
}