-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
84 lines (84 loc) · 2.82 KB
/
Copy pathpackage.json
File metadata and controls
84 lines (84 loc) · 2.82 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
{
"$schema": "https://www.schemastore.org/package.json",
"name": "utilities_webapp",
"private": true,
"version": "3.0.0",
"type": "module",
"author": {
"name": "João Mendes Jorge Barata Ribeiro",
"email": "jmj@barataribeiro.com",
"url": "https://github.barataribeiro.com/"
},
"license": "GPL-3.0-only",
"bugs": {
"url": "https://github.com/Barata-Ribeiro/utilities_webapp/issues",
"email": "jmj@barataribeiro.com"
},
"scripts": {
"build": "react-router build",
"dev": "react-router dev --host",
"start": "react-router-serve ./build/server/nodejs_eyJydW50aW1lIjoibm9kZWpzIn0/index.js",
"typecheck": "react-router typegen && tsc",
"format": "prettier --write \"**/*.{ts,tsx}\"",
"tests": "vitest run"
},
"dependencies": {
"@fontsource-variable/fira-code": "^5.3.0",
"@fontsource-variable/montserrat": "^5.3.0",
"@fontsource-variable/source-sans-3": "^5.3.0",
"@hookform/resolvers": "^5.7.1",
"@react-router/node": "8.3.0",
"@react-router/serve": "8.3.0",
"@vercel/react-router": "^1.3.2",
"canvas": "^3.2.3",
"class-variance-authority": "^0.7.1",
"clsx": "^2.1.1",
"date-fns": "^4.4.0",
"hash-wasm": "^4.12.0",
"isbot": "^5.2.1",
"konva": "^10.3.0",
"lodash": "^4.18.1",
"lucide-react": "^1.28.0",
"mathjs": "^15.2.0",
"optional": "^0.1.4",
"qrcode": "^1.5.4",
"radix-ui": "^1.6.7",
"react": "^19.2.8",
"react-colorful": "^5.8.0",
"react-day-picker": "^10.0.1",
"react-dom": "^19.2.8",
"react-dropzone": "^20.0.0",
"react-hook-form": "^7.84.0",
"react-konva": "^19.2.5",
"react-router": "8.3.0",
"shadcn": "^4.16.1",
"tailwind-merge": "^3.6.0",
"tw-animate-css": "^1.4.0",
"zod": "^4.4.3"
},
"devDependencies": {
"@react-router/dev": "8.3.0",
"@serwist/vite": "^9.5.12",
"@serwist/window": "^9.5.12",
"@tailwindcss/vite": "^4.3.3",
"@types/convert-source-map": "^2.0.3",
"@types/lodash": "^4.17.25",
"@types/node": "^26.1.2",
"@types/qrcode": "^1.5.6",
"@types/react": "^19.2.18",
"@types/react-dom": "^19.2.4",
"@vitest/browser-playwright": "^4.1.10",
"babel-plugin-react-compiler": "^1.0.0",
"jsdom": "^30.0.1",
"prettier": "^3.9.6",
"prettier-plugin-tailwindcss": "^0.8.1",
"serwist": "^9.5.12",
"tailwindcss": "^4.3.3",
"typescript": "^6.0.3",
"vite": "^8.2.0",
"vite-plugin-devtools-json": "^1.1.0",
"vitest": "^4.1.10",
"vitest-browser-react": "^2.2.0"
},
"packageManager": "pnpm@11.20.0"
}