-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
55 lines (55 loc) · 1.81 KB
/
Copy pathpackage.json
File metadata and controls
55 lines (55 loc) · 1.81 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
{
"name": "angular-starter",
"version": "0.1.0",
"private": true,
"scripts": {
"ng": "ng",
"start": "npm run docs:config && ng run demo:storybook",
"serve": "ng serve",
"build": "ng build",
"lint": "ng lint --fix",
"storybook": "npm run docs:config && ng run demo:storybook",
"build-storybook": "npm run docs:config && ng run demo:build-storybook",
"generate:assets": "node src/scripts/build-assets.js",
"postinstall": "npm run tokens:build && npm run docs:config",
"tokens:build": "node scripts/tokens.build.mjs",
"docs:config": "node scripts/docs.config.mjs",
"docs:config:check": "node scripts/docs.config.mjs --check"
},
"dependencies": {
"@angular/animations": "22.0.8",
"@angular/cdk": "22.0.6",
"@angular/common": "22.0.8",
"@angular/compiler": "22.0.8",
"@angular/core": "22.0.8",
"@angular/forms": "22.0.8",
"@angular/platform-browser": "22.0.8",
"@angular/platform-browser-dynamic": "22.0.8",
"@angular/router": "22.0.8",
"@fortawesome/fontawesome-free": "7.0.0",
"gridaflex": "1.0.0",
"rxjs": "7.8.2",
"tslib": "2.8.1"
},
"devDependencies": {
"@angular-devkit/build-angular": "22.0.8",
"@angular/build": "^22.0.8",
"@angular/cli": "22.0.8",
"@angular/compiler-cli": "22.0.8",
"@compodoc/compodoc": "1.1.26",
"@eslint/js": "^9.39.5",
"@figma/code-connect": "^1.4.8",
"@storybook-community/storybook-dark-mode": "7.1.0",
"@storybook/addon-a11y": "^10.5.4",
"@storybook/addon-designs": "11.1.1",
"@storybook/addon-docs": "10.5.4",
"@storybook/angular": "10.5.4",
"@types/jasmine": "5.1.8",
"angular-eslint": "^22.1.0",
"eslint": "^9.39.5",
"storybook": "10.5.4",
"style-dictionary": "5.5.0",
"typescript": "6.0.3",
"typescript-eslint": "8.62.1"
}
}