-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
41 lines (41 loc) · 1.16 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
{
"scripts": {
"build": "webpack --config webpack.config.js"
},
"dependencies": {
"@angular/animations": "^9.1.0",
"@angular/cdk": "^9.2.0",
"@angular/common": "^9.1.0",
"@angular/compiler": "^9.1.0",
"@angular/compiler-cli": "^9.1.0",
"@angular/core": "^9.1.0",
"@angular/forms": "^9.1.0",
"@angular/platform-browser": "^9.1.0",
"@angular/platform-browser-dynamic": "^9.1.0",
"@angular/router": "^9.1.0",
"@angular/upgrade": "^9.1.0",
"@clr/angular": "^3.1.1",
"@clr/core": "^3.1.1",
"@clr/icons": "^3.1.1",
"@clr/ui": "^3.1.1",
"@ngtools/webpack": "^8.1.1",
"@types/node": "^12.11.1",
"@webcomponents/webcomponentsjs": "^2.4.3",
"clean-webpack-plugin": "^1.0.1",
"css-loader": "^3.4.2",
"html-loader": "^0.5.5",
"html-webpack-plugin": "^3.2.0",
"jsdom": "^16.2.2",
"less": "^3.11.1",
"less-loader": "^5.0.0",
"rxjs": "^6.5.4",
"style-loader": "^1.1.3",
"tslib": "^1.10.0",
"typescript": "^3.8.3",
"webpack": "^4.29.0",
"webpack-cli": "^3.2.1",
"webpack-merge": "^4.2.1",
"zone.js": "~0.10.2"
},
"description": "Angular app without CLI"
}