-
Notifications
You must be signed in to change notification settings - Fork 3
/
package.json
222 lines (222 loc) · 6.73 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
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
{
"name": "bookmark-tags",
"version": "0.0.0",
"private": true,
"description": "Bookmarks is an open source url manager built using nextjs and supabase.",
"keywords": [
"next",
"react",
"typescript",
"tailwind",
"supabase",
"react-query"
],
"bugs": {
"url": "https://github.com/timelessco/bookmark-tags/issues"
},
"repository": {
"type": "git",
"url": "git+https://github.com/timelessco/bookmark-tags.git"
},
"license": "MIT",
"author": {
"name": "Timeless",
"email": "hello@timeless.co",
"url": "https://timeless.co/"
},
"type": "module",
"scripts": {
"build": "npx turbo run build:next",
"postbuild": "next-sitemap --config next-sitemap.config.cjs",
"build:analyze": "ANALYZE=true pnpm build && pnpm start",
"build:ci": "SKIP_ENV_VALIDATION=true next build",
"build:next": "next build",
"build:sourcemap": "SOURCEMAP=true pnpm build && source-map-explorer .next/static/**/*.js && pnpm start",
"build:start": "pnpm build && pnpm start",
"commit": "gacp",
"contributors:add": "all-contributors add",
"contributors:generate": "all-contributors generate",
"cypress:open": "cypress open",
"dev": "next dev",
"dev:sourcemap": "SOURCEMAP=true pnpm dev",
"format": "npx turbo run format:eslint format:css format:md format:prettier",
"format:css": "stylelint '**/*.css' --fix --cache --color -f verbose",
"format:eslint": "eslint --cache --report-unused-disable-directives --color . --fix",
"format:md": "markdownlint --fix **/*.md \".github/**/*.md\"",
"format:prettier": "prettier --write --cache --cache-location=.prettiercache --list-different --ignore-unknown .",
"lint": "npx turbo run lint:eslint lint:types lint:css lint:md lint:knip lint:package-json lint:spelling lint:prettier",
"lint:css": "stylelint '**/*.css' --cache --color -f verbose",
"lint:eslint": "eslint --cache --report-unused-disable-directives --color .",
"lint:knip": "knip --production",
"lint:md": "markdownlint **/*.md \".github/**/*.md\"",
"lint:package-json": "npmPkgJsonLint .",
"lint:prettier": "prettier --check --cache --cache-location=.prettiercache --ignore-unknown .",
"lint:spelling": "cspell --dot --gitignore --cache --no-progress check \"**/*\"",
"lint:types": "tsc --noEmit",
"populate:dictionary": "del-cli project-words.txt && cspell --words-only --unique --gitignore --cache --dot \"**/*\" | sort --ignore-case >> project-words.txt",
"prepare": "husky install",
"release": "node release-it/getCommitsSinceLastRelease.js && release-it --ci",
"release:dryrun": "release-it --dry-run",
"start": "next start",
"test": "echo \"no test specified\" && exit 0"
},
"commitlint": {
"extends": [
"@commitlint/config-conventional"
]
},
"lint-staged": {
"*": [
"pnpm format:prettier",
"pnpm lint:spelling"
]
},
"browserslist": {
"production": [
">0.2%",
"not dead",
"not op_mini all"
],
"development": [
"last 1 chrome version",
"last 1 firefox version",
"last 1 safari version"
]
},
"dependencies": {
"@adaptui/react": "1.0.0-alpha.9",
"@ariakit/react": "^0.3.1",
"@ariakit/react-core": "0.3.1",
"@headlessui/react": "1.7.13",
"@heroicons/react": "1.0.6",
"@langchain/community": "0.3.3",
"@langchain/core": "0.2.8",
"@langchain/google-genai": "0.0.17",
"@sendgrid/mail": "^8.0.0",
"@sentry/nextjs": "^7.73.0",
"@supabase/ssr": "0.3.0",
"@supabase/supabase-js": "2.13.1",
"@tanstack/react-query": "4.28.0",
"@xenova/transformers": "2.17.2",
"allotment": "1.20.0",
"ariakit": "2.0.0-next.43",
"array-to-image": "^1.0.0",
"axios": "1.7.4",
"base64-arraybuffer": "1.0.2",
"blurhash": "^2.0.5",
"blurhash-from-url": "^0.0.7",
"classnames": "2.3.2",
"clsx": "1.2.1",
"date-fns": "2.29.3",
"formidable": "^3.0.0",
"image-size": "1.0.2",
"jsonwebtoken": "9.0.0",
"jwt-decode": "3.1.2",
"langchain": "0.2.19",
"lodash": "4.17.21",
"match-sorter": "^7.0.0",
"next": "13.2.4",
"node-fetch": "^3.3.1",
"open-graph-scraper": "6.5.1",
"react": "18.2.0",
"react-aria": "3.23.1",
"react-dom": "18.2.0",
"react-dropzone": "^14.2.3",
"react-hook-form": "7.43.9",
"react-infinite-scroll-component": "6.1.0",
"react-masonry-css": "^1.0.16",
"react-mentions": "4.4.7",
"react-modern-drawer": "1.2.2",
"react-responsive": "10.0.0",
"react-spinners": "0.13.8",
"react-stately": "3.21.0",
"react-toastify": "10.0.3",
"sharp": "0.32.6",
"slugify": "1.6.6",
"tailwind-merge": "1.12.0",
"uniqid": "^5.4.0",
"vercel-email": "^0.0.6",
"zustand": "4.3.7"
},
"devDependencies": {
"@commitlint/cli": "19.0.3",
"@commitlint/config-conventional": "19.0.3",
"@ianvs/prettier-plugin-sort-imports": "4.1.1",
"@next/bundle-analyzer": "14.0.3",
"@next/env": "14.0.3",
"@next/eslint-plugin-next": "14.0.3",
"@octokit/core": "6.0.1",
"@release-it/conventional-changelog": "8.0.1",
"@tanstack/react-query-devtools": "5.28.6",
"@types/formidable": "^3.0.0",
"@types/jsonwebtoken": "9.0.1",
"@types/lodash": "4.14.192",
"@types/node": "18.15.11",
"@types/probe-image-size": "^7.2.0",
"@types/react": "18.0.35",
"@types/react-dom": "18.0.11",
"@types/react-mentions": "4.1.8",
"@types/react-modal-video": "1.2.3",
"@types/uniqid": "^5.3.2",
"@types/video-react": "^0.15.1",
"@typescript-eslint/experimental-utils": "5.58.0",
"all-contributors-cli": "6.24.0",
"autoprefixer": "10.4.14",
"cspell": "8.0.0",
"cypress": "12.9.0",
"dedent": "1.0.1",
"del-cli": "6.0.0",
"dotenv": "16.0.3",
"eslint": "8.38.0",
"eslint-config-canonical": "41.0.1",
"eslint-config-prettier": "9.0.0",
"eslint-plugin-jsonc": "2.7.0",
"eslint-plugin-tailwindcss": "3.11.0",
"eslint-plugin-toml": "0.4.0",
"eslint-plugin-yml": "1.5.0",
"execa": "8.0.1",
"gacp": "3.0.3",
"git-remote-origin-url": "4.0.0",
"git-url-parse": "15.0.0",
"husky": "9.0.5",
"jsonc-eslint-parser": "2.2.0",
"knip": "5.0.1",
"lint-staged": "15.0.2",
"markdownlint": "0.28.1",
"markdownlint-cli": "0.33.0",
"next-sitemap": "4.0.7",
"npm-package-json-lint": "8.0.0",
"npm-package-json-lint-config-default": "7.0.0",
"postcss": "8.4.35",
"prettier": "3.0.3",
"prettier-plugin-packagejson": "2.4.5",
"prettier-plugin-tailwindcss": "0.5.7",
"release-it": "17.0.0",
"sass": "1.70.0",
"sharp": "0.32.6",
"source-map-explorer": "2.5.3",
"stylelint": "16.1.0",
"stylelint-config-clean-order": "6.0.0",
"stylelint-config-standard": "36.0.0",
"tailwindcss": "3.3.1",
"tilg": "0.1.1",
"title-case": "4.1.0",
"toml-eslint-parser": "0.5.0",
"turbo": "1.9.1",
"typescript": "5.0.4",
"yaml-eslint-parser": "1.2.0",
"zod": "3.22.3"
},
"packageManager": "pnpm@9.12.3",
"gacp": {
"add": false,
"push": false,
"emoji": "emoji",
"editor": false
},
"pnpm": {
"overrides": {
"@swc/helpers@~0.4": "0.4.36"
}
}
}