-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
30 lines (30 loc) · 736 Bytes
/
Copy pathpackage.json
File metadata and controls
30 lines (30 loc) · 736 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
{
"name": "blueprint",
"private": true,
"engines": {
"node": "9.x",
"npm": "5.x"
},
"dependencies": {
"@angular/common": "^5.2.0",
"@angular/compiler": "^5.2.0",
"@angular/core": "^5.2.0",
"@angular/platform-browser": "^5.2.0",
"@angular/platform-browser-dynamic": "^5.2.0",
"@angular/http": "^5.2.0",
"@angular/router": "^5.2.0",
"@rails/webpacker": "^3.2.0",
"coffeescript": "1.12.7",
"core-js": "^2.5.3",
"html-loader": "^0.5.4",
"rxjs": "^5.5.6",
"ts-loader": "^3.2.0",
"typescript": "^2.6.2",
"zone.js": "^0.8.20",
"@swimlane/ngx-datatable": "^11.1.7",
"bootstrap": "^4.1.1"
},
"devDependencies": {
"webpack-dev-server": "^2.11.0"
}
}