This repository has been archived by the owner on Jan 14, 2024. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
147 lines (147 loc) · 4.41 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
{
"name": "vegas",
"version": "0.0.0-development",
"private": true,
"packageManager": "[email protected]",
"scripts": {
"preinstall": "npx only-allow pnpm",
"prepare": "husky install",
"dev": "vite dev",
"build": "vite build",
"preview": "vite preview",
"test": "pnpm test:integration && pnpm test:unit",
"check": "svelte-kit sync && svelte-check --tsconfig ./tsconfig.json",
"check:watch": "svelte-kit sync && svelte-check --tsconfig ./tsconfig.json --watch",
"lint": "prettier --check . && eslint .",
"lint:fix": "prettier --write . && eslint . --fix",
"format": "prettier --plugin-search-dir . --write .",
"test:integration": "playwright test",
"test:unit": "vitest",
"commit": "git-cz",
"semantic-release": "semantic-release --branches main",
"story:dev": "histoire dev",
"story:build": "histoire build",
"story:preview": "histoire preview",
"graphql:codegen": "graphql codegen",
"i18n:compile": "node i18n/merge.js && paraglide-js compile --outdir src/lib/shared/i18n/compiled"
},
"devDependencies": {
"@commitlint/cli": "^18.4.1",
"@commitlint/config-conventional": "^18.4.0",
"@commitlint/cz-commitlint": "^18.4.1",
"@commitlint/prompt-cli": "^18.4.1",
"@directus/sdk": "^13.0.1",
"@histoire/plugin-svelte": "^0.17.4",
"@iconify/svelte": "^3.1.4",
"@inlang/paraglide-js": "1.0.0-prerelease.9",
"@macfja/svelte-persistent-store": "^2.4.1",
"@melt-ui/pp": "^0.1.4",
"@melt-ui/svelte": "^0.61.1",
"@notionhq/client": "^2.2.13",
"@playwright/test": "^1.39.0",
"@radix-ui/colors": "^3.0.0",
"@supabase/ssr": "^0.0.10",
"@supabase/supabase-js": "^2.38.4",
"@sveltejs/adapter-auto": "^2.1.1",
"@sveltejs/adapter-cloudflare": "^2.3.3",
"@sveltejs/kit": "^1.27.5",
"@tailwindcss/forms": "^0.5.7",
"@tailwindcss/typography": "^0.5.10",
"@tanstack/svelte-query": "^4.36.1",
"@trpc/client": "^10.43.3",
"@trpc/server": "^10.43.3",
"@types/convict": "^6.1.6",
"@types/roarr": "^2.14.6",
"@typescript-eslint/eslint-plugin": "^6.10.0",
"@typescript-eslint/parser": "^6.10.0",
"@unpic/svelte": "^0.0.38",
"@zerodevx/svelte-img": "^2.1.0",
"autoprefixer": "^10.4.16",
"bcp-47": "^2.1.0",
"browserslist": "^4.22.1",
"browserslist-useragent-regexp": "^4.1.0",
"change-case": "^5.1.2",
"commitizen": "^4.3.0",
"convict": "^6.2.4",
"dayjs": "^1.11.10",
"eslint": "^8.53.0",
"eslint-config-prettier": "^9.0.0",
"eslint-import-resolver-custom-alias": "^1.3.2",
"eslint-import-resolver-typescript": "^3.6.1",
"eslint-plugin-import": "^2.29.0",
"eslint-plugin-svelte": "^2.35.0",
"eslint-plugin-unused-imports": "^3.0.0",
"histoire": "^0.17.5",
"husky": "^8.0.3",
"inquirer": "9.2.12",
"lightningcss": "^1.22.1",
"maskdata": "^1.2.6",
"network-information-types": "^0.1.1",
"neverthrow": "^6.1.0",
"postcss": "^8.4.31",
"postcss-import": "^15.1.0",
"postcss-nesting": "^12.0.1",
"prettier": "^3.1.0",
"prettier-plugin-svelte": "^3.1.0",
"prettier-plugin-tailwindcss": "^0.5.7",
"schema-dts": "^1.1.2",
"semantic-release": "^22.0.7",
"serializr": "^3.0.2",
"supabase": "^1.110.1",
"svelte": "^4.2.3",
"svelte-check": "^3.6.0",
"svelte-legos": "^0.2.2",
"svelte-meta-tags": "^3.1.0",
"svelte-modals": "^1.3.0",
"svelte-sequential-preprocessor": "^2.0.1",
"sveltekit-embed": "^0.0.12",
"sveltekit-sitemap": "^1.0.21",
"sveltekit-superforms": "^1.10.1",
"tailwindcss": "^3.3.5",
"trpc-svelte-query-adapter": "^2.1.0",
"trpc-sveltekit": "^3.5.22",
"tslib": "^2.6.2",
"typescript": "^5.2.2",
"vite": "^4.5.0",
"vite-plugin-circular-dependency": "^0.2.1",
"vite-plugin-markdown": "^2.1.0",
"vite-plugin-watch": "^0.2.0",
"vitest": "^0.34.6",
"windy-radix-palette": "2.0.0-beta.7",
"wretch": "^2.7.0",
"zod": "^3.22.4"
},
"type": "module",
"dependencies": {
"@inlang/paraglide-js": "1.0.0-prerelease.9",
"@roarr/browser-log-writer": "^1.3.0",
"@sentry/sveltekit": "^7.80.0",
"roarr": "^7.18.3",
"web-vitals": "^3.5.0"
},
"pnpm": {
"peerDependencyRules": {
"allowedVersions": {
"@rgossiaux/svelte-headlessui>svelte": "4"
}
},
"overrides": {
"postcss@<8.4.31": ">=8.4.31"
},
"patchedDependencies": {
"[email protected]": "patches/[email protected]"
}
},
"config": {
"commitizen": {
"path": "@commitlint/cz-commitlint"
}
},
"repository": {
"type": "git",
"url": "https://github.com/sxyalliance/vegas.git"
},
"publishConfig": {
"access": "restricted"
}
}