-
-
Notifications
You must be signed in to change notification settings - Fork 4
Expand file tree
/
Copy pathpackage.json
More file actions
88 lines (88 loc) · 2.7 KB
/
package.json
File metadata and controls
88 lines (88 loc) · 2.7 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
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
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
{
"name": "ng-auto-animate",
"version": "1.1.0",
"license": "MIT",
"scripts": {
"build": "nx run ng-auto-animate:build:production",
"clean": "bunx rimraf dist ./node_modules ./.angular ./.nx",
"format": "bunx prettier --write .",
"prepublish": "bun run format && bun run build",
"publish": "npm publish dist/libs/ng-auto-animate",
"start": "nx serve demo"
},
"config": {
"commitizen": {
"path": "./node_modules/cz-conventional-changelog"
}
},
"dependencies": {
"@angular/animations": "21.1.3",
"@angular/common": "21.1.3",
"@angular/compiler": "21.2.4",
"@angular/core": "21.2.4",
"@angular/forms": "21.1.3",
"@angular/platform-browser": "21.1.3",
"@angular/platform-browser-dynamic": "21.1.3",
"@angular/router": "21.1.3",
"@formkit/auto-animate": "^0.9.0",
"@nx/angular": "22.4.5",
"rxjs": "~7.8.1",
"tslib": "^2.8.1"
},
"devDependencies": {
"@angular-devkit/build-angular": "21.1.3",
"@angular-devkit/core": "21.1.3",
"@angular-devkit/schematics": "21.1.3",
"@angular-eslint/eslint-plugin": "21.2.0",
"@angular-eslint/eslint-plugin-template": "21.2.0",
"@angular-eslint/template-parser": "21.2.0",
"@angular/cli": "21.1.3",
"@angular/compiler-cli": "21.1.3",
"@angular/language-service": "21.1.3",
"@eslint/eslintrc": "^2.1.1",
"@eslint/js": "~8.57.0",
"@nx/cypress": "22.4.5",
"@nx/eslint": "22.4.5",
"@nx/eslint-plugin": "22.4.5",
"@nx/jest": "22.4.5",
"@nx/js": "22.4.5",
"@nx/web": "22.4.5",
"@nx/workspace": "22.4.5",
"@schematics/angular": "21.1.3",
"@semantic-release/changelog": "^6.0.3",
"@semantic-release/commit-analyzer": "^10.0.4",
"@semantic-release/exec": "^6.0.3",
"@semantic-release/git": "^10.0.1",
"@semantic-release/release-notes-generator": "^11.0.7",
"@types/jest": "30.0.0",
"@types/node": "^18.19.67",
"conventional-changelog-conventionalcommits": "^6.1.0",
"cypress": "^4.12.1",
"cz-conventional-changelog": "^3.3.0",
"eslint": "9.16.0",
"eslint-config-prettier": "10.1.8",
"eslint-plugin-cypress": "2.15.2",
"jest": "30.2.0",
"jest-environment-jsdom": "30.2.0",
"jest-preset-angular": "16.0.0",
"jest-util": "30.2.0",
"ng-packagr": "21.1.0",
"nx": "22.4.5",
"postcss": "^8.4.49",
"postcss-import": "~14.1.0",
"postcss-preset-env": "~7.5.0",
"postcss-url": "~10.1.3",
"prettier": "^3.5.3",
"prettier-plugin-multiline-arrays": "^4.0.3",
"prettier-plugin-organize-attributes": "^1.0.0",
"prettier-plugin-organize-imports": "^4.1.0",
"prettier-plugin-packagejson": "^2.5.15",
"prettier-plugin-tailwindcss": "^0.6.12",
"replace-json-property": "^1.9.0",
"rimraf": "^5.0.10",
"ts-jest": "29.4.6",
"ts-node": "10.9.1",
"typescript": "5.9.3",
"typescript-eslint": "^8.40.0"
}
}