-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
95 lines (95 loc) · 2.81 KB
/
package.json
File metadata and controls
95 lines (95 loc) · 2.81 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
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
{
"name": "datapackage-validator",
"type": "module",
"version": "0.0.0-dev",
"private": true,
"imports": {
"#*": "./*"
},
"engines": {
"node": "^24.0.0",
"pnpm": "^10.0.0"
},
"scripts": {
"build": "react-router build",
"generate": "react-router typegen",
"preview": "react-router-serve build/server/index.js",
"start": "react-router dev --port 5000",
"bump": "ncu -u",
"clean": "rm -rf **/node_modules",
"coverage": "sensible-browser coverage/index.html",
"format": "biome check --write",
"lint": "biome check",
"install:ci": "pnpm install --ignore-scripts",
"prepare": "husky",
"spec": "vitest run",
"test": "pnpm lint && pnpm type && pnpm spec",
"translate": "node @translate.ts",
"type": "tsc --noEmit"
},
"dependencies": {
"@frictionless-ts/metadata": "1.0.1",
"@lingui/core": "5.5.2",
"@lingui/detect-locale": "5.5.2",
"@lingui/react": "5.5.2",
"@loglayer/transport-tslog": "3.0.4",
"@mantine/core": "8.3.10",
"@mantine/form": "8.3.10",
"@mantine/hooks": "8.3.10",
"@react-router/node": "7.11.0",
"@react-router/serve": "7.11.0",
"@semantic-release/exec": "7.1.0",
"@tanstack/react-query": "5.90.12",
"immer": "10.1.3",
"isbot": "5.1.31",
"loglayer": "6.9.1",
"lucide-react": "0.545.0",
"react": "19.2.0",
"react-dom": "19.2.0",
"react-flags-select": "2.5.0",
"react-router": "7.11.0",
"react-schemaorg": "2.0.0",
"react-share": "5.2.2",
"remix-utils": "9.0.0",
"ts-extras": "0.14.0",
"tslog": "4.10.2",
"vaul": "1.1.2",
"zustand": "5.0.8"
},
"devDependencies": {
"@ai-sdk/openai": "2.0.64",
"@babel/preset-typescript": "7.28.5",
"@biomejs/biome": "1.9.4",
"@clack/prompts": "^0.11.0",
"@lingui/babel-plugin-lingui-macro": "5.5.2",
"@lingui/cli": "5.5.2",
"@lingui/vite-plugin": "5.5.2",
"@react-router/dev": "7.11.0",
"@types/gettext-parser": "8.0.0",
"@types/node": "24.2.0",
"@types/react": "19.2.2",
"@types/react-dom": "19.2.0",
"@vitest/coverage-v8": "4.0.8",
"@vitest/ui": "4.0.8",
"ai": "5.0.90",
"babel-plugin-macros": "3.1.0",
"dotenv": "17.2.3",
"es-toolkit": "1.39.10",
"execa": "9.6.0",
"gettext-parser": "8.0.0",
"husky": "9.1.7",
"npm-check-updates": "18.0.1",
"postcss": "8.5.6",
"postcss-preset-mantine": "1.18.0",
"postcss-simple-vars": "7.0.1",
"type-fest": "4.41.0",
"typescript": "5.9.2",
"vite": "7.2.2",
"vite-plugin-babel": "1.3.2",
"vite-plugin-devtools-json": "1.0.0",
"vite-plugin-svgr": "4.5.0",
"vitest": "4.0.8",
"zod": "4.1.12"
},
"packageManager": "pnpm@10.21.0+sha512.da3337267e400fdd3d479a6c68079ac6db01d8ca4f67572083e722775a796788a7a9956613749e000fac20d424b594f7a791a5f4e2e13581c5ef947f26968a40"
}