forked from ivdiaz/web
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
116 lines (116 loc) · 4.2 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
{
"name": "nalej-web-ui",
"version": "0.5.0",
"scripts": {
"build": "ng build",
"build-and-doc": "npm run compodoc && npm run build",
"build-and-serve-prod-local": "run-s lint style-lint build-local serve-local",
"build-local": "ng build -c local",
"build-prod": "ng build -c production",
"compodoc": "./node_modules/.bin/compodoc -p src/tsconfig.app.json",
"e2e": "ng e2e",
"eslint": "eslint 'src/app/**/*.ts'",
"eslint-check": "eslint --print-config path/to/main.js | eslint-config-prettier-check",
"eslint-fix": "eslint 'src/app/**/*.ts' --fix",
"extract-i18n": "ngx-translate-extract --input ./src --output ./src/assets/i18n/en.json --clean --sort --format namespaced-json",
"format-all": "prettier --config ./.prettierrc --write 'src/{app,environments,assets}/**/*{.ts,.js,.json,.css,.scss}'",
"format-check": "prettier --config ./.prettierrc --list-different 'src/{app,environments,assets}/**/*{.ts,.js,.json,.css,.scss}'",
"format-fix": "pretty-quick --staged",
"lint": "ng lint --format=stylish",
"lint-fix": "ng lint --fix=true",
"ng": "ng",
"prettier": "prettier --write 'src/app/**/*.component.html' --parser angular",
"serve": "ng serve",
"serve-local": "ng serve -c local",
"serve-prod": "http-server ./dist/ -p 4201 ",
"start": "run-s lint style-lint serve",
"style-lint": "stylelint 'src/app/**/*.scss' --config .stylelintrc.json",
"style-lint-fix": "stylelint 'src/app/**/*.scss' --fix",
"test-ci": "ng run nalej:test-ci --watch=false --code-coverage",
"test": "ng test"
},
"private": true,
"dependencies": {
"@angular/animations": "^7.2.10",
"@angular/cdk": "7.3.5",
"@angular/common": "^7.2.10",
"@angular/compiler": "^7.2.10",
"@angular/core": "^7.2.10",
"@angular/forms": "^7.2.10",
"@angular/http": "^7.2.10",
"@angular/platform-browser": "^7.2.10",
"@angular/platform-browser-dynamic": "^7.2.10",
"@angular/router": "^7.2.10",
"@auth0/angular-jwt": "2.1.0",
"@ngx-translate/core": "^11.0.1",
"@ngx-translate/http-loader": "^4.0.0",
"@swimlane/ngx-charts": "8.1.0",
"@swimlane/ngx-graph": "5.6.0",
"@types/jwt-decode": "^2.2.1",
"angular-html-parser": "^1.3.0",
"bootstrap": "^4.1.3",
"core-js": "^2.5.4",
"d3": "^4.13.0",
"hammerjs": "^2.0.8",
"jwt-decode": "^2.2.0",
"material-design-icons": "^3.0.1",
"ng-pick-datetime": "^7.0.0",
"ngx-bootstrap": "^3.0.1",
"ngx-file-drop": "6.0.0",
"ngx-select-dropdown": "^1.0.1",
"rxjs": "^6.4.0",
"tslib": "^1.9.0",
"zone.js": "~0.8.29"
},
"devDependencies": {
"@angular-devkit/build-angular": "^0.12.4",
"@angular/cli": "~7.3.6",
"@angular/compiler-cli": "^7.2.10",
"@angular/language-service": "^7.2.10",
"@biesbjerg/ngx-translate-extract": "^4.2.0",
"@compodoc/compodoc": "^1.1.5",
"@types/jasmine": "~2.8.8",
"@types/jasminewd2": "~2.0.3",
"@types/node": "~8.9.4",
"@typescript-eslint/eslint-plugin": "^2.8.0",
"@typescript-eslint/parser": "^2.8.0",
"codelyzer": "5.2.0",
"eslint": "^6.6.0",
"eslint-config-airbnb": "^18.0.1",
"eslint-config-airbnb-base": "^14.0.0",
"eslint-config-prettier": "^6.7.0",
"eslint-plugin-import": "^2.18.2",
"eslint-plugin-jsx-a11y": "^6.2.3",
"eslint-plugin-prettier": "^3.1.1",
"eslint-plugin-react": "^7.16.0",
"eslint-plugin-react-hooks": "^1.7.0",
"http-server": "^0.11.1",
"husky": "^3.1.0",
"jasmine-core": "~2.99.1",
"jasmine-spec-reporter": "~4.2.1",
"karma": "~3.0.0",
"karma-chrome-launcher": "~2.2.0",
"karma-coverage-istanbul-reporter": "~2.0.1",
"karma-firefox-launcher": "^1.1.0",
"karma-jasmine": "~1.1.2",
"karma-jasmine-html-reporter": "^0.2.2",
"karma-junit-reporter": "^1.2.0",
"node-sass": "^4.13.0",
"npm-run-all": "^4.1.5",
"prettier": "^1.19.1",
"pretty-quick": "^2.0.1",
"protractor": "~5.4.0",
"stylelint": "^11.0.0",
"stylelint-config-standard": "^19.0.0",
"stylelint-declaration-use-variable": "^1.7.0",
"stylelint-scss": "^3.11.1",
"ts-node": "~7.0.0",
"tslint": "~5.20.1",
"typescript": "~3.2.4"
},
"lint-staged": {
"*.ts": [
"eslint"
]
}
}