-
Notifications
You must be signed in to change notification settings - Fork 2
/
package.json
154 lines (154 loc) · 5.31 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
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
{
"name": "ninc-management",
"version": "1.6.1",
"license": "MIT",
"repository": {
"type": "git",
"url": "git+https://github.com/ninc-management/plataforma.git"
},
"bugs": {
"url": "https://github.com/ninc-management/plataforma.git"
},
"engines": {
"node": ">=14.0.0"
},
"scripts": {
"ng": "ng",
"conventional-changelog": "conventional-changelog",
"prettier": "npx prettier src test --check",
"prettier:fix": "npm run prettier -- --write",
"start": "node --optimize_for_size --max_old_space_size=920 server.js",
"start:back": "tsc --build --force backend/tsconfig.json --watch & nodemon ./server.js",
"start:front": "ng serve --configuration dev --proxy-config proxy-config.json --disable-host-check --host=0.0.0.0 --port=3000",
"build": "tsc --build backend/tsconfig.json && ng build --configuration production --aot",
"test": "ng test --watch=false",
"test:dev": "ng test",
"test:coverage": "rimraf coverage && npm run test -- --code-coverage --watch=false",
"lint": "eslint './src/**/*.ts' server.js './backend/**/*.ts'",
"lint:fix": "npm run lint -- --fix",
"lint:styles": "stylelint ./src/**/*.scss",
"lint:ci": "npm run lint && npm run lint:styles",
"pree2e": "webdriver-manager update --standalone false --gecko false",
"e2e": "ng e2e",
"docs": "compodoc -p src/tsconfig.app.json -d docs",
"docs:serve": "compodoc -p src/tsconfig.app.json -d docs -s",
"release:changelog": "npm run conventional-changelog -- -p angular -i CHANGELOG.md -s",
"postinstall": "ngcc --properties es2015 browser module main --first-only --create-ivy-entry-points --tsconfig \"./src/tsconfig.app.json\"",
"prepare": "husky install"
},
"dependencies": {
"@angular-slider/ngx-slider": "^2.0.4",
"@angular/animations": "^14.2.12",
"@angular/cdk": "^14.2.7",
"@angular/common": "^14.2.12",
"@angular/compiler": "^14.2.12",
"@angular/core": "^14.2.12",
"@angular/fire": "^7.5.0",
"@angular/forms": "^14.2.12",
"@angular/material": "^14.2.7",
"@angular/platform-browser": "^14.2.12",
"@angular/platform-browser-dynamic": "^14.2.12",
"@angular/router": "^14.2.12",
"@angular/service-worker": "^14.2.12",
"@azure/msal-angular": "^2.5.13",
"@azure/msal-browser": "^2.38.4",
"@fortawesome/fontawesome-free": "^6.3.0",
"@nebular/auth": "10.0.0",
"@nebular/date-fns": "10.0.0",
"@nebular/eva-icons": "10.0.0",
"@nebular/security": "10.0.0",
"@nebular/theme": "github:nortan-projetos/nebular#theme10.0.0",
"@tinymce/tinymce-angular": "^7.0.0",
"@typegoose/typegoose": "^9.5.0",
"async-mutex": "^0.4.0",
"bootstrap": "4.3.1",
"compression": "^1.7.4",
"core-js": "^3.21.0",
"cors": "^2.8.5",
"date-fns": "^2.29.3",
"echarts": "^5.4.1",
"eva-icons": "^1.1.3",
"express": "^4.18.2",
"extenso": "^2.0.1",
"file-saver": "^2.0.5",
"firebase": "^9.17.2",
"hamburgers": "^1.2.1",
"helmet": "^6.0.1",
"ionicons": "2.0.1",
"lodash-es": "^4.17.21",
"mongoose": "^6.2.0",
"mongoose-unique-validator": "^3.0.0",
"msal": "^1.4.17",
"nebular-icons": "1.1.0",
"ng2-completer": "^9.0.1",
"ng2-pdf-viewer": "^9.1.4",
"ngx-echarts": "^15.0.1",
"node-cron": "^3.0.2",
"nodemailer": "^6.9.1",
"normalize.css": "8.0.1",
"pace-js": "1.2.4",
"pdfmake": "^0.1.72",
"pdfmake-wrapper": "^2.1.3",
"prettier-eslint-cli": "^7.1.0",
"roboto-fontface": "0.10.0",
"rxjs": "^7.8.0",
"sass": "^1.58.3",
"socicon": "3.0.5",
"socket.io": "^4.6.1",
"socket.io-client": "^4.6.1",
"tinymce": "^6.8.1",
"tslib": "^2.5.0",
"type-graphql": "^1.1.1",
"typeface-exo": "1.1.13",
"uuid": "^8.3.2",
"zone.js": "~0.11.4"
},
"devDependencies": {
"@angular-builders/custom-webpack": "^14.1.0",
"@angular-devkit/build-angular": "^14.2.10",
"@angular/cli": "^14.2.10",
"@angular/compiler-cli": "^14.2.12",
"@angular/language-service": "^14.2.12",
"@compodoc/compodoc": "^1.1.19",
"@types/angular": "^1.8.4",
"@types/extenso": "^2.0.1",
"@types/file-saver": "^2.0.5",
"@types/jasmine": "^4.3.1",
"@types/jasminewd2": "^2.0.10",
"@types/lodash": "^4.14.191",
"@types/node": "^18.14.6",
"@types/pdfkit": "^0.12.8",
"@types/pdfmake": "^0.2.2",
"@types/uuid": "^9.0.1",
"@typescript-eslint/eslint-plugin": "^5.54.1",
"@typescript-eslint/eslint-plugin-tslint": "^5.54.1",
"@typescript-eslint/parser": "^5.54.1",
"codecov": "^3.8.3",
"conventional-changelog-cli": "^2.2.2",
"eslint": "^8.35.0",
"eslint-config-prettier": "^8.7.0",
"eslint-plugin-import": "2.26.0",
"eslint-plugin-prettier": "^4.2.1",
"husky": "^8.0.0",
"jasmine-core": "^4.5.0",
"jasmine-spec-reporter": "^7.0.0",
"karma": "^6.4.1",
"karma-chrome-launcher": "^3.1.0",
"karma-cli": "^2.0.0",
"karma-coverage": "~2.2.0",
"karma-jasmine": "^5.1.0",
"karma-jasmine-html-reporter": "^2.0.0",
"nodemon": "^2.0.21",
"npm-run-all": "4.1.5",
"postcss": "^8.4.21",
"postcss-scss": "^4.0.6",
"prettier": "^2.8.4",
"prettier-eslint": "^15.0.1",
"protractor": "~7.0.0",
"rimraf": "4.3.1",
"socket.io-mock": "^1.3.2",
"stylelint": "^15.2.0",
"stylelint-scss": "^4.4.0",
"typescript": "^4.8.4"
}
}