forked from carbon-design-system/carbon-angular-starter
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
62 lines (62 loc) · 1.59 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
{
"name": "carbon-angular-starter",
"version": "0.1.0",
"license": "",
"scripts": {
"ng": "ng",
"start": "ng serve",
"build": "ng build",
"test": "ng test",
"test:once": "ng test --watch",
"e2e": "ng e2e",
"lint": "ng lint"
},
"private": true,
"dependencies": {
"@angular/animations": "^19.1.2",
"@angular/common": "^19.1.2",
"@angular/compiler": "^19.1.2",
"@angular/core": "^19.1.2",
"@angular/forms": "^19.1.2",
"@angular/platform-browser": "^19.1.2",
"@angular/platform-browser-dynamic": "^19.1.2",
"@angular/router": "^19.1.2",
"@carbon/charts": "^1.22.11",
"@carbon/charts-angular": "^1.22.15",
"@carbon/icons": "^11.53.0",
"@carbon/styles": "^1.72.0",
"@ibm/plex": "^6.4.1",
"carbon-components-angular": "^5.56.5",
"core-js": "^3.40.0",
"rxjs": "^7.8.1",
"tslib": "^2.8.1",
"zone.js": "~0.15.0"
},
"devDependencies": {
"@analogjs/platform": "^1.12.1",
"@analogjs/vite-plugin-angular": "^1.9.0",
"@analogjs/vitest-angular": "^1.9.0",
"@angular/build": "^19.1.3",
"@angular/cli": "^19.1.3",
"@angular/compiler-cli": "^19.1.2",
"@cypress/schematic": "^2.5.1",
"@nx/vite": "^20.0.0",
"@types/jest": "^29.5.6",
"@types/node": "^20.17.14",
"angular-eslint": "19.0.2",
"codelyzer": "^6.0.0",
"cypress": "13.3.3",
"eslint": "^9.16.0",
"jest": "^29.7.0",
"jest-preset-angular": "^14.4.2",
"jsdom": "^22.0.0",
"postcss-loader": "3.0.0",
"resize-observer-polyfill": "^1.5.1",
"sass": "^1.32.8",
"ts-node": "~8.4.1",
"typescript": "5.6.3",
"typescript-eslint": "8.18.0",
"vite-tsconfig-paths": "^4.2.0",
"vitest": "^2.0.0"
}
}