-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
44 lines (44 loc) · 1.2 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
{
"name": "angular-testing",
"version": "1.0.0",
"scripts": {
"start": "ng serve",
"build": "ng build",
"test": "jest --no-cache",
"prettier": "prettier --write 'src/**/*.{js,ts,html,md,less,json}'"
},
"private": true,
"dependencies": {
"@angular/animations": "16.1.0",
"@angular/common": "16.1.0",
"@angular/compiler": "16.1.0",
"@angular/core": "16.1.0",
"@angular/forms": "16.1.0",
"@angular/platform-browser": "16.1.0",
"@angular/platform-browser-dynamic": "16.1.0",
"@angular/router": "16.1.0",
"@ng-web-apis/common": "^3.0.1",
"@ng-web-apis/universal": "^3.0.2",
"rxjs": "7.8.0",
"tslib": "2.3.0",
"zone.js": "0.13.0"
},
"devDependencies": {
"@angular-devkit/build-angular": "16.1.4",
"@angular/cli": "16.1.4",
"@angular/compiler-cli": "16.1.0",
"@tinkoff/prettier-config": "1.52.1",
"@types/dompurify": "2.2.3",
"@types/jest": "29.5.3",
"autoprefixer": "10.4.14",
"jest": "29.6.1",
"jest-preset-angular": "13.1.1",
"ng-mocks": "14.11.0",
"postcss": "8.4.26",
"prettier": "2.6.2",
"tailwindcss": "3.3.3",
"ts-jest": "29.1.1",
"ts-node": "10.9.1",
"typescript": "5.1.3"
}
}