This repository has been archived by the owner on Dec 29, 2022. It is now read-only.
-
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
74 lines (74 loc) · 2.3 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
{
"name": "angular-utilities",
"description": "The Utilities Made With Angular",
"private": true,
"scripts": {
"?info": "echo 'Show npm-scripts info.'",
"info": "npm-scripts-info",
"?ng": "echo 'Angular CLI.'",
"ng": "ng",
"?start": "echo 'Start live-reload.'",
"start": "ng serve --open --base-href /",
"?lint": "echo 'Lint TypeScript files.'",
"lint": "ng lint angular-utilities --type-check",
"?build": "echo 'Production build.'",
"build": "ng build --base-href ./ --prod && node ./build-for-gh-pages.js",
"?deploy": "echo 'Publish with GitHub Pages. `npm run build` must run before this script.'",
"deploy": "gh-pages -d dist"
},
"author": "Neos21 <[email protected]> (https://neos21.net/)",
"license": "MIT",
"homepage": "https://Neos21.github.io/angular-utilities/",
"repository": {
"type": "git",
"url": "git+https://github.com/Neos21/angular-utilities.git"
},
"bugs": {
"url": "https://github.com/Neos21/angular-utilities/issues"
},
"funding": {
"type": "github",
"url": "https://github.com/sponsors/Neos21"
},
"dependencies": {
"@angular/animations": "9.0.3",
"@angular/common": "9.0.3",
"@angular/compiler": "9.0.3",
"@angular/core": "9.0.3",
"@angular/forms": "9.0.3",
"@angular/platform-browser": "9.0.3",
"@angular/platform-browser-dynamic": "9.0.3",
"@angular/router": "9.0.3",
"@fortawesome/fontawesome-free": "5.12.1",
"@neos21/bootstrap3-glyphicons": "1.0.4",
"@neos21/ccc": "1.0.5",
"@swimlane/ngx-dnd": "8.1.0",
"bootstrap": "4.4.1",
"classlist.js": "1.1.20150312",
"core-js": "2.6.5",
"js-beautify": "1.10.3",
"lodash": "4.17.15",
"moment": "2.24.0",
"ngx-bootstrap": "5.3.2",
"ngx-clipboard": "13.0.0",
"rxjs": "6.5.4",
"web-animations-js": "2.3.2",
"tslib": "1.11.0",
"zone.js": "0.10.2"
},
"devDependencies": {
"@angular-devkit/build-angular": "0.900.7",
"@angular-devkit/schematics": "9.0.3",
"@angular/cli": "9.0.3",
"@angular/compiler-cli": "9.0.3",
"@angular/language-service": "9.0.3",
"@types/node": "12.12.28",
"codelyzer": "5.2.1",
"gh-pages": "2.2.0",
"htmlhint": "0.11.0",
"npm-scripts-info": "0.3.9",
"ts-node": "7.0.1",
"tslint": "5.12.1",
"typescript": "3.7.5"
}
}