-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
69 lines (69 loc) · 2.03 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
{
"version": "0.1.0",
"description": "Source code for https://ecsact.dev",
"repository": "https://github.com/seaube/ecsact-dev-website",
"license": "UNLICENSED",
"private": true,
"scripts": {},
"dependencies": {
"@angular/animations": "^18.1.3",
"@angular/cdk": "^18.1.3",
"@angular/common": "^18.1.3",
"@angular/core": "^18.1.3",
"@angular/forms": "^18.1.3",
"@angular/material": "^18.1.3",
"@angular/platform-browser": "^18.1.3",
"@angular/platform-browser-dynamic": "^18.1.3",
"@angular/router": "^18.1.3",
"@angular/service-worker": "^18.1.3",
"@fortawesome/angular-fontawesome": "^0.15.0",
"@fortawesome/fontawesome-svg-core": "^6.6.0",
"@fortawesome/free-brands-svg-icons": "^6.6.0",
"@fortawesome/free-solid-svg-icons": "^6.6.0",
"core-js": "^3.37.1",
"date-fns": "^3.6.0",
"detect-browser": "^5.3.0",
"firebase": "^10.12.5",
"firebaseui": "^6.1.0",
"fuse.js": "^7.0.0",
"marked": "^13.0.3",
"prismjs": "^1.29.0",
"rxjs": "7.8.1",
"systemjs": "^6.15.1",
"tslib": "2.6.3",
"zone.js": "0.14.8"
},
"devDependencies": {
"@angular/cli": "^18.1.3",
"@angular/compiler": "^18.1.3",
"@angular/compiler-cli": "^18.1.3",
"@babel/cli": "7.24.7",
"@babel/core": "^7.25.2",
"@babel/preset-env": "7.24.7",
"@rollup/plugin-commonjs": "26.0.1",
"@rollup/plugin-node-resolve": "15.2.3",
"@types/babel__core": "^7.20.5",
"@types/express": "^4.17.21",
"@types/marked": "^6.0.0",
"@types/node": "^20.14.13",
"@types/prismjs": "^1.26.4",
"download": "^8.0.0",
"execa": "^9.3.0",
"firebase-tools": "^13.14.2",
"fs-extra": "^11.2.0",
"history-server": "^1.3.1",
"html-insert-assets": "0.14.3",
"listr": "^0.14.3",
"ora": "^8.0.1",
"prettier": "^3.3.3",
"requirejs": "2.3.6",
"rollup": "^4.19.2",
"sass": "^1.77.8",
"sharp": "0.33.4",
"tailwindcss": "^3.4.7",
"terser": "~5.31.3",
"typescript": "~5.4.5",
"which": "^4.0.0",
"yauzl": "^3.1.3"
}
}