-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
93 lines (93 loc) · 2.96 KB
/
package.json
File metadata and controls
93 lines (93 loc) · 2.96 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
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
{
"name": "wiins-web-dapp",
"version": "0.0.0",
"scripts": {
"ng": "ng",
"start": "ng serve",
"build": "ng build",
"libs-build": "node ./scripts/libs-build.js",
"watch": "ng build --watch --configuration development",
"prettier": "npx prettier --write .",
"pre-commit": "npm run prettier && ng test --browsers ChromeHeadless --watch=false && ng lint",
"test": "ng test",
"lint": "ng lint",
"prepare": "husky install",
"release-package": "node ./scripts/libs-publish.js",
"linker": "node ./scripts/libs-linker.js"
},
"private": true,
"dependencies": {
"@angular/animations": "^13.3.11",
"@angular/cdk": "^13.3.9",
"@angular/common": "^13.3.11",
"@angular/compiler": "^13.3.11",
"@angular/core": "^13.3.11",
"@angular/forms": "^13.3.11",
"@angular/material": "^13.3.9",
"@angular/platform-browser": "^13.3.11",
"@angular/platform-browser-dynamic": "^13.3.11",
"@angular/router": "^13.3.11",
"@ngrx/effects": "^13.2.0",
"@ngrx/entity": "^13.2.0",
"@ngrx/store": "^13.2.0",
"@ngrx/store-devtools": "^13.2.0",
"@ngx-translate/core": "^14.0.0",
"@ngx-translate/http-loader": "^7.0.0",
"@sentry/angular": "^7.2.0",
"@sentry/tracing": "^7.2.0",
"@wiins/editable-content-event": "^0.0.18",
"@wiins/feed-card": "^0.0.17",
"@wiins/feed-publication-card": "^0.0.18",
"@wiins/web-store": "^0.0.17",
"angular-responsive-carousel": "^2.1.2",
"apexcharts": "^3.35.3",
"autoprefixer": "10.4.5",
"bootstrap": "^5.1.3",
"bootstrap-icons": "^1.8.3",
"masonry-layout": "^4.2.2",
"ncp": "^2.0.0",
"ng-apexcharts": "^1.7.1",
"ngx-dropzone": "^3.1.0",
"ngx-masonry": "^13.0.0",
"rxjs": "~7.4.0",
"tslib": "^2.4.0",
"util": "^0.12.4",
"web3": "^1.7.3",
"web3.storage": "^4.2.0",
"zone.js": "^0.11.6"
},
"devDependencies": {
"@angular-devkit/build-angular": "^13.3.8",
"@angular-eslint/builder": "13.2.1",
"@angular-eslint/eslint-plugin": "13.2.1",
"@angular-eslint/eslint-plugin-template": "13.2.1",
"@angular-eslint/schematics": "13.2.1",
"@angular-eslint/template-parser": "13.2.1",
"@angular/cli": "^13.3.8",
"@angular/compiler-cli": "^13.3.11",
"@types/jasmine": "^3.10.6",
"@types/node": "^12.20.55",
"@typescript-eslint/eslint-plugin": "^5.28.0",
"@typescript-eslint/parser": "^5.28.0",
"assert": "^2.0.0",
"buffer": "^6.0.3",
"crypto-browserify": "^3.12.0",
"eslint": "^8.18.0",
"events": "^3.3.0",
"https-browserify": "^1.0.0",
"husky": "^8.0.0",
"jasmine-core": "~3.10.0",
"karma": "^6.4.0",
"karma-chrome-launcher": "^3.1.1",
"karma-coverage": "~2.0.3",
"karma-jasmine": "^4.0.2",
"karma-jasmine-html-reporter": "~1.7.0",
"ng-packagr": "^13.0.0",
"os-browserify": "^0.3.0",
"prettier": "^2.7.1",
"stream-browserify": "^3.0.0",
"stream-http": "^3.2.0",
"typescript": "~4.4.3",
"url": "^0.11.0"
}
}