You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
55 lines
1.8 KiB
55 lines
1.8 KiB
{ |
|
"name": "components", |
|
"version": "0.0.0", |
|
"scripts": { |
|
"ng": "ng", |
|
"start": "ng serve", |
|
"build": "ng build", |
|
"watch": "ng build --watch --configuration development", |
|
"test": "ng test", |
|
"docs:json": "compodoc -p ./tsconfig.json -e json -d .", |
|
"storybook": "npm run docs:json && start-storybook -p 6006", |
|
"build-storybook": "npm run docs:json && build-storybook" |
|
}, |
|
"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", |
|
"tslib": "^2.3.0" |
|
}, |
|
"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", |
|
"@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", |
|
"@types/jasmine": "~3.10.0", |
|
"@types/node": "^12.11.1", |
|
"@webcomponents/custom-elements": "^1.5.0", |
|
"autoprefixer": "^10.4.2", |
|
"babel-loader": "^8.2.3", |
|
"jasmine-core": "~3.10.0", |
|
"karma": "~6.3.0", |
|
"karma-chrome-launcher": "~3.1.0", |
|
"karma-coverage": "~2.1.0", |
|
"karma-jasmine": "~4.0.0", |
|
"karma-jasmine-html-reporter": "~1.7.0", |
|
"postcss": "^8.4.6", |
|
"tailwindcss": "^3.0.18", |
|
"typescript": "~4.3.5" |
|
} |
|
}
|
|
|