-
-
Notifications
You must be signed in to change notification settings - Fork 59
/
package.json
66 lines (66 loc) · 2.31 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": "angular-web-bluetooth-starter",
"version": "17.1.0",
"scripts": {
"ng": "ng",
"start": "ng serve",
"watch": "ng build --watch --configuration development",
"prestart": "npm run build",
"prebuild": "ng build @manekinekko/angular-web-bluetooth --configuration production && cp README.md dist/manekinekko/angular-web-bluetooth/",
"build": "ng build angular-web-bluetooth-starter --configuration production",
"postbuild": "npm run docs",
"test": "ng test",
"test:lib": "ng test @manekinekko/angular-web-bluetooth",
"test:starter": "ng test angular-web-bluetooth-starter",
"lint": "ng lint",
"e2e": "echo 'skipping test'",
"docs": "compodoc -p tsconfig.json --theme material -d docs",
"changelog": "conventional-changelog -p angular -i CHANGELOG.md -s -r 0",
"prerelease": "npm run prebuild",
"release": "cd dist/manekinekko/angular-web-bluetooth && release-it --no-git.requireUpstream"
},
"private": true,
"dependencies": {
"@angular/animations": "^17.1.3",
"@angular/cdk": "^17.1.2",
"@angular/common": "^17.1.3",
"@angular/compiler": "^17.1.3",
"@angular/core": "^17.1.3",
"@angular/forms": "^17.1.3",
"@angular/material": "^17.1.2",
"@angular/platform-browser": "^17.1.3",
"@angular/platform-browser-dynamic": "^17.1.3",
"@angular/router": "^17.1.3",
"@types/web-bluetooth": "0.0.6",
"rxjs": "~7.8.0",
"smoothie": "^1.35.0",
"ts-jest": "^29.0.5",
"tslib": "^2.3.0",
"zone.js": "~0.14.3"
},
"devDependencies": {
"@angular-builders/jest": "^17.0.0",
"@angular-devkit/build-angular": "^17.1.3",
"@angular-devkit/core": "^17.1.3",
"@angular/cli": "^17.1.3",
"@angular/compiler-cli": "^17.1.3",
"@angular/language-service": "^17.1.3",
"@compodoc/compodoc": "^1.1.11",
"@types/jasmine": "~5.1.4",
"@types/jasminewd2": "~2.0.8",
"@types/jest": "^29.5.12",
"@types/node": "^20.11.17",
"jasmine-core": "~5.1.2",
"jasmine-spec-reporter": "~5.0.0",
"jest": "^29.7.0",
"jest-preset-angular": "^14.0.2",
"karma": "~6.4.0",
"karma-chrome-launcher": "~3.1.0",
"karma-coverage": "~2.2.0",
"karma-jasmine": "~5.1.0",
"karma-jasmine-html-reporter": "~2.1.0",
"ng-packagr": "^17.1.2",
"release-it": "^17.0.3",
"typescript": "~5.3.3"
}
}