-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
117 lines (117 loc) · 3.72 KB
/
Copy pathpackage.json
File metadata and controls
117 lines (117 loc) · 3.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
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
113
114
115
116
117
{
"name": "@jc4f-nx/source",
"version": "0.0.0",
"license": "MIT",
"scripts": {
"prepare": "husky",
"build-check": "nx run-many -t build",
"generate-icons": "svg-generator"
},
"private": true,
"dependencies": {
"@angular/animations": "~18.0.0",
"@angular/cdk": "^18.1.0",
"@angular/common": "~18.0.0",
"@angular/compiler": "~18.0.0",
"@angular/core": "~18.0.0",
"@angular/forms": "~18.0.0",
"@angular/platform-browser": "~18.0.0",
"@angular/platform-browser-dynamic": "~18.0.0",
"@angular/router": "~18.0.0",
"@angular/service-worker": "~18.0.0",
"@ng-icons/core": "^25.1.0",
"@ng-icons/lucide": "^26.3.0",
"@ngneat/svg-icon": "^7.1.6",
"@ngneat/until-destroy": "^10.0.0",
"@ngrx/component": "^18.0.1",
"@ngrx/component-store": "^18.0.1",
"@ngrx/effects": "^18.0.1",
"@ngrx/operators": "^18.0.1",
"@ngrx/store": "^18.0.1",
"@nx/angular": "19.4.3",
"@spartan-ng/ui-core": "0.0.1-alpha.352",
"@spartan-ng/ui-dialog-brain": "0.0.1-alpha.352",
"@spartan-ng/ui-menu-brain": "0.0.1-alpha.352",
"@spartan-ng/ui-switch-brain": "0.0.1-alpha.352",
"@spartan-ng/ui-tooltip-brain": "0.0.1-alpha.352",
"@tailwindcss/container-queries": "^0.1.1",
"@testing-library/angular": "^17.1.0",
"class-variance-authority": "^0.6.0",
"clsx": "^1.2.1",
"lodash-es": "^4.17.21",
"ng-zorro-antd": "^18.0.1",
"rxjs": "~7.8.0",
"sketch-js": "^1.1.3",
"tslib": "^2.3.0",
"zone.js": "~0.14.3"
},
"packageManager": "pnpm@9.1.3",
"devDependencies": {
"@angular-devkit/build-angular": "~18.0.0",
"@angular-devkit/core": "~18.0.0",
"@angular-devkit/schematics": "~18.0.0",
"@angular-eslint/eslint-plugin": "^18.0.1",
"@angular-eslint/eslint-plugin-template": "^18.0.1",
"@angular-eslint/template-parser": "^18.0.1",
"@angular/cli": "~18.0.0",
"@angular/compiler-cli": "~18.0.0",
"@angular/language-service": "~18.0.0",
"@commitlint/cli": "^19.3.0",
"@commitlint/config-conventional": "^19.2.2",
"@ngneat/svg-generator": "^7.0.3",
"@nx/devkit": "19.4.3",
"@nx/eslint": "19.4.3",
"@nx/eslint-plugin": "19.4.3",
"@nx/jest": "19.4.3",
"@nx/js": "19.4.3",
"@nx/playwright": "19.4.3",
"@nx/workspace": "19.4.3",
"@playwright/test": "^1.36.0",
"@schematics/angular": "~18.0.0",
"@spartan-ng/cli": "0.0.1-alpha.360",
"@swc-node/register": "~1.9.1",
"@swc/core": "~1.5.7",
"@swc/helpers": "~0.5.11",
"@types/jest": "^29.4.0",
"@types/lodash-es": "^4.17.12",
"@types/node": "18.16.9",
"@types/spotify-api": "^0.0.25",
"@types/spotify-web-playback-sdk": "^0.1.19",
"@typescript-eslint/eslint-plugin": "^7.3.0",
"@typescript-eslint/parser": "^7.3.0",
"@typescript-eslint/utils": "^8.0.0-alpha.28",
"autoprefixer": "^10.4.0",
"eslint": "~8.57.0",
"eslint-config-prettier": "^9.0.0",
"eslint-plugin-playwright": "^0.15.3",
"husky": "^9.1.0",
"jest": "^29.4.1",
"jest-environment-jsdom": "^29.4.1",
"jest-environment-node": "^29.4.1",
"jest-preset-angular": "~14.1.0",
"jsonc-eslint-parser": "^2.1.0",
"lint-staged": "^15.2.7",
"ng-packagr": "~18.0.0",
"nx": "19.4.3",
"postcss": "^8.4.5",
"postcss-url": "~10.1.3",
"prettier": "^2.6.2",
"tailwind-merge": "^2.2.0",
"tailwindcss": "^3.0.2",
"tailwindcss-animate": "^1.0.6",
"ts-jest": "^29.1.0",
"ts-node": "10.9.1",
"typescript": "~5.4.2"
},
"svgGenerator": {
"outputPath": "./libs/spotify/shared/ui/icon/src/lib/svg",
"prefix": "as",
"srcPath": "./libs/spotify/shared/ui/icon/src/lib/assets",
"svgoConfig": {
"plugins": [
"removeDimensions",
"cleanupAttrs"
]
}
}
}