-
Notifications
You must be signed in to change notification settings - Fork 81
/
Copy pathpackage.json
50 lines (50 loc) · 1.33 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
{
"name": "carbon-angular-starter",
"version": "0.1.0",
"license": "",
"scripts": {
"ng": "ng",
"start": "ng serve",
"build": "ng build",
"test": "jest",
"test:once": "jest --watch",
"lint": "tslint 'src/**/*.ts'",
"lint:fix": "tslint --fix 'src/**/*.ts'",
"e2e": "ng e2e"
},
"private": true,
"dependencies": {
"@angular/animations": "^16.2.10",
"@angular/common": "^16.2.10",
"@angular/compiler": "^16.2.10",
"@angular/core": "^16.2.10",
"@angular/forms": "^16.2.10",
"@angular/platform-browser": "^16.2.10",
"@angular/platform-browser-dynamic": "^16.2.10",
"@angular/router": "^16.2.10",
"@carbon/icons": "^11.28.0",
"@carbon/styles": "^1.40.0",
"carbon-components-angular": "^5.15.0",
"core-js": "^3.9.1",
"rxjs": "^6.5.3",
"tslib": "^2.0.0",
"zone.js": "~0.13.3"
},
"devDependencies": {
"@angular-devkit/build-angular": "^16.2.7",
"@angular/cli": "^16.2.7",
"@angular/compiler-cli": "^16.2.10",
"@cypress/schematic": "^2.5.1",
"@types/jest": "^29.5.6",
"@types/node": "^12.11.1",
"codelyzer": "^6.0.0",
"cypress": "13.3.3",
"jest": "^29.7.0",
"jest-preset-angular": "^13.1.2",
"postcss-loader": "3.0.0",
"sass": "^1.32.8",
"ts-node": "~8.4.1",
"tslint": "~6.1.0",
"typescript": "4.9.5"
}
}