-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
60 lines (60 loc) · 1.72 KB
/
package.json
File metadata and controls
60 lines (60 loc) · 1.72 KB
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
{
"name": "squares",
"version": "1.0.5",
"scripts": {
"ng": "ng",
"start": "ng serve --disable-host-check",
"build": "rimraf dist/ && ng build --configuration production && yarn webpack"
},
"private": true,
"dependencies": {
"@angular/animations": "^20.1.7",
"@angular/common": "^20.1.7",
"@angular/compiler": "^20.1.7",
"@angular/core": "^20.1.7",
"@angular/forms": "^20.1.7",
"@angular/platform-browser": "^20.1.7",
"@angular/platform-browser-dynamic": "^20.1.7",
"@angular/router": "^20.1.7",
"@fortawesome/angular-fontawesome": "3.0.0",
"@fortawesome/fontawesome-svg-core": "^6.6.0",
"@fortawesome/free-solid-svg-icons": "^6.6.0",
"crypto-es": "^3.0.0",
"glob": "^11.0.0",
"lefthook": "^1.7.4",
"rxjs": "~7.8.0",
"tailwindcss": "^3.4.4",
"tslib": "^2.6.2",
"webpack": "5.101.0"
},
"devDependencies": {
"@angular/build": "20",
"@angular/cli": "20",
"@angular/compiler-cli": "^20.1.7",
"@ngtools/webpack": "^20.1.6",
"@types/jasmine": "~5.1.4",
"copy-webpack-plugin": "^13.0.1",
"css-loader": "^7.1.2",
"html-loader": "^5.1.0",
"jasmine-core": "~5.1.2",
"karma": "~6.4.3",
"karma-chrome-launcher": "~3.2.0",
"karma-coverage": "~2.2.1",
"karma-jasmine": "~5.1.0",
"karma-jasmine-html-reporter": "~2.1.0",
"prettier": "^3.3.2",
"prettier-plugin-tailwindcss": "^0.6.5",
"raw-loader": "^4.0.2",
"rimraf": "^6.0.1",
"sass-loader": "^16.0.5",
"source-map-loader": "^5.0.0",
"style-loader": "^4.0.0",
"terser-webpack-plugin": "^5.3.10",
"ts-loader": "^9.5.2",
"typescript": "5.8.3",
"webpack-cli": "^5.1.4"
},
"resolutions": {
"string-width": "4.2.3"
}
}