-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
89 lines (89 loc) · 2.84 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
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
{
"name": "eepal",
"description": "e-EPAL student registration system for Greek Ministry of Education",
"license": "EUPL-1.1",
"repository": {
"type": "git",
"url": "https://git.minedu.gov.gr/itminedu/e-epal.git"
},
"scripts": {
"start": "webpack-dashboard -- webpack --progress --colors --watch --display-error-details --display-cached",
"build": "webpack --config webpack.prod.js --progress --colors --watch --display-error-details --display-cached",
"typings": "rimraf typings/ && typings install"
},
"devDependencies": {
"@types/redux-logger": "^3.0.0",
"@types/systemjs": "^0.20.2",
"angular2-router-loader": "^0.3.4",
"angular2-template-loader": "^0.6.0",
"babili-webpack-plugin": "^0.1.1",
"bootstrap-loader": "^2.0.0-beta.20",
"node-sass": "^4.5.0",
"resolve-url-loader": "^1.6.1",
"sass-loader": "^4.1.1",
"to-string-loader": "^1.1.5",
"tslint": "^3.15.1",
"tslint-loader": "^2.1.5",
"webpack-cleanup-plugin": "^0.5.1",
"webpack-dashboard": "^0.2.0",
"webpack-dev-server": "^1.16.2"
},
"dependencies": {
"@angular-redux/store": "^6.5.7",
"@angular/animations": "^4.3.1",
"@angular/common": "^4.3.1",
"@angular/compiler": "^4.3.1",
"@angular/compiler-cli": "^4.3.1",
"@angular/core": "^4.3.1",
"@angular/forms": "^4.3.1",
"@angular/http": "^4.3.1",
"@angular/platform-browser": "^4.3.1",
"@angular/platform-browser-dynamic": "^4.3.1",
"@angular/platform-server": "^4.3.1",
"@angular/router": "^4.3.1",
"@ngui/auto-complete": "^0.13.3",
"@types/d3": "^4.10.0",
"@types/file-saver": "0.0.1",
"@types/jquery": "^2.0.48",
"@types/node": "^6.0.85",
"@types/node-sass": "^3.10.32",
"babel-core": "^6.25.0",
"babel-loader": "^6.4.1",
"babel-polyfill": "^6.23.0",
"babel-preset-env": "^1.6.0",
"babel-preset-es2015": "^6.24.1",
"babel-preset-stage-1": "^6.24.1",
"bootstrap": "^4.0.0-alpha.6",
"core-js": "^2.4.1",
"css-loader": "^0.25.0",
"d3": "^4.10.0",
"es6-promise": "^4.0.5",
"es6-shim": "^0.35.0",
"file-loader": "^0.9.0",
"file-saver": "^1.3.3",
"file-system": "^2.2.2",
"fs-writefile-promise": "^2.0.0",
"html-webpack-plugin": "^2.24.1",
"immutable": "^3.8.1",
"jquery": "^3.2.1",
"mydatepicker": "^2.0.26",
"ng2-smart-table": "^1.2.1",
"ngx-cookie": "^1.0.0",
"ngx-uploader": "^2.2.5",
"raw-loader": "^0.5.1",
"redux": "^3.7.2",
"redux-logger": "^3.0.6",
"reflect-metadata": "0.1.8",
"rimraf": "^2.4.3",
"roboto-fontface": "^0.7.1",
"rxjs": "^5.0.0-rc.3",
"style-loader": "^0.13.1",
"ts-loader": "^1.2.1",
"typed-immutable-record": "0.0.6",
"typescript": "^2.4.2",
"url-loader": "^0.5.7",
"webpack": "^1.13.3",
"webpack-closure-compiler": "^2.1.5",
"zone.js": "^0.8.14"
}
}