-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
66 lines (66 loc) · 2.39 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
{
"name": "@makinomachine/design-system",
"version": "0.0.0",
"scripts": {
"ng": "ng",
"start": "npm-run-all clean --parallel lib:watch showcase:start-waiton",
"build": "run-s lib:build showcase:build",
"test": "run-p lib:test showcase:test",
"lib:build": "ng build @makino-software/design-system",
"lib:watch": "ng build @makino-software/design-system --watch --configuration development",
"lib:test": "ng test @makino-software/design-system",
"showcase:start-waiton": "wait-on dist/makino-software/design-system/package.json && npm run showcase:start",
"showcase:start": "ng serve showcase",
"showcase:build": "ng build showcase",
"showcase:watch": "ng build showcase --watch --configuration development",
"showcase:test": "ng test showcase",
"clean": "rimraf dist",
"storybook": "ng run @makino-software/design-system:storybook",
"build-storybook": "ng run @makino-software/design-system:build-storybook"
},
"private": true,
"dependencies": {
"@angular/animations": "^17.3.0",
"@angular/cdk": "^17.3.0",
"@angular/common": "^17.3.0",
"@angular/compiler": "^17.3.0",
"@angular/core": "^17.3.0",
"@angular/forms": "^17.3.0",
"@angular/platform-browser": "^17.3.0",
"@angular/platform-browser-dynamic": "^17.3.0",
"@angular/router": "^17.3.0",
"@storybook/addon-links": "^8.4.3",
"@storybook/addon-themes": "^8.4.3",
"@storybook/manager-api": "^8.4.4",
"rxjs": "~7.8.0",
"tslib": "^2.3.0",
"zone.js": "~0.14.3"
},
"devDependencies": {
"@angular-devkit/build-angular": "^17.3.11",
"@angular/cli": "^17.3.4",
"@angular/compiler-cli": "^17.3.0",
"@chromatic-com/storybook": "^3.2.2",
"@compodoc/compodoc": "^1.1.26",
"@storybook/addon-docs": "^8.4.3",
"@storybook/addon-essentials": "^8.4.3",
"@storybook/addon-interactions": "^8.4.3",
"@storybook/addon-onboarding": "^8.4.3",
"@storybook/angular": "^8.4.3",
"@storybook/blocks": "^8.4.3",
"@storybook/test": "^8.4.3",
"@types/jasmine": "~5.1.0",
"jasmine-core": "~5.1.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.1.0",
"ng-packagr": "^17.3.0",
"npm-run-all": "^4.1.5",
"rimraf": "^6.0.1",
"storybook": "^8.4.3",
"typescript": "~5.4.2",
"wait-on": "^8.0.1"
}
}