-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
31 lines (31 loc) · 762 Bytes
/
package.json
File metadata and controls
31 lines (31 loc) · 762 Bytes
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
{
"name": "ExnerApp",
"private": true,
"engines": {
"node": "8.11.2"
},
"dependencies": {
"@angular/common": "^5.2.0",
"@angular/compiler": "^5.0.1",
"@angular/core": "^5.2.1",
"@angular/forms": "^5.2.1",
"@angular/http": "^5.2.1",
"@angular/platform-browser": "^5.2.0",
"@angular/platform-browser-dynamic": "^5.0.1",
"@rails/webpacker": "^3.0.2",
"babel-polyfill": "^6.26.0",
"bootstrap": "3",
"coffeescript": "1.12.7",
"core-js": "^2.5.1",
"install": "^0.11.0",
"ng2-dragula": "^1.5.0",
"ng2-pdf-viewer": "^4.1.2",
"rxjs": "^5.5.2",
"ts-loader": "^3.1.1",
"typescript": "^2.6.1",
"zone.js": "^0.8.18"
},
"devDependencies": {
"webpack-dev-server": "^2.9.4"
}
}