-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
72 lines (72 loc) · 2.2 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
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
{
"name": "eiek",
"description": "e-IEK student registration system for Greek Ministry of Education",
"license": "EUPL-1.1",
"repository": {
"type": "git",
"url": "https://git.minedu.gov.gr/itminedu/e-iek.git"
},
"scripts": {
"start": "webpack-dashboard -- webpack --progress --colors --watch --display-error-details --display-cached",
"build": "webpack --progress --colors --watch --display-error-details --display-cached",
"typings": "rimraf typings/ && typings install"
},
"devDependencies": {
"@types/node": "^6.0.48",
"angular2-router-loader": "^0.3.4",
"angular2-template-loader": "^0.6.0",
"babel-core": "^6.20.0",
"babel-loader": "^6.2.9",
"babel-preset-env": "^1.1.4",
"babel-preset-es2015": "^6.18.0",
"babel-preset-stage-1": "^6.16.0",
"node-sass": "^4.0.0",
"sass-loader": "^4.0.2",
"to-string-loader": "^1.1.5",
"tslint": "^3.15.1",
"tslint-loader": "^2.1.5",
"typescript": "^2.0.10",
"redux-logger": "^2.7.4",
"webpack": "^1.14.0",
"webpack-dashboard": "^0.2.0",
"webpack-dev-server": "^1.16.2"
},
"dependencies": {
"@angular/common": "^2.0.0",
"@angular/compiler": "^2.0.0",
"@angular/core": "^2.0.0",
"@angular/forms": "^2.0.0",
"@angular/http": "^2.0.0",
"@angular/platform-browser": "^2.0.0",
"@angular/platform-browser-dynamic": "^2.0.0",
"@angular/router": "^3.2.0",
"@types/node": "^6.0.60",
"babel-polyfill": "^6.20.0",
"bootstrap": "^4.0.0-alpha.6",
"bootstrap-loader": "^2.0.0-beta.20",
"bootstrap-sass": "^3.3.7",
"core-js": "^2.4.1",
"css-loader": "^0.25.0",
"d3": "^3.5.16",
"es6-promise": "^4.0.5",
"es6-shim": "^0.35.0",
"file-loader": "^0.9.0",
"html-webpack-plugin": "^2.24.1",
"immutable": "^3.8.1",
"jquery": "^3.1.1",
"ng2-redux": "^5.1.0",
"ng2-smart-table": "^0.4.0-5",
"no-op": "^1.0.3",
"raw-loader": "^0.5.1",
"redux": "^3.6.0",
"reflect-metadata": "0.1.8",
"resolve-url-loader": "^1.6.1",
"rimraf": "^2.4.3",
"rxjs": "^5.0.0-rc.3",
"style-loader": "^0.13.1",
"ts-loader": "^1.2.1",
"url-loader": "^0.5.7",
"webpack": "^1.14.0",
"zone.js": ">=0.6.26"
}
}