forked from TwanoO67/ngx-admin-lte
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
45 lines (45 loc) · 1.28 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
{
"name": "ngx-admin-lte",
"version": "1.0.0",
"module": "index.ts",
"license": "MIT",
"description": "AdminLTE theme for angular",
"scripts": {
"lint": "tslint --config tslint.json --project tsconfig.json",
"transpile": "tsc",
"build": "npm run lint && npm run transpile",
"compodoc": "./node_modules/.bin/compodoc -p tsconfig.json --output docs"
},
"private": false,
"dependencies": {
"@angular/animations": "^4.4.6",
"@angular/common": "^4.4.4",
"@angular/core": "^4.4.4",
"@angular/forms": "^4.4.4",
"@angular/http": "^4.4.4",
"@angular/platform-browser": "^4.4.4",
"@angular/platform-browser-dynamic": "^4.4.4",
"@angular/router": "^4.4.4",
"@ngx-translate/core": "^8.0.0",
"@ngx-translate/http-loader": "^2.0.0",
"admin-lte": "2.3.11",
"angular2-toaster": "^4.0.1",
"bootstrap": "^3.3.7",
"core-js": "^2.5.1",
"font-awesome": "^4.7.0",
"ionicons": "^3.0.0",
"jquery": "^3.2.1",
"rxjs": "^5.4.3",
"zone.js": "^0.8.17"
},
"devDependencies": {
"@angular/compiler": "^4.4.4",
"@angular/compiler-cli": "^4.4.4",
"@compodoc/compodoc": "^1.0.1",
"@types/node": "^8.0.28",
"codelyzer": "~3.1.2",
"ts-node": "~3.3.0",
"tslint": "~5.5.0",
"typescript": "^2.5.2"
}
}