-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
77 lines (77 loc) · 2.52 KB
/
package.json
File metadata and controls
77 lines (77 loc) · 2.52 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
{
"name": "taskbox",
"version": "0.1.0",
"description": "Starter template to get up and running quickly with Angular and Storybook",
"author": {
"name": "Chromatic",
"email": "https://chromatic.com/"
},
"repository": {
"type": "git",
"url": "git+https://github.com/chromaui/intro-storybook-angular-template.git"
},
"bugs": {
"url": "https://github.com/chromaui/intro-storybook-angular-template/issues"
},
"license": "MIT",
"scripts": {
"ng": "ng",
"start": "ng serve",
"build": "ng build",
"watch": "ng build --watch --configuration development",
"test": "jest --watchAll",
"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",
"test-storybook": "test-storybook",
"init-msw": "msw init src/",
"chromatic": "npx chromatic --project-token=b8df2ea2dd8a"
},
"private": true,
"dependencies": {
"@angular/animations": "~13.3.0",
"@angular/common": "~13.3.0",
"@angular/compiler": "~13.3.0",
"@angular/core": "~13.3.0",
"@angular/forms": "~13.3.0",
"@angular/platform-browser": "~13.3.0",
"@angular/platform-browser-dynamic": "~13.3.0",
"@angular/router": "~13.3.0",
"@ngxs/devtools-plugin": "^3.7.5",
"@ngxs/logger-plugin": "^3.7.5",
"@ngxs/store": "^3.7.5",
"rxjs": "~7.5.0",
"tslib": "^2.3.0",
"zone.js": "~0.11.4"
},
"devDependencies": {
"@angular-devkit/build-angular": "~13.3.7",
"@angular/cli": "~13.3.7",
"@angular/compiler-cli": "~13.3.0",
"@babel/core": "^7.18.2",
"@compodoc/compodoc": "^1.1.19",
"@storybook/addon-a11y": "^6.5.12",
"@storybook/addon-actions": "^6.5.6",
"@storybook/addon-essentials": "^6.5.6",
"@storybook/addon-interactions": "^6.5.6",
"@storybook/addon-links": "^6.5.6",
"@storybook/angular": "^6.5.6",
"@storybook/builder-webpack5": "^6.5.6",
"@storybook/jest": "^0.0.10",
"@storybook/manager-webpack5": "^6.5.6",
"@storybook/test-runner": "^0.8.0",
"@storybook/testing-library": "^0.0.11",
"@types/jest": "^27.5.2",
"@types/node": "^12.11.1",
"babel-loader": "^8.2.5",
"chromatic": "^6.10.2",
"jest": "^27.5.1",
"jest-preset-angular": "^11.1.2",
"msw": "^0.42.0",
"msw-storybook-addon": "^1.6.3",
"typescript": "~4.6.2"
},
"readme": "ERROR: No README data found!",
"homepage": "https://github.com/chromaui/intro-storybook-angular-template#readme",
"_id": "taskbox@0.1.0"
}