forked from code4romania/anabi-gestiune-client
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
86 lines (86 loc) · 2.63 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
{
"name": "anabi",
"version": "0.0.0",
"license": "MIT",
"scripts": {
"analyze": "npm run build && webpack-bundle-analyzer dist/stats.json",
"build": "ng build --output-hashing=bundles --stats-json",
"e2e": "ng e2e",
"fake-api": "ts-node -O '{\"module\": \"commonjs\"}' fake-api/server.ts",
"lint": "ng lint",
"ng": "ng",
"preinstall": "npm install -g @angular/cli",
"start": "ng serve --host localhost --port 5000",
"start:fake": "ng serve --env fake --host localhost --port 5000",
"start:local": "ng serve --env local --host localhost --port 5000",
"test": "ng test --watch=false --code-coverage",
"test:watch": "ng test --code-coverage"
},
"husky": {
"hooks": {
"pre-commit": "npm run lint",
"pre-push": "npm run test"
}
},
"private": true,
"dependencies": {
"@angular/animations": "7.2.6",
"@angular/cdk": "7.3.3",
"@angular/common": "7.2.6",
"@angular/compiler": "7.2.6",
"@angular/core": "7.2.6",
"@angular/flex-layout": "7.0.0-beta.19",
"@angular/forms": "7.2.6",
"@angular/http": "7.2.6",
"@angular/material": "7.3.3",
"@angular/material-moment-adapter": "7.3.3",
"@angular/platform-browser": "7.2.6",
"@angular/platform-browser-dynamic": "7.2.6",
"@angular/router": "7.2.6",
"@ngrx/core": "1.2.0",
"@ngrx/effects": "7.2.0",
"@ngrx/store": "7.2.0",
"@ngrx/store-devtools": "7.2.0",
"core-js": "2.5.7",
"hammerjs": "2.0.8",
"lodash": "4.17.11",
"material-design-icons": "^3.0.1",
"moment": "2.24.0",
"node-sass": "4.10.0",
"normalize.scss": "0.1.0",
"rxjs": "~6.4.0",
"tslib": "^1.9.0",
"typescript": "3.2.4",
"zone.js": "^0.8.29"
},
"devDependencies": {
"@angular-devkit/build-angular": "~0.10.0",
"@angular-devkit/core": "7.0.5",
"@angular/cli": "7.3.3",
"@angular/compiler-cli": "7.2.6",
"@angular/language-service": "7.2.6",
"@types/jasmine": "2.8.11",
"@types/jasminewd2": "~2.0.3",
"@types/node": "10.12.3",
"codelyzer": "4.5.0",
"husky": "1.1.3",
"intl": "1.2.5",
"jasmine-core": "2.99.1",
"jasmine-spec-reporter": "4.2.1",
"json-server": "0.14.0",
"karma": "3.1.1",
"karma-chrome-launcher": "2.2.0",
"karma-cli": "1.0.1",
"karma-coverage-istanbul-reporter": "2.0.4",
"karma-jasmine": "1.1.2",
"karma-jasmine-html-reporter": "1.4.0",
"karma-mocha-reporter": "2.2.5",
"karma-sourcemap-loader": "0.3.7",
"ngrx-store-freeze": "0.2.4",
"protractor": "5.4.1",
"ts-node": "7.0.1",
"tslint": "5.11.0",
"webpack-bundle-analyzer": "3.0.3",
"webpack-cli": "3.2.1"
}
}