-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathpackage.json
More file actions
74 lines (74 loc) · 2.27 KB
/
package.json
File metadata and controls
74 lines (74 loc) · 2.27 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
69
70
71
72
73
74
{
"name": "reloadly-ui",
"version": "1.0.6",
"description": "Angular UI library",
"repository": {
"type": "git",
"url": "https://github.com/Reloadly/reloadly-ui.git"
},
"scripts": {
"build:dev": "ng build reloadly-ui --configuration=development --watch",
"build:scss:dev": "sass src/styles/styles.scss dist/reloadly-ui/styles/styles.css --watch",
"build:scss": "sass src/styles/styles.scss dist/reloadly-ui/styles/styles.css",
"build:prod": "ng build reloadly-ui --configuration=production && npm run build:scss",
"npm:publish:beta": "cd dist/reloadly-ui && npm publish --tag beta",
"npm:publish:latest": "cd dist/reloadly-ui && npm publish --tag latest"
},
"peerDependencies": {},
"devDependencies": {
"@angular-devkit/build-angular": "^18.0.6",
"@angular/animations": "^18.0.5",
"@angular/cli": "~18.0.6",
"@angular/common": "^18.0.5",
"@angular/compiler": "^18.0.5",
"@angular/compiler-cli": "^18.0.5",
"@angular/core": "^18.0.5",
"@angular/forms": "^18.0.5",
"@angular/platform-browser": "^18.0.5",
"@angular/platform-browser-dynamic": "^18.0.5",
"@angular/router": "^18.0.5",
"@types/jasmine": "~5.1.4",
"jasmine-core": "~5.1.2",
"karma": "~6.4.3",
"karma-coverage": "~2.2.1",
"karma-jasmine": "~5.1.0",
"karma-jasmine-html-reporter": "~2.1.0",
"ng-packagr": "^18.0.0",
"nodemon": "^3.1.4",
"tslib": "^2.6.3",
"typescript": "~5.4.5",
"zone.js": "~0.14.7"
},
"keywords": [
"angular",
"ui",
"components",
"accordion",
"alert",
"buttons",
"datepicker",
"dropdown",
"modal",
"offcanvas",
"pagination",
"progressbar",
"table",
"timepicker",
"badge",
"breadcrumb",
"preloader",
"select",
"svg-icons",
"switch",
"tooltip",
"stepper"
],
"private": false,
"sideEffects": false,
"license": "MIT",
"author": "Reloadly",
"bugs": {
"url": "https://github.com/Reloadly/reloadly-ui/issues"
},
"homepage": "https://ui.reloadly.com/"
}