-
Notifications
You must be signed in to change notification settings - Fork 2
/
package.json
120 lines (120 loc) · 4.75 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
{
"name": "angular-ngrx-material-starter",
"version": "7.0.0",
"license": "MIT",
"scripts": {
"ng": "ng",
"start": "ng serve --open && node server.js",
"docker-start": "ng serve --host 0.0.0.0",
"build": "ng build",
"test": "npm run lint && ng test --configuration=test",
"lint": "ng lint",
"e2e": "ng e2e",
"watch": "ng test --configuration=test --browsers ChromeHeadless --watch",
"build:prod": "ng build --prod --vendor-chunk",
"clean": "rimraf ./dist/",
"server": "node ./server.js",
"prod": "npm run clean && npm run build:prod && npm run server",
"ci": "npm run clean && npm run prettier:ci && ng lint && ng test --configuration=test --browsers ChromeTravisCi --code-coverage && ng e2e && npm run cy:ci && npm run accessibility && npm run build:prod -- --deploy-url /angular-ngrx-material-starter/ --base-href /angular-ngrx-material-starter",
"release": "standard-version && git push --follow-tags origin master",
"prettier": "prettier {src,e2e,cypress}/**/*.{ts,json,md,scss} --write",
"prettier:ci": "prettier {src,e2e,cypress}/**/*.{ts,json,md,scss} --list-different",
"analyze": "npm run clean && npm run build:prod -- --stats-json && webpack-bundle-analyzer ./dist/stats.json",
"contributors:add": "all-contributors add",
"contributors:generate": "all-contributors generate && node .all-contributors-html.js",
"contributors:check": "all-contributors check",
"cy:open": "cypress open",
"cy:run": "cypress run",
"precy:ci": "npm run build:prod -- --deploy-url \"/angular-ngrx-material-starter/\" --base-href \"/angular-ngrx-material-starter\"",
"cy:ci": "npm-run-all --parallel --race server \"cy:run -- --config=baseUrl=http://localhost:4000\"",
"preaccessibility": "npm run build:prod -- --deploy-url \"/angular-ngrx-material-starter/\" --base-href \"/angular-ngrx-material-starter\"",
"accessibility": "npm-run-all --parallel --race server accessibility:run",
"accessibility:run": "pa11y-ci --threshold 250",
"compodoc": "compodoc -p src/tsconfig.app.json"
},
"private": true,
"dependencies": {
"@angular/animations": "^7.0.2",
"@angular/cdk": "^7.0.2",
"@angular/common": "^7.0.2",
"@angular/compiler": "^7.0.2",
"@angular/core": "^7.0.2",
"@angular/forms": "^7.0.2",
"@angular/http": "^7.0.2",
"@angular/material": "^7.0.2",
"@angular/platform-browser": "^7.0.2",
"@angular/platform-browser-dynamic": "^7.0.2",
"@angular/router": "^7.0.2",
"@fortawesome/angular-fontawesome": "^0.3.0",
"@fortawesome/fontawesome-free": "^5.5.0",
"@fortawesome/fontawesome-svg-core": "^1.2.8",
"@fortawesome/free-brands-svg-icons": "^5.5.0",
"@fortawesome/free-solid-svg-icons": "^5.5.0",
"@ngrx/effects": "^6.1.2",
"@ngrx/entity": "^6.1.2",
"@ngrx/router-store": "^6.1.2",
"@ngrx/store": "^6.1.2",
"@ngrx/store-devtools": "^6.1.2",
"@ngx-translate/core": "^11.0.0",
"@ngx-translate/http-loader": "^4.0.0",
"ag-grid": "^15.0.0",
"ag-grid-angular": "^19.1.1",
"ag-grid-community": "^19.1.1",
"ag-grid-enterprise": "^19.1.2",
"body-parser": "^1.18.3",
"bootstrap": "^4.1.3",
"browser-detect": "^0.2.28",
"canvasjs": "^1.8.1",
"core-js": "^2.5.4",
"cors": "^2.8.5",
"hammerjs": "^2.0.8",
"moment": "^2.23.0",
"mysql": "^2.16.0",
"ng-marquee": "^1.0.2",
"ngx-mat-select-search": "^1.7.5",
"ngx-moment": "^3.3.0",
"path": "^0.12.7",
"rxjs": "^6.3.3",
"uuid": "^3.3.2",
"web-animations-js": "^2.2.5",
"zone.js": "^0.8.26"
},
"devDependencies": {
"@angular-devkit/build-angular": "^0.12.1",
"@angular-extensions/testing-library": "^3.0.3",
"@angular/cli": "^7.0.4",
"@angular/compiler-cli": "^7.0.2",
"@angular/language-service": "^7.0.2",
"@bahmutov/add-typescript-to-cypress": "^2.0.0",
"@compodoc/compodoc": "^1.1.6",
"@types/jasmine": "~2.8.9",
"@types/jasminewd2": "^2.0.5",
"@types/node": "^10.12.2",
"all-contributors-cli": "^5.4.1",
"codelyzer": "~4.5.0",
"cypress": "^3.1.1",
"express": "^4.16.4",
"husky": "^1.1.3",
"jasmine-core": "~3.2.1",
"jasmine-marbles": "^0.4.0",
"jasmine-spec-reporter": "~4.2.1",
"karma": "~3.0.0",
"karma-chrome-launcher": "~2.2.0",
"karma-coverage-istanbul-reporter": "~2.0.4",
"karma-jasmine": "~1.1.2",
"karma-jasmine-html-reporter": "~1.3.1",
"karma-spec-reporter": "~0.0.32",
"lint-staged": "^7.3.0",
"ngrx-store-freeze": "^0.2.4",
"npm-run-all": "^4.1.3",
"pa11y-ci": "^2.1.1",
"prettier": "^1.14.3",
"protractor": "^5.4.1",
"rimraf": "^2.6.2",
"standard-version": "^4.4.0",
"ts-node": "~7.0.1",
"tslint": "~5.11.0",
"typescript": "3.1.6",
"webpack-bundle-analyzer": "^3.0.3"
}
}