forked from TwanoO67/ngx-admin-lte
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
44 lines (44 loc) · 1.27 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
{
"name": "ngx-admin-lte",
"version": "0.4.0",
"module": "index.ts",
"license": "WTFPL",
"description": "AdminLTE theme for angular",
"scripts": {
"transpile": "tsc",
"package": "rollup -c",
"minify": "uglifyjs dist/bundles/amazing.umd.js --screw-ie8 --compress --mangle --comments --output dist/bundles/amazing.umd.min.js",
"build": "npm run transpile && npm run package && npm run minify"
},
"private": false,
"dependencies": {
"@angular/common": "^4.3.6",
"@angular/core": "^4.3.6",
"@angular/forms": "^4.3.6",
"@angular/http": "^4.3.6",
"@angular/platform-browser": "^4.3.6",
"@angular/platform-browser-dynamic": "^4.3.6",
"@angular/router": "^4.3.6",
"@ngx-translate/core": "^7.2.2",
"@ngx-translate/http-loader": "^1.1.0",
"admin-lte": "^2.3.11",
"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.3.6",
"@angular/compiler-cli": "^4.3.6",
"@types/node": "^8.0.28",
"codelyzer": "~3.1.2",
"rollup": "^0.45.2",
"ts-node": "~3.3.0",
"tslint": "~5.5.0",
"typescript": "^2.5.2",
"uglify-js": "^3.1.0"
}
}