forked from ThatConference/that.us
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
100 lines (100 loc) · 3.04 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
{
"name": "that-us",
"version": "0.0.0-semantic-release",
"description": "THAT.us website",
"main": "index.js",
"type": "module",
"engines": {
"node": ">= 14.18.3"
},
"repository": {
"type": "git",
"url": "https://github.com/ThatConference/that.us"
},
"license": "GPL-3.0",
"scripts": {
"prepare": "husky install",
"dev": "env-cmd svelte-kit dev",
"local:build": "env-cmd svelte-kit build",
"build": "svelte-kit build",
"preview": "svelte-kit 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": {
"@auth0/nextjs-auth0": "^1.7.0",
"@commitlint/cli": "^16.2.3",
"@commitlint/config-conventional": "^16.2.1",
"@fortawesome/free-regular-svg-icons": "^6.1.1",
"@fullhuman/postcss-purgecss": "^4.1.3",
"@okrad/svelte-progressbar": "^1.11.3",
"@sentry/browser": "^6.19.6",
"@sentry/node": "^6.19.6",
"@sentry/tracing": "^6.19.6",
"@stripe/stripe-js": "^1.27.0",
"@sveltejs/adapter-auto": "next",
"@sveltejs/kit": "next",
"@tailwindcss/aspect-ratio": "^0.4.0",
"@tailwindcss/forms": "^0.5.0",
"@tailwindcss/line-clamp": "^0.3.1",
"@tailwindcss/typography": "^0.5.2",
"@xstate/inspect": "^0.6.5",
"all-contributors-cli": "^6.20.0",
"archieml": "^0.5.0",
"autoprefixer": "^10.4.4",
"clipboard": "^2.0.10",
"concurrently": "^7.1.0",
"cssnano": "^5.1.7",
"dayjs": "^1.11.1",
"env-cmd": "^10.1.0",
"esbuild": "^0.14.36",
"eslint": "^8.13.0",
"eslint-config-prettier": "^8.5.0",
"eslint-plugin-svelte3": "^3.4.1",
"fetch-retry": "^5.0.2",
"fuse.js": "^6.5.3",
"husky": "^7.0.4",
"ical-generator": "^3.4.1",
"isomorphic-fetch": "^3.0.0",
"lazysizes": "^5.3.2",
"lodash": "^4.17.21",
"logrocket": "^2.2.1",
"marked": "^4.0.14",
"mdsvex": "^0.10.5",
"moment-timezone": "^0.5.34",
"omit-deep": "^0.3.0",
"postcss": "^8.4.12",
"postcss-cli": "^9.1.0",
"postcss-load-config": "^3.1.4",
"prettier": "^2.6.2",
"prettier-eslint": "^13.0.0",
"prettier-plugin-tailwindcss": "^0.1.8",
"react": "^18.0.0",
"rehype-autolink-headings": "^6.1.1",
"rehype-slug": "^5.0.1",
"remark-preview": "^1.0.2",
"remark-reading-time": "1.0.1",
"svelte": "^3.47.0",
"svelte-awesome": "^2.4.6",
"svelte-checkbox": "^1.0.1",
"svelte-content-loader": "^1.1.3",
"svelte-flatpickr": "^3.2.6",
"svelte-headroom": "^2.2.1",
"svelte-infinite-scroll": "^2.0.1",
"svelte-loading-spinners": "^0.1.7",
"svelte-preprocess": "^4.10.6",
"svelte-scrollto": "^0.2.0",
"svelte-select": "^4.4.7",
"svelte-tags-input": "^2.9.1",
"svelte-typewriter": "^2.4.5",
"sveltejs-forms": "^2.1.2",
"tailwindcss": "^3.0.24",
"unist-util-visit": "^4.1.0",
"uuid": "^8.3.2",
"xstate": "^4.31.0",
"xstate-svelte": "^1.0.1",
"yup": "^0.32.11"
}
}