-
-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
68 lines (68 loc) · 1.86 KB
/
Copy pathpackage.json
File metadata and controls
68 lines (68 loc) · 1.86 KB
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
{
"name": "switcher-management",
"version": "2.2.1",
"description": "Manage Switcher API settings, teams, integrations and more.",
"author": {
"name": "Roger Floriano (petruki)",
"email": "switcher.project@gmail.com"
},
"scripts": {
"ng": "ng",
"start": "ng serve",
"build": "ng build",
"build:prod": "ng build --configuration production",
"build:dev": "ng build --configuration development",
"lint": "ng lint",
"lint:fix": "ng lint --fix"
},
"keywords": [
"feature",
"flag",
"toggle",
"switcher-api"
],
"license": "MIT",
"private": true,
"dependencies": {
"@angular/animations": "~21.2.15",
"@angular/cdk": "~21.2.13",
"@angular/common": "~21.2.15",
"@angular/compiler": "~21.2.15",
"@angular/core": "~21.2.15",
"@angular/forms": "~21.2.15",
"@angular/material": "~21.2.13",
"@angular/platform-browser": "~21.2.15",
"@angular/platform-browser-dynamic": "~21.2.15",
"@angular/router": "~21.2.15",
"@angular/service-worker": "~21.2.15",
"@angular/localize": "~21.2.15",
"@apollo/client": "^4.2.0",
"@ng-bootstrap/ng-bootstrap": "~20.0.0",
"@types/grecaptcha": "^3.0.9",
"apollo-angular": "^14.0.0",
"chart.js": "^4.5.1",
"core-js": "^3.49.0",
"es-toolkit": "^1.47.0",
"graphql": "^16.14.0",
"graphql-tag": "^2.12.6",
"ngx-markdown": "^21.3.0",
"rxjs": "^7.8.2",
"tslib": "^2.8.1"
},
"devDependencies": {
"@angular/build": "^21.2.13",
"@angular/cli": "^21.2.13",
"@angular/compiler-cli": "~21.2.15",
"@types/node": "^25.9.1",
"@types/react": "^19.2.15",
"angular-eslint": "21.4.0",
"eslint": "^10.4.0",
"ts-node": "^10.9.2",
"typescript": "^5.9.3",
"typescript-eslint": "8.60.0"
},
"repository": {
"type": "git",
"url": "https://github.com/switcherapi/switcher-management"
}
}