-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
59 lines (59 loc) · 2 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
{
"name": "wolfautokereskedes",
"version": "0.0.1",
"scripts": {
"ng": "ng",
"prestart": "node hack/git-version-gen.js",
"start": "ng serve --host 0.0.0.0",
"prebuild": "node hack/git-version-gen.js",
"build": "ng build --configuration production --subresource-integrity --build-optimizer",
"prelint": "node hack/git-version-gen.js",
"lint": "eslint -c .eslintrc.js --fix './src/**/*.ts'"
},
"private": true,
"dependencies": {
"@angular/animations": "^18.2.9",
"@angular/cdk": "^18.2.10",
"@angular/common": "^18.2.9",
"@angular/compiler": "^18.2.9",
"@angular/core": "^18.2.9",
"@angular/forms": "^18.2.9",
"@angular/platform-browser": "^18.2.9",
"@angular/platform-browser-dynamic": "^18.2.9",
"@angular/router": "^18.2.9",
"@fortawesome/angular-fontawesome": "^0.15.0",
"@fortawesome/fontawesome-svg-core": "^6.6.0",
"@fortawesome/free-brands-svg-icons": "^6.6.0",
"@fortawesome/free-solid-svg-icons": "^6.6.0",
"@nicky-lenaers/ngx-scroll-to": "^14.0.0",
"bootstrap": "^5.3.3",
"git-rev-sync": "^3.0.2",
"rxjs": "^7.4.0",
"tslib": "^2.6.2",
"zone.js": "~0.14.2"
},
"devDependencies": {
"@angular-builders/custom-webpack": "^18.0.0",
"@angular-devkit/build-angular": "^18.1.1",
"@angular-eslint/eslint-plugin": "^18.1.0",
"@angular/cli": "^18.2.10",
"@angular/compiler-cli": "^18.2.9",
"@angular/language-service": "^18.1.1",
"@types/html-minifier": "^4.0.5",
"@types/node": "^20.12.7",
"@typescript-eslint/eslint-plugin": "^7.16.1",
"@typescript-eslint/parser": "^7.18.0",
"eslint": "^8.57.0",
"eslint-config-prettier": "^9.1.0",
"eslint-plugin-import": "^2.31.0",
"eslint-plugin-jsdoc": "^39.9.1",
"eslint-plugin-prefer-arrow": "^1.2.3",
"eslint-plugin-prettier": "^5.2.1",
"html-minifier": "^4.0.0",
"prettier": "^3.3.3",
"ts-node": "~10.9.2",
"typescript": "~5.5.3",
"webpack": "^5.95.0",
"webpack-subresource-integrity": "^5.1.0"
}
}