-
Notifications
You must be signed in to change notification settings - Fork 31
/
package.json
107 lines (107 loc) · 3.18 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
{
"name": "that-us",
"version": "3.16.5",
"description": "THAT.us website",
"main": "index.js",
"type": "module",
"engines": {
"node": "18.x"
},
"repository": {
"type": "git",
"url": "https://github.com/ThatConference/that.us"
},
"license": "GPL-3.0",
"scripts": {
"prepare": "npx husky install",
"dev": "env-cmd vite dev",
"local:build": "env-cmd vite build",
"build": "vite build",
"preview": "env-cmd vite preview",
"lint": "prettier --ignore-path .gitignore --check --plugin-search-dir=. ./src && eslint --ignore-path .gitignore ./src",
"format": "prettier --ignore-path .gitignore --write --plugin-search-dir=. ./src",
"validate": "concurrently npm:lint",
"build:sitemap": "npx sitemap-generator-cli https://that.us --last-mod --change-freq weekly --filepath ./static/sitemap.xml --priority-map 1.0"
},
"devDependencies": {
"@auth/core": "^0.17.0",
"@auth/sveltekit": "^0.3.10",
"@commitlint/cli": "^17.8.0",
"@commitlint/config-conventional": "^17.8.0",
"@fortawesome/free-regular-svg-icons": "^6.4.2",
"@fullhuman/postcss-purgecss": "^5.0.0",
"@okrad/svelte-progressbar": "^1.11.3",
"@sentry/svelte": "^7.74.1",
"@sentry/tracing": "^7.74.1",
"@stripe/stripe-js": "^1.54.2",
"@sveltejs/adapter-vercel": "^3.0.3",
"@sveltejs/kit": "1.22.3",
"@tailwindcss/aspect-ratio": "^0.4.2",
"@tailwindcss/forms": "^0.5.6",
"@tailwindcss/typography": "^0.5.10",
"@vercel/analytics": "^1.1.1",
"@xstate/inspect": "^0.7.1",
"@xstate/svelte": "^2.0.1",
"all-contributors-cli": "^6.26.0",
"archieml": "^0.5.0",
"autoprefixer": "^10.4.16",
"clipboard": "^2.0.11",
"concurrently": "^8.2.1",
"cssnano": "^5.1.15",
"dayjs": "^1.11.9",
"env-cmd": "^10.1.0",
"esbuild": "^0.18.20",
"eslint": "^8.51.0",
"eslint-config-prettier": "^8.10.0",
"eslint-plugin-svelte3": "^4.0.0",
"fetch-retry": "^5.0.6",
"fuse.js": "^6.6.2",
"hastscript": "^7.2.0",
"husky": "^8.0.3",
"ical-generator": "^3.6.1",
"install": "^0.13.0",
"isomorphic-fetch": "^3.0.0",
"lazysizes": "^5.3.2",
"lodash": "^4.17.21",
"marked": "^4.3.0",
"mdsvex": "^0.10.6",
"moment-timezone": "^0.5.43",
"omit-deep": "^0.3.0",
"postcss": "^8.4.24",
"postcss-cli": "^10.1.0",
"postcss-load-config": "^4.0.1",
"prettier": "^3.0.3",
"prettier-eslint": "^16.1.1",
"prettier-plugin-tailwindcss": "^0.5.6",
"rehype-autolink-headings": "^6.1.1",
"rehype-slug": "^5.1.0",
"remark-preview": "^1.0.2",
"remark-reading-time": "1.0.1",
"svelte": "^3.59.2",
"svelte-awesome": "^3.2.1",
"svelte-checkbox": "^1.0.1",
"svelte-content-loader": "^1.1.3",
"svelte-flatpickr": "^3.3.3",
"svelte-headroom": "^2.2.1",
"svelte-infinite-scroll": "^2.0.1",
"svelte-input-mask": "^1.1.0",
"svelte-loading-spinners": "^0.3.4",
"svelte-preprocess": "^4.10.7",
"svelte-scrollto": "^0.2.0",
"svelte-select": "^4.4.7",
"svelte-tags-input": "^3.0.0",
"sveltejs-forms": "^2.1.2",
"sveltekit-flash-message": "^1.0.1",
"sveltekit-superforms": "^1.0.0",
"tailwindcss": "^3.3.2",
"uuid": "^9.0.1",
"vite": "^4.3.9",
"vite-plugin-sentry": "^1.3.0",
"xstate": "^4.38.3",
"yup": "^0.32.11",
"zod": "^3.21.4"
},
"dependencies": {
"@sentry/sveltekit": "^7.58.1"
}
}