-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
112 lines (112 loc) · 3.72 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
104
105
106
107
108
109
110
111
112
{
"name": "team-gen",
"version": "0.0.0",
"scripts": {
"ng": "ng",
"start": "ng serve",
"start-mobile": "ng serve --host 192.168.0.158",
"build": "ng build",
"watch": "ng build --watch --configuration development",
"test": "ng test",
"lint": "eslint src --ext .ts",
"deploy": "ng build && firebase deploy --only hosting",
"prefixcss": "postcss -s postcss-scss -u autoprefixer --autoprefixer.browsers \"last 2 versions\" -r src/**/*.scss",
"storybook": "ng run team-gen:storybook",
"build-storybook": "ng run team-gen:build-storybook"
},
"private": true,
"dependencies": {
"@angular-devkit/core": "^18.2.3",
"@angular-devkit/schematics": "^18.2.3",
"@angular/animations": "^18.2.3",
"@angular/cdk": "^18.2.3",
"@angular/common": "^18.2.3",
"@angular/compiler": "^18.2.3",
"@angular/core": "^18.2.3",
"@angular/fire": "^18.0.1",
"@angular/forms": "^18.2.3",
"@angular/material": "^18.2.3",
"@angular/platform-browser": "^18.2.3",
"@angular/platform-browser-dynamic": "^18.2.3",
"@angular/router": "^18.2.3",
"@fortawesome/angular-fontawesome": "^0.15.0",
"@fortawesome/fontawesome-svg-core": "^6.6.0",
"@fortawesome/free-solid-svg-icons": "^6.6.0",
"@ng-select/ng-select": "^13.7.1",
"@ngneat/until-destroy": "^10.0.0",
"angular-star-rating": "^7.0.0",
"cheerio": "1.0.0-rc.12",
"css-star-rating": "^1.3.1",
"daisyui": "^4.12.10",
"lodash-es": "^4.17.21",
"ngx-pipes": "^3.2.2",
"node-fetch": "^3.3.2",
"normalize.css": "^8.0.1",
"rxjs": "~7.8.1",
"tslib": "^2.6.2",
"zone.js": "^0.14.4"
},
"devDependencies": {
"@angular-devkit/architect": "0.1802.3",
"@angular-devkit/build-angular": "^18.2.3",
"@angular-eslint/builder": "^18.3.0",
"@angular-eslint/eslint-plugin": "^18.3.0",
"@angular-eslint/eslint-plugin-template": "^18.3.0",
"@angular-eslint/schematics": "^18.3.0",
"@angular-eslint/template-parser": "^18.3.0",
"@angular/cli": "^18.2.3",
"@angular/compiler-cli": "^18.2.3",
"@chromatic-com/storybook": "^2.0.0",
"@compodoc/compodoc": "^1.1.25",
"@storybook/addon-docs": "^8.2.4",
"@storybook/addon-essentials": "^8.2.4",
"@storybook/addon-interactions": "^8.2.4",
"@storybook/addon-links": "^8.2.4",
"@storybook/addon-onboarding": "^8.2.4",
"@storybook/angular": "^8.2.4",
"@storybook/blocks": "^8.2.9",
"@storybook/test": "^8.2.4",
"@types/jasmine": "~3.8.0",
"@types/lodash-es": "^4.17.12",
"@types/node": "^12.11.1",
"@typescript-eslint/eslint-plugin": "7.0.2",
"@typescript-eslint/parser": "7.0.2",
"@typescript-eslint/utils": "^8.5.0",
"autoprefixer": "^10.4.13",
"eslint": "^8.56.0",
"eslint-config-prettier": "^9.1.0",
"eslint-plugin-prettier": "^5.1.3",
"eslint-plugin-storybook": "^0.8.0",
"firebase-tools": "^13.3.0",
"fuzzy": "^0.1.3",
"inquirer": "^6.2.2",
"inquirer-autocomplete-prompt": "^1.0.1",
"jasmine-core": "~3.8.0",
"jsonc-parser": "^3.0.0",
"karma": "~6.3.0",
"karma-chrome-launcher": "~3.1.0",
"karma-coverage": "~2.0.3",
"karma-jasmine": "~4.0.0",
"karma-jasmine-html-reporter": "~1.7.0",
"open": "^7.0.3",
"postcss": "^8.4.21",
"postcss-cli": "^10.1.0",
"postcss-scss": "^4.0.6",
"prettier": "^3.2.5",
"prettier-eslint": "^16.3.0",
"storybook": "^8.2.4",
"tailwindcss": "^3.4.1",
"typescript": "5.5.4"
},
"description": "This project was generated with [Angular CLI](https://github.com/angular/angular-cli) version 12.1.2.",
"main": "./src/main.ts",
"keywords": [],
"author": "Max Arnold",
"license": "ISC",
"eslintIgnore": [
"*.spec.ts"
],
"volta": {
"node": "20.13.1"
}
}