-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
67 lines (67 loc) · 2.14 KB
/
package.json
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
{
"name": "design-system-impl-material",
"version": "0.0.0",
"scripts": {
"ng": "ng",
"start": "nx serve",
"build": "nx build",
"watch": "nx build --watch --configuration development",
"test": "nx test",
"storybook": "nx run design-system-impl-material:storybook",
"build-storybook": "nx run design-system-impl-material:build-storybook",
"build:tokens": "style-dictionary build",
"chromatic": "npx chromatic --project-token=chpt_2a25713077f0a16"
},
"private": true,
"dependencies": {
"@angular/animations": "^16.1.1",
"@angular/cdk": "^16.1.1",
"@angular/common": "^16.1.1",
"@angular/compiler": "^16.1.1",
"@angular/core": "^16.1.1",
"@angular/forms": "^16.1.1",
"@angular/material": "^16.1.1",
"@angular/platform-browser": "^16.1.1",
"@angular/platform-browser-dynamic": "^16.1.1",
"@angular/router": "^16.1.1",
"rxjs": "~7.8.0",
"tslib": "^2.3.0",
"zone.js": "~0.13.0"
},
"devDependencies": {
"@angular-devkit/build-angular": "^16.1.0",
"@angular-devkit/core": "~16.1.0",
"@angular-devkit/schematics": "~16.1.0",
"@angular/cli": "~16.1.0",
"@angular/compiler-cli": "^16.1.1",
"@compodoc/compodoc": "^1.1.21",
"@nx/angular": "16.9.0",
"@nx/workspace": "16.9.0",
"@schematics/angular": "~16.1.0",
"@storybook/addon-docs": "^7.1.1",
"@storybook/addon-essentials": "^7.1.1",
"@storybook/addon-interactions": "^7.1.1",
"@storybook/addon-links": "^7.1.1",
"@storybook/angular": "^7.1.1",
"@storybook/blocks": "^7.1.1",
"@storybook/testing-library": "^0.2.0",
"@types/figma": "^1.0.4",
"@types/jasmine": "~4.3.0",
"chromatic": "^7.2.0",
"jasmine-core": "~4.6.0",
"karma": "~6.4.0",
"karma-chrome-launcher": "~3.2.0",
"karma-coverage": "~2.2.0",
"karma-jasmine": "~5.1.0",
"karma-jasmine-html-reporter": "~2.0.0",
"nx": "16.9.0",
"nx-cloud": "latest",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"storybook": "^7.1.1",
"style-dictionary": "^3.8.0",
"typescript": "~5.0.2"
},
"readme": "ERROR: No README data found!",
"_id": "[email protected]"
}