-
Notifications
You must be signed in to change notification settings - Fork 5
Expand file tree
/
Copy pathpackage.json
More file actions
46 lines (46 loc) · 1.48 KB
/
package.json
File metadata and controls
46 lines (46 loc) · 1.48 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
{
"name": "angular-tags-input-ws",
"version": "0.0.0",
"scripts": {
"ng": "ng",
"start": "set NODE_OPTIONS=--openssl-legacy-provider && ng serve",
"build": "ng build",
"build:lib": "ng build angular-tags-input --configuration production",
"test": "jest",
"copy:readme": "cp ./README.md ./projects/angular-tags-input/",
"copy:license": "cp ./LICENSE ./projects/angular-tags-input/",
"release": "npm run copy:readme && npm run build:lib && cd ./dist/angular-tags-input && npm publish --access public",
"e2e": "npx playwright test"
},
"private": true,
"dependencies": {
"@angular/animations": "^15.2.10",
"@angular/cdk": "^15.2.9",
"@angular/common": "^15.2.10",
"@angular/compiler": "^15.2.10",
"@angular/core": "^15.2.10",
"@angular/forms": "^15.2.10",
"@angular/platform-browser": "^15.2.10",
"@angular/platform-browser-dynamic": "^15.2.10",
"@angular/router": "^15.2.10",
"deps": "^1.0.0",
"rxjs": "~6.6.7",
"tslib": "^2.0.0",
"zone.js": "~0.11.4"
},
"devDependencies": {
"@angular-devkit/build-angular": "^15.2.11",
"@angular/cli": "^15.2.11",
"@angular/compiler-cli": "^15.2.10",
"@angular/language-service": "^15.2.10",
"@playwright/test": "^1.44.1",
"@types/jest": "^29.0.0",
"@types/node": "^12.11.1",
"jest": "^29.0.0",
"jest-preset-angular": "^13.0.0",
"ng-packagr": "^15.2.2",
"ts-jest": "^29.0.0",
"ts-node": "^9.0.0",
"typescript": "~4.9.5"
}
}