-
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
52 lines (52 loc) · 1.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
{
"name": "candlestick-renderer",
"version": "1.0.0",
"private": true,
"scripts": {
"c": "ng g c components/$npm_config_name --skip-tests",
"s": "ng g s services/$npm_config_name",
"start": "ng serve",
"build": "ng build",
"watch": "ng build --watch --configuration development",
"test": "ng test",
"biome-format": "biome format",
"biome-lint": "biome check",
"biome-ci": "biome ci"
},
"dependencies": {
"@angular/animations": "^16.2.0",
"@angular/cdk": "^16.2.0",
"@angular/common": "^16.2.0",
"@angular/compiler": "^16.2.0",
"@angular/core": "^16.2.0",
"@angular/forms": "^16.2.0",
"@angular/platform-browser": "^16.2.0",
"@angular/platform-browser-dynamic": "^16.2.0",
"@angular/router": "^16.2.0",
"@datorama/akita": "^8.0.1",
"@fortawesome/angular-fontawesome": "^0.13.0",
"@fortawesome/fontawesome-svg-core": "^6.4.2",
"@fortawesome/free-solid-svg-icons": "^6.4.2",
"dayjs": "^1.11.9",
"klinecharts": "^9.5.4",
"papaparse": "^5.4.1",
"rxjs": "~7.8.0",
"throttle-debounce": "^5.0.0",
"ts-results": "^3.3.0",
"tslib": "^2.3.0",
"zone.js": "~0.13.0"
},
"devDependencies": {
"@angular-devkit/build-angular": "^16.2.0",
"@angular/cli": "~16.2.0",
"@angular/compiler-cli": "^16.2.0",
"@biomejs/biome": "^1.2.2",
"@types/papaparse": "^5.3.9",
"@types/throttle-debounce": "^5.0.0",
"@vitest/coverage-v8": "^0.34.4",
"stylelint": "^14.16.1",
"stylelint-config-standard-scss": "^6.1.0",
"typescript": "~5.1.3",
"vitest": "^0.34.4"
}
}