-
Notifications
You must be signed in to change notification settings - Fork 12
Expand file tree
/
Copy pathpackage.json
More file actions
71 lines (71 loc) · 2.22 KB
/
package.json
File metadata and controls
71 lines (71 loc) · 2.22 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
{
"name": "@wm-tools/frontend",
"private": true,
"sideEffects": false,
"type": "module",
"scripts": {
"build": "react-router build",
"predev": "node -e \"require('fs').copyFileSync('../.dev.vars', '.dev.vars');\"",
"dev": "react-router dev --port 3000",
"preview": "pnpm run build && wrangler dev",
"deploy": "wrangler deploy",
"test": "vitest run",
"test:watch": "vitest",
"prepare": "wrangler types && react-router typegen",
"typecheck": "tsc --noEmit"
},
"dependencies": {
"@floating-ui/react-dom": "^2.1.8",
"@interledger/open-payments": "^7.4.0",
"@noble/ed25519": "^3.0.0",
"@paralleldrive/cuid2": "^3.3.0",
"@react-router/cloudflare": "^7.11.0",
"@shared/config-storage-service": "workspace:^",
"@shared/probabilistic-revenue-share": "workspace:^",
"@shared/utils": "workspace:^",
"@tailwindcss/postcss": "^4.2.1",
"@tools/components": "workspace:*",
"@typescript-eslint/parser": "^8.44.1",
"autoprefixer": "^10.4.27",
"class-variance-authority": "^0.7.1",
"crypto-browserify": "^3.12.1",
"fast-equals": "^6.0.0",
"he": "^1.2.0",
"http-message-signatures": "^1.0.4",
"httpbis-digest-headers": "^1.0.0",
"isbot": "^5.1.36",
"react": "^19.2.1",
"react-click-away-listener": "^2.4.0",
"react-colorful": "^5.6.1",
"react-dom": "^19.2.1",
"react-minimal-pie-chart": "^9.1.2",
"react-router": "^7.11.0",
"sanitize-html": "^2.17.0",
"tailwindcss": "^3.4.19",
"valtio": "^2.3.1",
"zod": "^4.3.6"
},
"devDependencies": {
"@cloudflare/vite-plugin": "^1.17.1",
"@lit/react": "^1.0.8",
"@react-router/dev": "^7.11.0",
"@shared/default-data": "workspace:^",
"@shared/defines": "workspace:^",
"@shared/types": "workspace:^",
"@tailwindcss/forms": "^0.5.11",
"@types/he": "^1.2.3",
"@types/node": "^24.12.0",
"@types/react": "^19.2.7",
"@types/react-dom": "^19.2.3",
"@types/sanitize-html": "^2.16.0",
"eslint": "^9.39.2",
"postcss": "^8.5.6",
"publisher-tools-api": "workspace:^",
"react-scan": "^0.4.3",
"typescript": "5.9.3",
"vite": "^7.3.1",
"vite-tsconfig-paths": "^5.1.4",
"vitest": "^3.2.4",
"wrangler": "^4.59.2"
}
}