-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
62 lines (62 loc) · 2.18 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": "@tfaster/better-item-toolbar",
"version": "7.0.0",
"scripts": {
"ng": "ng",
"start": "ng serve demo",
"build": "ng build better-item-toolbar --configuration production",
"build-demo": "ng build demo --configuration production --base-href https://tfaster.github.io/better-item-toolbar/",
"test": "ng test better-item-toolbar",
"lint": "ng lint better-item-toolbar",
"copy-license": "copy .\\LICENSE .\\dist\\better-item-toolbar",
"copy-readme": "copy .\\README.md .\\dist\\better-item-toolbar",
"copy-files": "npm run copy-license && npm run copy-readme",
"npm-pack": "cd dist/better-item-toolbar && npm pack",
"package": "npm run build && npm run copy-files && npm run npm-pack"
},
"license": "MIT",
"private": true,
"dependencies": {
"@angular/animations": "^18.1.1",
"@angular/cdk": "^18.1.1",
"@angular/common": "^18.1.1",
"@angular/compiler": "^18.1.1",
"@angular/core": "^18.1.1",
"@angular/forms": "^18.1.1",
"@angular/platform-browser": "^18.1.1",
"@angular/platform-browser-dynamic": "^18.1.1",
"@angular/router": "^18.1.1",
"core-js": "^3.37.1",
"rxjs": "^7.8.0",
"tslib": "^2.3.1",
"zone.js": "^0.14.8"
},
"devDependencies": {
"@angular-devkit/build-angular": "^18.1.1",
"@angular-eslint/builder": "^18.1.0",
"@angular-eslint/eslint-plugin": "^18.1.0",
"@angular-eslint/eslint-plugin-template": "^18.1.0",
"@angular-eslint/schematics": "^18.1.0",
"@angular-eslint/template-parser": "^18.1.0",
"@angular/cli": "^18.1.1",
"@angular/compiler-cli": "^18.1.1",
"@angular/language-service": "^18.1.1",
"@types/jasmine": "^4.6.4",
"@types/jasminewd2": "^2.0.13",
"@types/node": "^18.19.41",
"@typescript-eslint/eslint-plugin": "^7.2.0",
"@typescript-eslint/parser": "^7.2.0",
"codecov": "^3.8.3",
"eslint": "^8.57.0",
"jasmine-core": "^4.6.1",
"jasmine-spec-reporter": "^7.0.0",
"karma": "^6.4.3",
"karma-chrome-launcher": "^3.2.0",
"karma-coverage": "^2.2.1",
"karma-jasmine": "^5.1.0",
"karma-jasmine-html-reporter": "^2.0.0",
"ng-packagr": "^18.1.0",
"ts-node": "^10.9.2",
"typescript": "~5.5.3"
}
}