forked from preston/knartwork
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
72 lines (72 loc) · 2.1 KB
/
package.json
File metadata and controls
72 lines (72 loc) · 2.1 KB
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
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
{
"name": "knartwork-ui",
"description": "Frontend for Knartwork.",
"license": "ISC",
"repository": "git@github.com:preston/knartwork.git",
"author": "Preston Lee",
"scripts": {
"start": "grunt",
"postinstall": "typings install"
},
"dependencies": {
"@angular/common": "^2.4.9",
"@angular/compiler": "^2.4.9",
"@angular/core": "^2.4.9",
"@angular/forms": "^2.4.9",
"@angular/http": "^2.4.9",
"@angular/platform-browser": "^2.4.9",
"@angular/platform-browser-dynamic": "^2.4.9",
"@angular/router": "^3.4.9",
"@angular/upgrade": "^2.4.9",
"@types/core-js": "^0.9.36",
"angular-in-memory-web-api": "^0.1.17",
"angular2-router-loader": "^0.3.5",
"angular2-toaster": "^1.1.0",
"bootstrap": "^3.3.7",
"concurrently": "^3.4.0",
"core-js": "^2.4.1",
"cql-runner": "^1.0.9",
"grunt-contrib-compress": "^1.4.1",
"grunt-contrib-uglify": "^2.2.0",
"install": "^0.8.7",
"jquery": "^3.1.1",
"reflect-metadata": "^0.1.10",
"rxjs": "^5.2.0",
"source-map-loader": "^0.1.6",
"systemjs": "^0.19.46",
"ts-loader": "^1.3.3",
"typescript": "^2.2.1",
"webpack": "^1.14.0",
"webpack-dev-server": "^1.16.3",
"zone.js": "^0.7.7"
},
"devDependencies": {
"@types/core-js": "^0.9.34",
"angular2-router-loader": "^0.3.4",
"concurrently": "^3.0.0",
"grunt": "^1.0.1",
"grunt-cli": "^1.2.0",
"grunt-concurrent": "^2.3.1",
"grunt-contrib-clean": "^1.0.0",
"grunt-contrib-compress": "^1.3.0",
"grunt-contrib-concat": "^1.0.1",
"grunt-contrib-connect": "^1.0.2",
"grunt-contrib-copy": "^1.0.0",
"grunt-contrib-cssmin": "^1.0.2",
"grunt-contrib-pug": "^1.0.0",
"grunt-contrib-uglify": "^2.0.0",
"grunt-contrib-watch": "^1.0.0",
"grunt-sass": "^1.2.1",
"grunt-webpack": "^1.0.18",
"install": "^0.8.2",
"lite-server": "^2.2.2",
"load-grunt-tasks": "^3.5.2",
"npm": "^3.10.9",
"source-map-loader": "^0.1.5",
"ts-loader": "^1.2.1",
"typescript": "^2.0.3",
"typings": "^1.4.0",
"webpack": "^1.13.3",
"webpack-dev-server": "^1.16.2"
}
}