-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
85 lines (85 loc) · 2.93 KB
/
Copy pathpackage.json
File metadata and controls
85 lines (85 loc) · 2.93 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
{
"name": "tagium",
"version": "0.1.0",
"private": true,
"license": "AGPL-3.0-only",
"type": "module",
"scripts": {
"dev": "vp dev",
"dev:cobalt": "API_URL=http://localhost:9000/ pnpm --dir ../oss/cobalt/api start",
"build": "tsc -b && vp build",
"build:cloudflare": "bun run scripts/build-cloudflare.ts",
"lint": "vp lint .",
"lint:fix": "vp lint . --fix",
"preview": "vp preview",
"test": "vp test run",
"test:e2e": "vp exec playwright test",
"typecheck": "tsc -b",
"prepare": "vp config",
"deploy:preview": "bun run scripts/deploy-preview.ts",
"deploy:production": "bun run scripts/deploy-production.ts",
"migrate:share:preview": "TAGIUM_DEPLOY_ENV=preview bun run scripts/apply-share-migrations.ts",
"migrate:share:production": "TAGIUM_DEPLOY_ENV=production bun run scripts/apply-share-migrations.ts",
"configure:share-artwork-lifecycle:preview": "TAGIUM_DEPLOY_ENV=preview bun run scripts/configure-share-artwork-lifecycle.ts",
"configure:share-artwork-lifecycle:production": "TAGIUM_DEPLOY_ENV=production bun run scripts/configure-share-artwork-lifecycle.ts",
"disable:share-manifest": "bun run scripts/disable-share-manifest.ts",
"load-test:cobalt": "bun run scripts/load-test-cobalt.ts",
"doctor": "bunx react-doctor@latest",
"shadcn": "shadcn"
},
"dependencies": {
"@cf-wasm/resvg": "^0.4.0",
"@dnd-kit/core": "^6.3.1",
"@dnd-kit/sortable": "^10.0.0",
"@expo-google-fonts/inter": "^0.4.2",
"@hugeicons/core-free-icons": "^4.2.3",
"@hugeicons/react": "^1.1.9",
"@imput/libav.js-encode-cli": "6.8.7",
"@radix-ui/react-label": "^2.1.7",
"@radix-ui/react-popover": "^1.1.15",
"@radix-ui/react-slot": "^1.2.3",
"class-variance-authority": "^0.7.1",
"clsx": "^2.1.1",
"effect": "^4.0.0-beta.93",
"fflate": "^0.8.2",
"filenamify": "^7.0.1",
"posthog-js": "^1.425.1",
"radix-ui": "^1.4.3",
"react": "19.1.0",
"react-dom": "19.1.0",
"react-hook-form": "^7.62.0",
"react-image-crop": "^11.0.10",
"sonner": "^2.0.7",
"tailwind-merge": "^3.3.1"
},
"devDependencies": {
"@eslint/js": "^9.39.4",
"@oxlint/plugins": "1.73.0",
"@playwright/test": "^1.61.1",
"@tailwindcss/postcss": "^4",
"@types/node": "^24.12.2",
"@types/react": "^19",
"@types/react-dom": "^19",
"@types/react-test-renderer": "^19.1.0",
"@vitejs/plugin-react": "^6.0.1",
"eslint-plugin-react-hooks": "^7.0.1",
"eslint-plugin-react-refresh": "^0.5.2",
"nitro": "^3.0.260311-beta",
"react-test-renderer": "19.1.0",
"shadcn": "^3.0.0",
"tailwindcss": "^4",
"tw-animate-css": "^1.3.7",
"typescript": "^5",
"vite": "^8.0.7",
"vite-plus": "^0.2.9",
"vitest": "npm:@voidzero-dev/vite-plus-test@latest"
},
"devEngines": {
"runtime": {
"name": "node",
"version": "24.18.0",
"onFail": "download"
}
},
"packageManager": "bun@1.3.10"
}