forked from spartan-ng/spartan
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
175 lines (175 loc) · 5.87 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
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
{
"name": "spartan",
"version": "0.0.0",
"license": "MIT",
"scripts": {
"dev": "nx serve app",
"ng": "nx",
"prepare": "git config core.hookspath .githooks",
"start": "nx serve app",
"lint-publishable": "nx run-many --target=lint --projects=tag:scope:core,tag:scope:brain,tag:scope:helm,tag:scope:nx --fix",
"lint-fix-publishable": "nx run-many --target=lint --projects=tag:scope:core,tag:scope:brain,tag:scope:helm,tag:scope:nx --fix",
"storybook": "nx storybook ui-storybook",
"build-storybook": "nx build-storybook ui-storybook",
"build": "nx run-many --target build --all --parallel=1",
"e2e": "nx run-many --target e2e --all --parallel=1",
"test": "nx run-many --target test --all",
"changelog": "conventional-changelog -p angular -i CHANGELOG.md -s -r 0",
"hook:commit-msg": "npx --no -- commitlint -e",
"hook:pre-commit": "lint-staged",
"prettify": "prettier --write .",
"chromatic": "chromatic --project-token=chpt_845c7a47afdb884"
},
"private": true,
"dependencies": {
"@analogjs/content": "0.2.9",
"@analogjs/platform": "0.2.9",
"@analogjs/router": "0.2.9",
"@analogjs/trpc": "0.2.9",
"@analogjs/vite-plugin-angular": "0.2.9",
"@angular/animations": "16.2.6",
"@angular/cdk": "16.2.3",
"@angular/common": "16.2.6",
"@angular/compiler": "16.2.6",
"@angular/core": "16.2.6",
"@angular/forms": "16.2.6",
"@angular/platform-browser": "16.2.6",
"@angular/platform-browser-dynamic": "16.2.6",
"@angular/platform-server": "16.2.6",
"@angular/router": "16.2.6",
"@ng-icons/core": "~25.2.0",
"@ngneat/cmdk": "~1.0.1",
"@ngneat/overview": "~5.1.1",
"@ngneat/until-destroy": "~9.2.3",
"@nx/angular": "16.9.0",
"@nx/devkit": "16.5.5",
"@nx/plugin": "16.5.5",
"@swc/helpers": "~0.5.0",
"@testing-library/cypress": "^9.0.0",
"@trpc/client": "~10.26.0",
"@trpc/server": "~10.26.0",
"class-variance-authority": "^0.6.0",
"clsx": "^1.2.1",
"drizzle-orm": "^0.28.3",
"front-matter": "^4.0.2",
"h3": "^1.6.2",
"isomorphic-fetch": "^3.0.0",
"marked": "^5.0.2",
"marked-gfm-heading-id": "3.1.0",
"marked-highlight": "^2.0.1",
"ng-signal-forms": "^1.2.0",
"ngx-scrollbar": "^13.0.1",
"ofetch": "^1.0.1",
"ohash": "^1.0.0",
"postgres": "^3.3.5",
"prismjs": "^1.29.0",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"rxjs": "~7.8.0",
"superjson": "^1.12.2",
"tailwind-merge": "^1.12.0",
"tailwindcss-animate": "^1.0.5",
"tslib": "~2.6.0",
"ufo": "^1.1.1",
"zod": "^3.21.4",
"zone.js": "0.13.3",
"mermaid": "^10.2.4"
},
"devDependencies": {
"@angular-devkit/build-angular": "16.2.2",
"@angular-devkit/core": "16.2.2",
"@angular-devkit/schematics": "16.2.2",
"@angular-eslint/eslint-plugin": "16.0.3",
"@angular-eslint/eslint-plugin-template": "16.0.3",
"@angular-eslint/template-parser": "16.0.3",
"@angular/cli": "~16.2.0",
"@angular/compiler-cli": "16.2.6",
"@angular/language-service": "16.2.6",
"@babel/plugin-proposal-private-property-in-object": "^7.21.11",
"@commitlint/cli": "^17.4.2",
"@commitlint/config-conventional": "^17.4.2",
"@faker-js/faker": "^8.0.2",
"@ng-icons/radix-icons": "^25.1.0",
"@ngtools/webpack": "16.1.4",
"@nx/cypress": "16.5.5",
"@nx/eslint-plugin": "16.5.5",
"@nx/jest": "16.8.1",
"@nx/js": "16.8.1",
"@nx/linter": "16.5.5",
"@nx/storybook": "16.5.5",
"@nx/vite": "16.5.5",
"@nx/web": "16.5.5",
"@nx/workspace": "16.5.5",
"@rollup/plugin-replace": "^5.0.2",
"@schematics/angular": "16.2.2",
"@semantic-release/changelog": "^6.0.3",
"@semantic-release/commit-analyzer": "^10.0.1",
"@semantic-release/exec": "^6.0.3",
"@semantic-release/git": "^10.0.1",
"@semantic-release/npm": "^10.0.4",
"@semantic-release/release-notes-generator": "^11.0.4",
"@storybook/addon-a11y": "^7.0.22",
"@storybook/addon-essentials": "^7.0.9",
"@storybook/addon-styling": "^1.3.0",
"@storybook/angular": "^7.0.9",
"@storybook/core-server": "^7.0.9",
"@swc-node/register": "~1.4.2",
"@swc/cli": "~0.1.62",
"@swc/core": "~1.3.51",
"@testing-library/angular": "^14.1.1",
"@testing-library/jest-dom": "^5.16.5",
"@testing-library/user-event": "^14.4.3",
"@types/jest": "^29.4.0",
"@types/jest-axe": "^3.5.5",
"@types/marked": "^5.0.0",
"@types/node": "18.7.1",
"@types/prismjs": "^1.26.0",
"@typescript-eslint/eslint-plugin": "5.62.0",
"@typescript-eslint/parser": "5.62.0",
"@vitest/coverage-c8": "0.32.4",
"@vitest/ui": "0.32.4",
"autoprefixer": "^10.4.0",
"axe-core": "^4.7.2",
"chromatic": "^6.19.9",
"conventional-changelog": "^3.1.25",
"conventional-changelog-cli": "^2.2.2",
"cypress": "^12.2.0",
"cypress-axe": "^1.4.0",
"cypress-real-events": "^1.8.1",
"drizzle-kit": "^0.18.1",
"eslint": "~8.15.0",
"eslint-config-prettier": "8.1.0",
"eslint-plugin-cypress": "^2.10.3",
"jest": "^29.4.1",
"jest-axe": "^7.0.1",
"jest-environment-jsdom": "^29.4.1",
"jest-environment-node": "^29.4.1",
"jest-preset-angular": "13.1.1",
"jsdom": "22.1.0",
"jsonc-eslint-parser": "^2.3.0",
"lint-staged": "^13.1.0",
"ng-packagr": "16.2.3",
"nx": "16.5.5",
"postcss": "^8.4.21",
"postcss-import": "~15.1.0",
"postcss-preset-env": "~8.0.1",
"postcss-url": "~10.1.3",
"prettier": "^2.6.2",
"replace-json-property": "^1.9.0",
"semantic-release": "^21.0.7",
"tailwindcss": "^3.0.2",
"ts-jest": "^29.1.0",
"ts-node": "10.9.1",
"typescript": "5.1.6",
"verdaccio": "^5.0.4",
"vite": "4.4.9",
"vite-plugin-eslint": "^1.8.1",
"vite-tsconfig-paths": "4.2.0",
"vitest": "0.32.4"
},
"readme": "ERROR: No README data found!",
"_id": "[email protected]",
"nx": {
"includedScripts": []
}
}