-
Notifications
You must be signed in to change notification settings - Fork 12k
/
Copy pathpackage.json
103 lines (103 loc) · 2.93 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
90
91
92
93
94
95
96
97
98
99
100
101
102
103
{
"name": "@angular-devkit/build-angular",
"version": "0.0.0-PLACEHOLDER",
"description": "Angular Webpack Build Facade",
"main": "src/index.js",
"typings": "src/index.d.ts",
"builders": "builders.json",
"dependencies": {
"@ampproject/remapping": "2.2.0",
"@angular-devkit/architect": "0.0.0-EXPERIMENTAL-PLACEHOLDER",
"@angular-devkit/build-webpack": "0.0.0-EXPERIMENTAL-PLACEHOLDER",
"@angular-devkit/core": "0.0.0-PLACEHOLDER",
"@babel/core": "7.19.1",
"@babel/generator": "7.19.0",
"@babel/helper-annotate-as-pure": "7.18.6",
"@babel/plugin-proposal-async-generator-functions": "7.19.1",
"@babel/plugin-transform-async-to-generator": "7.18.6",
"@babel/plugin-transform-runtime": "7.19.1",
"@babel/preset-env": "7.19.1",
"@babel/runtime": "7.19.0",
"@babel/template": "7.18.10",
"@discoveryjs/json-ext": "0.5.7",
"@ngtools/webpack": "0.0.0-PLACEHOLDER",
"ansi-colors": "4.1.3",
"autoprefixer": "10.4.12",
"babel-loader": "8.2.5",
"babel-plugin-istanbul": "6.1.1",
"browserslist": "^4.9.1",
"cacache": "16.1.3",
"copy-webpack-plugin": "11.0.0",
"critters": "0.0.16",
"css-loader": "6.7.1",
"esbuild-wasm": "0.15.9",
"glob": "8.0.3",
"https-proxy-agent": "5.0.1",
"inquirer": "8.2.4",
"jsonc-parser": "3.2.0",
"karma-source-map-support": "1.4.0",
"less": "4.1.3",
"less-loader": "11.0.0",
"license-webpack-plugin": "4.0.2",
"loader-utils": "3.2.0",
"mini-css-extract-plugin": "2.6.1",
"minimatch": "5.1.0",
"open": "8.4.0",
"ora": "5.4.1",
"parse5-html-rewriting-stream": "6.0.1",
"piscina": "3.2.0",
"postcss": "8.4.16",
"postcss-import": "15.0.0",
"postcss-loader": "7.0.1",
"regenerator-runtime": "0.13.9",
"resolve-url-loader": "5.0.0",
"rxjs": "6.6.7",
"sass": "1.55.0",
"sass-loader": "13.0.2",
"semver": "7.3.7",
"source-map-loader": "4.0.0",
"source-map-support": "0.5.21",
"terser": "5.15.0",
"text-table": "0.2.0",
"tree-kill": "1.2.2",
"tslib": "2.4.0",
"webpack": "5.74.0",
"webpack-dev-middleware": "5.3.3",
"webpack-dev-server": "4.11.1",
"webpack-merge": "5.8.0",
"webpack-subresource-integrity": "5.1.0"
},
"optionalDependencies": {
"esbuild": "0.15.9"
},
"peerDependencies": {
"@angular/compiler-cli": "^15.0.0-next",
"@angular/localize": "^15.0.0-next",
"@angular/service-worker": "^15.0.0-next",
"karma": "^6.3.0",
"ng-packagr": "^15.0.0-next",
"protractor": "^7.0.0",
"tailwindcss": "^2.0.0 || ^3.0.0",
"typescript": ">=4.6.2 <4.9"
},
"peerDependenciesMeta": {
"@angular/localize": {
"optional": true
},
"@angular/service-worker": {
"optional": true
},
"karma": {
"optional": true
},
"ng-packagr": {
"optional": true
},
"protractor": {
"optional": true
},
"tailwindcss": {
"optional": true
}
}
}