Inital code commit
Some checks failed
Build, Test, and Publish (to Private NPM Registry) UI Components Library / publish (push) Failing after 52m26s
Some checks failed
Build, Test, and Publish (to Private NPM Registry) UI Components Library / publish (push) Failing after 52m26s
This commit is contained in:
commit
5024375e20
32 changed files with 5379 additions and 0 deletions
49
package.json
Normal file
49
package.json
Normal file
|
|
@ -0,0 +1,49 @@
|
|||
{
|
||||
"name": "ba-web-components",
|
||||
"version": "1.0.0",
|
||||
"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"
|
||||
}
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue