-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
45 lines (45 loc) · 1.13 KB
/
package.json
File metadata and controls
45 lines (45 loc) · 1.13 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
{
"name": "magazine-craft",
"version": "1.1.3",
"scripts": {
"ng": "ng",
"start": "ng serve",
"dev": "ng serve",
"build": "ng build",
"watch": "ng build --watch --configuration development"
},
"private": true,
"overrides": {
"picomatch": "^4.0.4",
"ajv": "^8.18.0",
"brace-expansion": "^5.0.5",
"tar": "^7.5.13"
},
"dependencies": {
"@angular/service-worker": "^21.2.6",
"@angular/ssr": "^21.2.5",
"html-to-image": "^1.11.13",
"motion": "^12.23.24",
"rxjs": "~7.8.0",
"tslib": "^2.3.0"
},
"devDependencies": {
"@angular/build": "^21.2.4",
"@angular/cdk": "^21.2.4",
"@angular/cli": "^21.2.4",
"@angular/common": "^21.2.6",
"@angular/compiler": "^21.2.6",
"@angular/compiler-cli": "^21.2.6",
"@angular/core": "^21.2.6",
"@angular/forms": "^21.2.6",
"@angular/material": "^21.2.4",
"@angular/platform-browser": "^21.2.6",
"@angular/router": "^21.2.6",
"@tailwindcss/postcss": "^4.1.12",
"@types/node": "^20.17.19",
"cross-env": "^10.1.0",
"postcss": "^8.5.3",
"tailwindcss": "^4.1.12",
"typescript": "~5.9.2"
}
}