-
-
Notifications
You must be signed in to change notification settings - Fork 6
/
package.json
126 lines (126 loc) · 3.75 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
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
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
{
"name": "@pdfun/source",
"version": "0.0.0",
"type": "module",
"license": "MIT",
"scripts": {
"build": "npx nx build pdf",
"deploy": "npx nx affected -t deploy --base=main~1 --head=main",
"dep-graph": "npx nx dep-graph",
"prepare": "husky",
"deploy:rules": "firebase deploy --only storage,firestore"
},
"author": "Dale Nguyen <dale@dalenguyen.me>",
"keywords": [
"pdf",
"sass"
],
"homepage": "https://pdfun.xyz",
"private": true,
"dependencies": {
"@analogjs/content": "1.9.4",
"@analogjs/router": "1.9.4",
"@angular/animations": "19.0.0",
"@angular/common": "19.0.0",
"@angular/compiler": "19.0.0",
"@angular/core": "19.0.0",
"@angular/fire": "18.0.1",
"@angular/forms": "19.0.0",
"@angular/platform-browser": "19.0.0",
"@angular/platform-browser-dynamic": "19.0.0",
"@angular/platform-server": "19.0.0",
"@angular/router": "19.0.0",
"@google-cloud/firestore": "^7.7.0",
"@google-cloud/storage": "^7.11.1",
"firebase-admin": "^12.1.0",
"firebase-functions": "^5.0.1",
"front-matter": "^4.0.2",
"marked": "^5.0.2",
"marked-gfm-heading-id": "^3.1.0",
"marked-highlight": "^2.0.1",
"marked-mangle": "^1.1.7",
"marked-shiki": "^1.1.0",
"mermaid": "^10.2.4",
"nanoid": "^5.0.7",
"ngx-cookie-service": "^18.0.0",
"openai": "^4.52.3",
"primeicons": "^7.0.0",
"primeng": "17.18.0",
"prismjs": "^1.29.0",
"rxjs": "~7.5.6",
"shelljs": "^0.8.5",
"shiki": "^1.11.0",
"tslib": "^2.4.0",
"zone.js": "0.14.10"
},
"devDependencies": {
"@analogjs/platform": "1.9.4",
"@analogjs/vite-plugin-angular": "1.9.4",
"@angular-devkit/build-angular": "^19.0.1",
"@angular-devkit/core": "19.0.1",
"@angular-devkit/schematics": "19.0.1",
"@angular-eslint/eslint-plugin": "19.0.0-alpha.4",
"@angular-eslint/eslint-plugin-template": "19.0.0-alpha.4",
"@angular-eslint/template-parser": "19.0.0-alpha.4",
"@angular/build": "^19.0.1",
"@angular/compiler-cli": "19.0.0",
"@commitlint/cli": "^19.3.0",
"@commitlint/config-conventional": "^19.2.2",
"@nx/angular": "20.1.3",
"@nx/devkit": "20.1.3",
"@nx/esbuild": "20.1.3",
"@nx/eslint": "20.1.3",
"@nx/eslint-plugin": "20.1.3",
"@nx/eslint-plugin-nx": "^16.0.0-beta.4",
"@nx/jest": "20.1.3",
"@nx/js": "20.1.3",
"@nx/node": "20.1.3",
"@nx/vite": "20.1.3",
"@nx/workspace": "20.1.3",
"@schematics/angular": "18.2.9",
"@swc-node/register": "1.9.2",
"@swc/core": "1.5.7",
"@swc/helpers": "0.5.11",
"@swc/jest": "0.2.36",
"@types/jest": "29.5.14",
"@types/node": "18.16.9",
"@types/shelljs": "^0.8.15",
"@typescript-eslint/eslint-plugin": "7.18.0",
"@typescript-eslint/parser": "7.18.0",
"@typescript-eslint/utils": "7.18.0",
"autoprefixer": "^10.4.0",
"esbuild": "^0.19.2",
"eslint": "~8.57.0",
"eslint-config-prettier": "^9.0.0",
"husky": "^9.0.11",
"jest": "29.7.0",
"jest-environment-jsdom": "29.7.0",
"jest-environment-node": "^29.4.1",
"jest-preset-angular": "14.1.0",
"jsdom": "^22.1.0",
"jsonc-eslint-parser": "^2.1.0",
"lint-staged": "^15.2.4",
"ng-packagr": "18.2.1",
"nx": "20.1.3",
"postcss": "^8.4.5",
"postcss-url": "~10.1.3",
"prettier": "3.3.3",
"rollup-plugin-typescript-paths": "^1.5.0",
"tailwindcss": "^3.0.2",
"ts-jest": "^29.1.0",
"ts-node": "10.9.1",
"typescript": "5.5.4",
"vite": "^5.0.0",
"vite-tsconfig-paths": "^4.2.0",
"vitest": "^1.3.1"
},
"engines": {
"node": ">=18.13.0"
},
"optionalDependencies": {
"@nx/nx-darwin-arm64": "18.0.0",
"@nx/nx-darwin-x64": "18.0.0",
"@nx/nx-linux-x64-gnu": "18.0.0",
"@nx/nx-win32-x64-msvc": "18.0.0"
}
}