2022-03-08 11:50:34 +01:00
|
|
|
{
|
|
|
|
"name": "components",
|
|
|
|
"version": "0.0.0",
|
|
|
|
"scripts": {
|
|
|
|
"ng": "ng",
|
|
|
|
"start": "ng serve",
|
|
|
|
"build": "ng build",
|
|
|
|
"watch": "ng build --watch --configuration development",
|
2022-05-12 17:33:49 +02:00
|
|
|
"test": "jest",
|
|
|
|
"test:watch": "jest --watch",
|
2022-03-08 11:50:34 +01:00
|
|
|
"docs:json": "compodoc -p ./tsconfig.json -e json -d .",
|
|
|
|
"storybook": "npm run docs:json && start-storybook -p 6006",
|
2022-03-15 13:50:42 +01:00
|
|
|
"build-storybook": "npm run docs:json && build-storybook",
|
|
|
|
"chromatic": "chromatic --exit-zero-on-changes"
|
2022-03-08 11:50:34 +01:00
|
|
|
},
|
|
|
|
"private": true,
|
|
|
|
"dependencies": {
|
|
|
|
"@angular/animations": "^12.2.13",
|
|
|
|
"@angular/cdk": "^12.2.13",
|
|
|
|
"@angular/common": "^12.2.13",
|
|
|
|
"@angular/compiler": "^12.2.13",
|
|
|
|
"@angular/core": "^12.2.13",
|
|
|
|
"@angular/forms": "^12.2.13",
|
|
|
|
"@angular/platform-browser": "^12.2.13",
|
|
|
|
"@angular/platform-browser-dynamic": "^12.2.13",
|
|
|
|
"@bitwarden/jslib-angular": "file:../angular",
|
2022-03-15 13:50:42 +01:00
|
|
|
"bootstrap": "4.6.0",
|
2022-05-12 17:33:49 +02:00
|
|
|
"rxjs": "^7.4.0",
|
|
|
|
"tslib": "^2.3.0"
|
2022-03-08 11:50:34 +01:00
|
|
|
},
|
|
|
|
"devDependencies": {
|
|
|
|
"@angular-devkit/build-angular": "^12.2.13",
|
|
|
|
"@angular/cli": "^12.2.13",
|
|
|
|
"@angular/compiler-cli": "^12.2.13",
|
|
|
|
"@angular/elements": "^12.2.13",
|
|
|
|
"@babel/core": "^7.16.10",
|
|
|
|
"@compodoc/compodoc": "^1.1.16",
|
2022-03-15 13:50:42 +01:00
|
|
|
"@storybook/addon-a11y": "^6.4.19",
|
2022-03-08 11:50:34 +01:00
|
|
|
"@storybook/addon-actions": "^6.4.18",
|
|
|
|
"@storybook/addon-essentials": "^6.4.18",
|
|
|
|
"@storybook/addon-links": "^6.4.18",
|
|
|
|
"@storybook/angular": "^6.4.18",
|
|
|
|
"@storybook/builder-webpack5": "^6.4.18",
|
|
|
|
"@storybook/manager-webpack5": "^6.4.18",
|
2022-05-12 17:33:49 +02:00
|
|
|
"@types/node": "^16.11.33",
|
2022-03-08 11:50:34 +01:00
|
|
|
"@webcomponents/custom-elements": "^1.5.0",
|
|
|
|
"autoprefixer": "^10.4.2",
|
|
|
|
"babel-loader": "^8.2.3",
|
2022-03-15 13:50:42 +01:00
|
|
|
"chromatic": "^6.5.2",
|
2022-05-12 17:33:49 +02:00
|
|
|
"jest-preset-angular": "^11.1.2",
|
2022-03-08 11:50:34 +01:00
|
|
|
"postcss": "^8.4.6",
|
2022-04-08 17:47:32 +02:00
|
|
|
"storybook-addon-designs": "^6.2.1",
|
2022-03-08 11:50:34 +01:00
|
|
|
"tailwindcss": "^3.0.18",
|
|
|
|
"typescript": "~4.3.5"
|
|
|
|
}
|
|
|
|
}
|