-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
77 lines (77 loc) · 2.7 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
{
"name": "orvium-ux",
"version": "0.0.1",
"scripts": {
"ng": "ng",
"start": "ng serve",
"build": "ng build",
"build:prod": "ng build --prod",
"build:demo": "ng build --prod --project=orvium-ux-demo --base-href /platform/orvium-ux/",
"test": "ng test",
"lint": "ng lint && npm run lint:styles",
"lint:styles": "stylelint \"**/*.scss\" --allow-empty-input",
"e2e": "ng e2e",
"analyze": "ng build orvium-ux-demo --prod --stats-json && webpack-bundle-analyzer ./dist/orvium-ux-demo/stats.json",
"clean": "rimraf dist",
"build:watch": "ng build orvium-ux-lib --watch && ng serve",
"serve:app": "wait-on dist/orvium-ux-lib/public-api.d.ts && ng serve",
"watch-all": "npm run clean && run-p build:watch serve:app"
},
"private": true,
"dependencies": {
"@angular/animations": "~11.2.3",
"@angular/cdk": "~11.2.2",
"@angular/common": "~11.2.3",
"@angular/compiler": "~11.2.3",
"@angular/core": "~11.2.3",
"@angular/forms": "~11.2.3",
"@angular/material": "~11.2.2",
"@angular/platform-browser": "~11.2.3",
"@angular/platform-browser-dynamic": "~11.2.3",
"@angular/router": "~11.2.3",
"@fortawesome/angular-fontawesome": "^0.8.2",
"@fortawesome/fontawesome-svg-core": "^1.2.34",
"@fortawesome/free-brands-svg-icons": "^5.15.2",
"@fortawesome/free-solid-svg-icons": "^5.15.2",
"ngx-gravatar": "^10.0.0",
"ngx-highlightjs": "^4.1.3",
"rxjs": "~6.6.6",
"tslib": "^2.0.3",
"zone.js": "~0.11.4"
},
"devDependencies": {
"@angular-devkit/build-angular": "~0.1102.2",
"@angular-eslint/builder": "1.2.0",
"@angular-eslint/eslint-plugin": "1.2.0",
"@angular-eslint/eslint-plugin-template": "1.2.0",
"@angular-eslint/schematics": "1.2.0",
"@angular-eslint/template-parser": "1.2.0",
"@angular/cli": "~11.2.2",
"@angular/compiler-cli": "~11.2.3",
"@types/jasmine": "~3.6.4",
"@types/node": "^12.20.4",
"@typescript-eslint/eslint-plugin": "4.16.1",
"@typescript-eslint/parser": "4.16.1",
"eslint": "^7.21.0",
"eslint-plugin-import": "2.22.1",
"eslint-plugin-jsdoc": "32.2.0",
"eslint-plugin-prefer-arrow": "1.2.3",
"jasmine-core": "~3.6.0",
"jasmine-spec-reporter": "~5.0.2",
"karma": "~6.1.1",
"karma-chrome-launcher": "~3.1.0",
"karma-coverage": "~2.0.3",
"karma-jasmine": "~4.0.1",
"karma-jasmine-html-reporter": "^1.5.4",
"ng-packagr": "^11.2.4",
"npm-run-all": "^4.1.5",
"protractor": "~7.0.0",
"stylelint": "^13.11.0",
"stylelint-config-standard": "^20.0.0",
"stylelint-scss": "^3.19.0",
"ts-node": "~8.3.0",
"typescript": "~4.1.5",
"wait-on": "^5.2.1",
"webpack-bundle-analyzer": "^4.4.0"
}
}