forked from maitrungduc1410/d3-cloud-angular
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
52 lines (52 loc) · 1.62 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": "angular-d3-cloud",
"version": "0.0.0",
"scripts": {
"ng": "ng",
"start": "ng serve example",
"build": "ng build @talentia/angular-d3-cloud --configuration production",
"build:example": "ng build example",
"build:pages": "npm run build:example -- --base-href /d3-cloud-angular/",
"watch": "ng build @talentia/angular-d3-cloud --watch --configuration development",
"test": "ng test @talentia/angular-d3-cloud"
},
"private": true,
"dependencies": {
"@angular/animations": "15.2.10",
"@angular/common": "15.2.10",
"@angular/compiler": "15.2.10",
"@angular/core": "15.2.10",
"@angular/forms": "15.2.10",
"@angular/platform-browser": "15.2.10",
"@angular/platform-browser-dynamic": "15.2.10",
"@angular/router": "15.2.10",
"bootstrap": "5.3.2",
"d3-cloud": "1.2.5",
"d3-scale": "4.0.2",
"d3-scale-chromatic": "3.0.0",
"d3-selection": "3.0.0",
"d3-transition": "3.0.1",
"rxjs": "~7.8.0",
"tslib": "^2.3.0",
"zone.js": "~0.13.0"
},
"devDependencies": {
"@angular-devkit/build-angular": "15.2.10",
"@angular/cli": "15.2.10",
"@angular/compiler-cli": "15.2.10",
"@types/d3-cloud": "1.2.5",
"@types/d3-scale": "4.0.2",
"@types/d3-scale-chromatic": "3.0.0",
"@types/d3-selection": "3.0.3",
"@types/d3-transition": "3.0.2",
"@types/jasmine": "~4.3.0",
"jasmine-core": "~4.6.0",
"karma": "~6.4.0",
"karma-chrome-launcher": "~3.2.0",
"karma-coverage": "~2.2.0",
"karma-jasmine": "~5.1.0",
"karma-jasmine-html-reporter": "~2.1.0",
"ng-packagr": "15.2.2",
"typescript": "4.9.5"
}
}