-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
73 lines (73 loc) · 2.19 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
{
"name": "angular-clerk",
"version": "0.0.0",
"scripts": {
"ng": "ng",
"start": "ng serve",
"build": "ng build",
"watch": "ng build --watch --configuration development",
"test": "ng test",
"lint": "eslint \"**/*.{ts,tsx}\" "
},
"private": true,
"dependencies": {
"@angular/animations": "~12.0.5",
"@angular/cdk": "^12.1.3",
"@angular/common": "~12.0.5",
"@angular/compiler": "~12.0.5",
"@angular/core": "~12.0.5",
"@angular/forms": "~12.0.5",
"@angular/material": "^12.1.3",
"@angular/platform-browser": "~12.0.5",
"@angular/platform-browser-dynamic": "~12.0.5",
"@angular/router": "~12.0.5",
"@clerk/clerk-js": "^1.27.0",
"@clerk/types": "^1.7.0",
"@creativebulma/bulma-tagsinput": "^1.0.3",
"@fortawesome/angular-fontawesome": "^0.9.0",
"@fortawesome/fontawesome-common-types": "^0.2.35",
"@fortawesome/fontawesome-svg-core": "^1.2.35",
"@ng-matero/extensions": "^12.0.1",
"@polymer/marked-element": "^3.0.1",
"@types/highlightjs": "^9.12.2",
"bulma": "^0.9.3",
"bulma-social": "^2.0.0",
"bulma-start": "0.0.4",
"markdown-it": "^12.1.0",
"marked": "^2.1.3",
"masonry-layout": "^4.2.2",
"ng-process-env": "^1.0.6",
"ngx-highlightjs": "^4.1.4",
"ngx-masonry": "^11.0.2",
"ngx-sharebuttons": "^8.0.5",
"parse-github-url": "^1.0.2",
"reveal.js": "^4.1.3",
"rxjs": "~6.6.0",
"sharon": "^2.0.0-beta.1",
"showdown": "^1.9.1",
"tslib": "^2.1.0",
"tsparticles": "^1.32.0",
"uuid": "^8.3.2",
"zero-md": "^2.2.0",
"zone.js": "~0.11.4"
},
"devDependencies": {
"@angular-devkit/build-angular": "~12.0.5",
"@angular/cli": "~12.0.5",
"@angular/compiler-cli": "~12.0.5",
"@types/jasmine": "~3.6.0",
"@types/marked": "^2.0.4",
"@types/node": "^12.20.16",
"@types/uuid": "^8.3.1",
"@typescript-eslint/eslint-plugin": "^4.28.5",
"@typescript-eslint/parser": "^4.28.5",
"eslint": "^7.32.0",
"jasmine-core": "~3.7.0",
"karma": "~6.3.0",
"karma-chrome-launcher": "~3.1.0",
"karma-coverage": "~2.0.3",
"karma-jasmine": "~4.0.0",
"karma-jasmine-html-reporter": "^1.7.0",
"typescript": "~4.2.3"
}
}