-
Notifications
You must be signed in to change notification settings - Fork 28
/
package.json
58 lines (58 loc) · 1.81 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
{
"name": "vtstats",
"version": "0.0.0",
"scripts": {
"ng": "ng",
"dev": "ng serve --hmr",
"start": "ng serve --hmr",
"dev:ssr": "wrangler pages dev dist/cloudflare --compatibility-date=2021-09-20",
"deploy": "wrangler pages deploy dist/cloudflare",
"extract-i18n": "ng extract-i18n --format json --output-path ./src/i18n",
"build": "bash build.sh",
"test": "ng test",
"lint": "ng lint"
},
"private": true,
"packageManager": "[email protected]",
"dependencies": {
"@angular/animations": "^18.0.5",
"@angular/cdk": "^18.0.5",
"@angular/common": "^18.0.5",
"@angular/compiler": "^18.0.5",
"@angular/core": "^18.0.5",
"@angular/forms": "^18.0.5",
"@angular/localize": "^18.0.5",
"@angular/material": "^18.0.5",
"@angular/platform-browser": "^18.0.5",
"@angular/platform-browser-dynamic": "^18.0.5",
"@angular/platform-server": "^18.0.5",
"@angular/router": "^18.0.5",
"@angular/service-worker": "^18.0.5",
"@tanstack/angular-query-devtools-experimental": "5.48.0",
"@tanstack/angular-query-experimental": "5.48.0",
"@tanstack/query-core": "5.48.0",
"d3-array": "^3.1.1",
"date-fns": "^2.18.0",
"echarts": "^5.4.1",
"query-string": "^8.1.0",
"rxjs": "^7.4.0",
"tslib": "^2.5.0",
"zone.js": "~0.14.4"
},
"devDependencies": {
"@angular-devkit/build-angular": "^18.0.6",
"@angular/cli": "^18.0.6",
"@angular/compiler-cli": "^18.0.5",
"@angular/language-service": "^18.0.5",
"@cloudflare/workers-types": "^4.20231002.0",
"@types/d3-array": "^3.0.2",
"@types/gapi.auth2": "^0.0.55",
"@types/google.accounts": "^0.0.6",
"autoprefixer": "^10.4.13",
"postcss": "^8.4.21",
"prettier": "^3.2.5",
"tailwindcss": "^3.2.4",
"typescript": "~5.4.5",
"wrangler": "^3.11.0"
}
}