2022-03-08 11:50:34 +01:00
|
|
|
{
|
2022-06-08 19:03:03 +02:00
|
|
|
"name": "@bitwarden/components",
|
2022-03-08 11:50:34 +01:00
|
|
|
"version": "0.0.0",
|
2022-09-06 08:21:59 +02:00
|
|
|
"sideEffects": false,
|
2022-03-08 11:50:34 +01:00
|
|
|
"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
|
|
|
},
|
2022-06-08 19:03:03 +02:00
|
|
|
"private": true
|
2022-03-08 11:50:34 +01:00
|
|
|
}
|