-
Notifications
You must be signed in to change notification settings - Fork 24
/
package.json
72 lines (72 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
63
64
65
66
67
68
69
70
71
72
{
"name": "ng2-adsense",
"version": "0.0.0-placeholder",
"license": "MIT",
"repository": "scttcper/ng2-adsense",
"private": true,
"scripts": {
"ng": "ng",
"start": "ng serve",
"build": "ng-packagr -p src/lib/ng-package.json",
"postbuild": "cpy README.md LICENSE dist",
"ghpages": "ng build --configuration production --no-progress",
"test": "ng test --no-watch --browsers=ChromeCI",
"test:watch": "ng test --browsers=ChromeCI",
"test:ci": "ng test --watch=false --code-coverage --no-progress --browsers=ChromeCI",
"lint": "ng lint",
"lint:fix": "ng lint --fix"
},
"devDependencies": {
"@angular-devkit/build-angular": "17.3.5",
"@angular-eslint/builder": "17.3.0",
"@angular-eslint/eslint-plugin": "17.3.0",
"@angular-eslint/eslint-plugin-template": "17.3.0",
"@angular-eslint/template-parser": "17.3.0",
"@angular/animations": "17.3.5",
"@angular/cli": "17.3.5",
"@angular/common": "17.3.5",
"@angular/compiler": "17.3.5",
"@angular/compiler-cli": "17.3.5",
"@angular/core": "17.3.5",
"@angular/forms": "17.3.5",
"@angular/language-service": "17.3.5",
"@angular/platform-browser": "17.3.5",
"@angular/platform-browser-dynamic": "17.3.5",
"@angular/router": "17.3.5",
"@types/jasmine": "5.1.4",
"@types/node": "20.12.7",
"@typescript-eslint/eslint-plugin": "7.7.0",
"@typescript-eslint/parser": "7.7.0",
"autoprefixer": "10.4.19",
"core-js": "3.33.0",
"cpy-cli": "5.0.0",
"eslint": "8.57.0",
"eslint-plugin-import": "2.29.1",
"eslint-plugin-jsdoc": "48.2.3",
"eslint-plugin-prefer-arrow": "1.2.3",
"jasmine-core": "5.1.2",
"karma": "6.4.3",
"karma-chrome-launcher": "3.2.0",
"karma-cli": "2.0.0",
"karma-coverage-istanbul-reporter": "3.0.3",
"karma-jasmine": "5.1.0",
"karma-jasmine-html-reporter": "2.1.0",
"ng-packagr": "17.3.0",
"postcss": "^8.4.38",
"puppeteer": "^21.3.6",
"rxjs": "7.8.1",
"tailwindcss": "^3.4.3",
"tslib": "2.6.2",
"typescript": "5.4.5",
"zone.js": "0.14.4"
},
"engines": {
"node": ">=18",
"pnpm": ">=9"
},
"release": {
"branches": [
"master"
]
}
}