forked from bugthesystem/rdash-angular2
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
34 lines (34 loc) · 960 Bytes
/
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
{
"name": "rdash-angular2",
"version": "0.0.2",
"description": "AngularJS2 implementation of the RDash admin dashboard theme http://rdash.github.io",
"repository": "https://github.com/ziyasal/rdash-angular2",
"scripts": {
"postinstall": "npm run typings",
"tsc": "tsc",
"tsc:w": "tsc --watch",
"live": "live-server --open=src",
"start": "concurrently \"npm run tsc:w\" \"npm run live\" ",
"typings": "typings install"
},
"author": "Ziya SARIKAYA <ziyasal>",
"license": "MIT",
"devDependencies": {
"concurrently": "^2.0.0",
"live-server": "^0.9.2",
"typescript": "^1.8.9",
"typings": "^0.7.11"
},
"dependencies": {
"angular2": "2.0.0-beta.14",
"bootstrap": "^3.3.6",
"es6-shim": "^0.35.0",
"font-awesome": "^4.6.1",
"jquery": "^2.2.3",
"rdash-ui": "^1.0.1",
"reflect-metadata": "0.1.2",
"rxjs": "5.0.0-beta.2",
"systemjs": "0.19.25",
"zone.js": "0.6.6"
}
}