-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
48 lines (48 loc) · 1.47 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
{
"name": "groceries-app-frontend",
"private": true,
"scripts": {
"postinstall": "npm rebuild node-sass",
"start": "ng serve",
"network": "ng serve --host 0.0.0.0",
"build": "ng build",
"test:watch": "ng test --karma-config karma.conf.js --watch",
"test": "ng test --karma-config karma.conf.js"
},
"dependencies": {
"@angular-devkit/build-angular": "^0.12.1",
"@angular/animations": "^6.1.10",
"@angular/cli": "~6.1.1",
"@angular/common": "^6.1.10",
"@angular/compiler": "^6.1.10",
"@angular/compiler-cli": "^6.1.10",
"@angular/core": "^6.1.10",
"@angular/forms": "^6.1.10",
"@angular/http": "^6.1.10",
"@angular/platform-browser": "^6.1.10",
"@angular/platform-browser-dynamic": "^6.1.10",
"@angular/router": "^6.1.10",
"bootstrap-sass": "^3.3.7",
"core-js": "^2.5.4",
"jwt-decode": "^2.2.0",
"rxjs": "^6.3.3",
"typescript": "^2.9.2",
"zone.js": "~0.8.26"
},
"devDependencies": {
"@angular/language-service": "^6.1.10",
"@types/jasmine": "~2.8.8",
"@types/node": "~8.9.4",
"codelyzer": "~4.2.1",
"jasmine-core": "~2.99.1",
"jasmine-spec-reporter": "~4.2.1",
"karma": "~1.7.1",
"karma-chrome-launcher": "~2.2.0",
"karma-cli": "^1.0.1",
"karma-jasmine": "~1.1.1",
"karma-junit-reporter": "^1.2.0",
"ts-node": "~5.0.1",
"tslint": "~5.9.1",
"tslint-whitespace-before-colon": "^0.2.0"
}
}