-
Notifications
You must be signed in to change notification settings - Fork 37
/
package.json
95 lines (95 loc) · 2.89 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
{
"name": "angular-fusioncharts",
"version": "4.1.1",
"scripts": {
"ng": "ng",
"start": "ng serve",
"start-prod": "ng serve --configuration production",
"build": "rm -rf dist/ && node_modules/.bin/ngc -p tsconfig-aot.json && rollup -c rollup.config.js && cp package-dist.json dist/package.json && cp README.md dist/ && cp LICENSE.md dist/ && npm run uglify",
"docs": "ng build --configuration production && npm run build",
"test": "ng test",
"lint": "ng lint",
"e2e": "ng e2e",
"transpile": "ngc -p tsconfig-aot.json",
"tsc": "tsc",
"package": "rollup -c",
"uglify": "uglifyjs dist/dist/index.js --compress --mangle --comments --output dist/dist/index.min.js"
},
"repository": {
"type": "git",
"url": "https://github.com/fusioncharts/angular-fusioncharts"
},
"author": {
"name": "FusionCharts",
"email": "[email protected]"
},
"contributors": [
{
"name": "Meher Howji",
"url": "https://github.com/meherhowji"
}
],
"keywords": [
"angular"
],
"license": "MIT",
"bugs": {
"url": "https://github.com/fusioncharts/angular-fusioncharts/issues"
},
"main": "./dist/index.js",
"dependencies": {
"@angular/animations": "17.3.6",
"@angular/common": "17.3.6",
"@angular/compiler": "17.3.6",
"@angular/core": "17.3.6",
"@angular/forms": "17.3.6",
"@angular/platform-browser": "17.3.6",
"@angular/platform-browser-dynamic": "17.3.6",
"@angular/router": "17.3.6",
"@ctrl/ngx-codemirror": "^7.0.0",
"angularjs2-tabs": "0.0.1-beta.1",
"bootstrap": "3.3.7 - 5.x",
"core-js": "2.4.1 - 3.x",
"https-proxy-agent": "2.2.4 - 5.x",
"mixin-deep": "1.3.2 - 2.x",
"prismjs": "^1.6.0",
"rxjs": "5.4.1 - 8.x",
"rxjs-compat": "^6.0.0-rc.0",
"tslib": "^2.0.0",
"websocket-extensions": "^0.1.4",
"ws": "3.3.3 - 8.x",
"zone.js": "~0.14.4"
},
"devDependencies": {
"@angular-devkit/build-angular": "^17.3.6",
"@angular/cli": "^17.3.6",
"@angular/compiler-cli": "17.3.6",
"@angular/language-service": "17.3.6",
"@types/codemirror": "0.0.58 - 5.x",
"@types/jasmine": "2.5.53 - 4.x",
"@types/jasminewd2": "^2.0.10",
"@types/node": "6.0.60 - 17.x",
"codelyzer": "^6.0.0",
"codemirror": "^5.65.10",
"fusioncharts": "^3.20.0",
"jasmine-core": "2.6.2 - 4.x",
"jasmine-spec-reporter": "4.1.0 - 7.x",
"karma": "3.0.0 - 6.x",
"karma-chrome-launcher": "2.1.1 - 3.x",
"karma-cli": "1.0.1 - 2.x",
"karma-coverage-istanbul-reporter": "1.2.1 - 3.x",
"karma-jasmine": "1.1.0 - 5.x",
"karma-jasmine-html-reporter": "0.2.2 - 1.x",
"ng2-codemirror": "^1.1.3",
"prismjs": "1.6.0 - 1.x",
"protractor": "5.4.0 - 7.x",
"rollup": "0.45.2 - 2.x",
"ts-node": "3.0.4 - 10.x",
"tslint": "5.3.2 - 6.x",
"typescript": "5.4.5",
"uglify-js": "^3.17.4"
},
"engines": {
"node": ">=4.4.1"
}
}