-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
77 lines (77 loc) · 2.6 KB
/
package.json
File metadata and controls
77 lines (77 loc) · 2.6 KB
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
{
"name": "@cynicalbusiness/web",
"version": "0.2.6",
"productName": "cynical.business",
"main": ".output/server/index.mjs",
"type": "module",
"repository": "git@github.com:CynicalBusiness/website.git",
"author": "CynicalBusiness <matt@vevox.io>",
"license": "GPL-v3",
"private": true,
"packageManager": "yarn@4.8.0",
"scripts": {
"serve": "dotenvx run -- vinxi dev",
"build": "dotenvx run -- vinxi build",
"start": "dotenvx run -- vinxi start",
"lint": "eslint ."
},
"dependencies": {
"@jsdevtools/rehype-url-inspector": "^2.0.2",
"@tanstack/react-query": "^5.74.4",
"@tanstack/react-router": "^1.117.1",
"@tanstack/react-router-with-query": "^1.117.1",
"@tanstack/react-start": "^1.117.2",
"@tanstack/router-core": "^1.117.1",
"ajv": "^8.17.1",
"ajv-formats": "^3.0.1",
"awilix": "^12.0.5",
"axios": "^1.9.0",
"classnames": "^2.5.1",
"date-fns": "^4.1.0",
"debug": "^4.4.0",
"http-status-codes": "^2.3.0",
"json-schema-to-ts": "^3.1.1",
"lodash-es": "^4.17.21",
"mime-types": "^3.0.1",
"node-cache": "^5.1.2",
"react": "^19.1.0",
"react-dom": "^19.1.0",
"react-icons": "^5.5.0",
"react-markdown": "^10.1.0",
"rehype-autolink-headings": "^7.1.0",
"rehype-slug": "^6.0.0",
"remark-directive": "^4.0.0",
"remark-directive-rehype": "^0.4.2",
"remark-gfm": "^4.0.1",
"remark-remove-comments": "^1.1.1",
"tailwindcss": "^4.1.4",
"vinxi": "^0.5.4",
"yaml": "^2.7.1"
},
"devDependencies": {
"@dotenvx/dotenvx": "^1.41.0",
"@tailwindcss/postcss": "^4.1.4",
"@types/debug": "^4.1.12",
"@types/lodash-es": "^4.17.12",
"@types/mime-types": "^2.1.4",
"@types/react": "^19.1.2",
"@types/react-dom": "^19.1.2",
"@vitejs/plugin-react": "^4.4.1",
"autoprefixer": "^10.4.21",
"eslint": "^9.25.1",
"eslint-config-prettier": "^10.1.2",
"eslint-plugin-import": "^2.31.0",
"eslint-plugin-prettier": "^5.2.6",
"eslint-plugin-unused-imports": "^4.1.4",
"postcss": "^8.5.3",
"prettier": "^3.5.3",
"typescript": "^5.8.3",
"typescript-eslint": "^8.31.0",
"vite": "^6.3.3",
"vite-plugin-svgr": "^4.3.0",
"vite-tsconfig-paths": "^5.1.4"
},
"resolutions": {
"dax-sh@npm:^0.39.1": "patch:dax-sh@npm%3A0.39.2#~/.yarn/patches/dax-sh-npm-0.39.2-dfb2890e1f.patch"
}
}