-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathpackage.json
56 lines (56 loc) · 1.93 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
{
"name": "bedrock",
"description": "Angular Design Components used to build Venzra",
"version": "0.0.0",
"license": "MIT",
"scripts": {
"start": "ng serve --host 0.0.0.0 --port 4200 --disable-host-check --open",
"develop": "ng build lib --watch",
"build:lib": "ng lint lib && ng build lib --prod",
"build:docs": "ng lint bedrock && ng build bedrock --prod",
"test:start": "serve -s -p 8080 dist/bedrock",
"release": "npm publish --access public dist/lib"
},
"private": true,
"repository": {
"type": "git",
"url": "git+https://github.com/venzra/bedrock"
},
"dependencies": {
"@angular/animations": "9.0.2",
"@angular/cdk": "9.1.0",
"@angular/common": "9.0.2",
"@angular/compiler": "9.0.2",
"@angular/core": "9.0.2",
"@angular/forms": "9.0.2",
"@angular/platform-browser": "9.0.2",
"@angular/platform-browser-dynamic": "9.0.2",
"@angular/router": "9.0.2",
"@fortawesome/angular-fontawesome": "0.6.0",
"@fortawesome/fontawesome-svg-core": "1.2.27",
"@fortawesome/free-brands-svg-icons": "5.12.1",
"@fortawesome/free-regular-svg-icons": "5.12.1",
"@fortawesome/free-solid-svg-icons": "5.12.1",
"core-js": "3.6.4",
"exif-js": "2.3.0",
"highlight.js": "9.18.1",
"marked": "0.8.0",
"rxjs": "6.5.4",
"zone.js": "0.10.2"
},
"devDependencies": {
"@angular-devkit/build-angular": "0.900.3",
"@angular-devkit/build-ng-packagr": "0.900.3",
"@angular/cli": "9.0.3",
"@angular/compiler-cli": "9.0.2",
"@angular/language-service": "9.0.2",
"@types/node": "12.12.28",
"codelyzer": "5.2.1",
"ng-packagr": "9.0.2",
"serve": "11.3.0",
"ts-node": "8.6.2",
"tslib": "1.11.0",
"tslint": "6.0.0",
"typescript": "3.7.5"
}
}