-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
97 lines (97 loc) · 2.74 KB
/
Copy pathpackage.json
File metadata and controls
97 lines (97 loc) · 2.74 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
89
90
91
92
93
94
95
96
97
{
"name": "angular-gsap",
"version": "0.0.0",
"license": "MIT",
"scripts": {
"start": "nx serve docs",
"build": "nx run-many -t build",
"test": "nx run-many -t test",
"lint": "nx run-many -t lint"
},
"nx": {
"includedScripts": []
},
"private": true,
"dependencies": {
"@angular-devkit/build-angular": "22.0.6",
"@angular/common": "22.0.6",
"@angular/compiler": "22.0.6",
"@angular/core": "22.0.6",
"@angular/forms": "22.0.6",
"@angular/platform-browser": "22.0.6",
"@angular/platform-server": "~22.0.6",
"@angular/router": "22.0.6",
"gsap": "^3.15.0",
"marked-mangle": "^1.1.10",
"rxjs": "~7.8.0",
"zone.js": "0.16.2"
},
"devDependencies": {
"@analogjs/content": "^2.6.4",
"@analogjs/platform": "^2.6.4",
"@analogjs/router": "^2.6.4",
"@analogjs/vite-plugin-angular": "^2.6.4",
"@analogjs/vitest-angular": "^2.6.4",
"@angular-devkit/core": "22.0.6",
"@angular-devkit/schematics": "22.0.6",
"@angular/build": "22.0.6",
"@angular/cli": "22.0.6",
"@angular/compiler-cli": "22.0.6",
"@angular/language-service": "22.0.6",
"@eslint/js": "^9.8.0",
"@nx/angular": "23.1.0",
"@nx/devkit": "23.1.0",
"@nx/esbuild": "23.1.0",
"@nx/eslint": "23.1.0",
"@nx/eslint-plugin": "23.1.0",
"@nx/js": "23.1.0",
"@nx/vite": "23.1.0",
"@nx/vitest": "23.1.0",
"@nx/web": "23.1.0",
"@nx/workspace": "23.1.0",
"@oxc-project/runtime": "^0.115.0",
"@schematics/angular": "22.0.6",
"@swc-node/register": "1.11.1",
"@swc/core": "1.15.8",
"@swc/helpers": "0.5.18",
"@types/node": "^24.0.0",
"@typescript-eslint/utils": "^8.40.0",
"@vitest/coverage-v8": "~4.1.0",
"@vitest/ui": "~4.1.0",
"angular-eslint": "22.1.0",
"autoprefixer": "^10.4.0",
"esbuild": "^0.27.0",
"eslint": "^9.8.0",
"eslint-config-prettier": "^10.0.0",
"front-matter": "^4.0.2",
"jiti": "2.4.2",
"jsdom": "~22.1.0",
"jsonc-eslint-parser": "^2.1.0",
"marked": "^15.0.12",
"marked-gfm-heading-id": "^4.1.4",
"marked-highlight": "^2.2.4",
"ng-packagr": "~22.0.0",
"nx": "23.1.0",
"postcss": "^8.4.5",
"prettier": "^3.8.1",
"sass-embedded": "^1.100.0",
"shiki": "^4.4.2",
"ts-node": "10.9.1",
"tslib": "^2.3.0",
"typescript": "6.0.3",
"typescript-eslint": "^8.40.0",
"verdaccio": "^6.3.2",
"vite": "8.0.9",
"vitest": "~4.1.0"
},
"description": "GSAP integration for Angular — signal-reactive, SSR-safe animation contexts",
"repository": {
"type": "git",
"url": "https://github.com/angular-gsap/core.git"
},
"author": "Luis Castro <luish.castroc@gmail.com>",
"packageManager": "pnpm@11.21.0",
"nx": {
"includedScripts": []
}
}