-
Notifications
You must be signed in to change notification settings - Fork 6
/
package.json
49 lines (49 loc) · 1.36 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
{
"name": "angular-slack-clone",
"version": "0.0.0",
"license": "MIT",
"scripts": {
"ng": "ng",
"start": "ng serve",
"start.prod.aot": "node app.js",
"build": "ng build",
"build.prod": "ng build --prod",
"build.prod.aot": "ng build --aot --prod",
"test": "ng test",
"lint": "ng lint",
"e2e": "ng e2e",
"serve.prod": "ng serve --prod",
"postinstall": "node ./postcss-custom-properties.js && npm run build.prod.aot"
},
"private": true,
"dependencies": {
"@angular-mdc/web": "^0.6.1",
"@angular/animations": "^5.0.0",
"@angular/cli": "^1.5.5",
"@angular/common": "^5.0.0",
"@angular/compiler": "^5.0.0",
"@angular/compiler-cli": "^5.0.5",
"@angular/core": "^5.0.0",
"@angular/flex-layout": "^2.0.0-beta.10-4905443",
"@angular/forms": "^5.0.0",
"@angular/http": "^5.0.0",
"@angular/platform-browser": "^5.0.0",
"@angular/platform-browser-dynamic": "^5.0.0",
"@angular/router": "^5.0.0",
"@types/jquery": "^3.2.16",
"angular2-jwt": "^0.2.3",
"core-js": "^2.4.1",
"express": "^4.16.2",
"jquery": "^3.2.1",
"ng2-select2": "^1.0.0-beta.10",
"rxjs": "^5.5.5",
"select2": "^4.0.5",
"tslint": "^5.8.0",
"typescript": "~2.4.2",
"zone.js": "^0.8.14"
},
"devDependencies": {
"@angular/language-service": "^5.0.0",
"codelyzer": "^4.0.1"
}
}