-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
131 lines (131 loc) · 4.72 KB
/
Copy pathpackage.json
File metadata and controls
131 lines (131 loc) · 4.72 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
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
{
"name": "transformable-nodesui",
"version": "0.1.10",
"description": "Dashboard-focused Payload CMS app for monitoring n8n instances",
"license": "MIT",
"source": "https://github.com/transformable-app/transformable-nodesui",
"type": "module",
"packageManager": "pnpm@10.25.0",
"scripts": {
"build": "cross-env NODE_OPTIONS=--no-deprecation next build",
"postbuild": "next-sitemap --config next-sitemap.config.cjs",
"dev": "cross-env NODE_OPTIONS=--no-deprecation next dev",
"dev:prod": "cross-env NODE_OPTIONS=--no-deprecation rm -rf .next && pnpm build && pnpm start",
"generate:importmap": "cross-env NODE_OPTIONS=--no-deprecation payload generate:importmap",
"generate:types": "cross-env NODE_OPTIONS=--no-deprecation payload generate:types",
"ii": "cross-env NODE_OPTIONS=--no-deprecation pnpm --ignore-workspace install",
"lint": "cross-env NODE_OPTIONS=--no-deprecation next lint",
"lint:fix": "cross-env NODE_OPTIONS=--no-deprecation next lint --fix",
"payload": "cross-env NODE_OPTIONS=--no-deprecation payload",
"reinstall": "cross-env NODE_OPTIONS=--no-deprecation rm -rf node_modules && rm pnpm-lock.yaml && pnpm --ignore-workspace install",
"start": "cross-env NODE_OPTIONS=--no-deprecation next start",
"test": "pnpm run test:int && pnpm run test:e2e",
"test:e2e": "cross-env NODE_OPTIONS=\"--no-deprecation --no-experimental-strip-types\" pnpm exec playwright test --config=playwright.config.ts",
"test:int": "cross-env NODE_OPTIONS=--no-deprecation vitest run --config ./vitest.config.mts"
},
"dependencies": {
"@dnd-kit/core": "^6.3.1",
"@dnd-kit/sortable": "^10.0.0",
"@dnd-kit/utilities": "^3.2.2",
"@payload-enchants/docs-reorder": "^1.2.2",
"@payloadcms/admin-bar": "3.85.0",
"@payloadcms/db-mongodb": "3.85.0",
"@payloadcms/live-preview-react": "3.85.0",
"@payloadcms/next": "3.85.0",
"@payloadcms/plugin-form-builder": "3.85.0",
"@payloadcms/plugin-nested-docs": "3.85.0",
"@payloadcms/plugin-seo": "3.85.0",
"@payloadcms/richtext-lexical": "3.85.0",
"@payloadcms/ui": "3.85.0",
"@radix-ui/react-accordion": "^1.2.0",
"@radix-ui/react-avatar": "^1.1.0",
"@radix-ui/react-checkbox": "^1.0.4",
"@radix-ui/react-dialog": "^1.1.14",
"@radix-ui/react-label": "^2.0.2",
"@radix-ui/react-scroll-area": "^1.2.0",
"@radix-ui/react-select": "^2.0.0",
"@radix-ui/react-separator": "^1.1.0",
"@radix-ui/react-slot": "^1.0.2",
"@radix-ui/react-tabs": "^1.1.0",
"@sentry/nextjs": "^10.0.0",
"class-variance-authority": "^0.7.0",
"clsx": "^2.1.1",
"cross-env": "^7.0.3",
"dotenv": "16.4.7",
"embla-carousel-autoplay": "^8.6.0",
"embla-carousel-react": "^8.3.0",
"geist": "^1.7.0",
"graphql": "^16.13.0",
"lucide-react": "0.577.0",
"next": "16.2.6",
"next-sitemap": "^4.2.3",
"payload": "3.85.0",
"prism-react-renderer": "^2.3.1",
"react": "19.2.5",
"react-dom": "19.2.5",
"react-hook-form": "7.74.0",
"sonner": "^1.7.2",
"rollup": ">=4.59.0",
"sharp": "0.34.2",
"tailwind-merge": "^2.3.0",
"tailwindcss-animate": "^1.0.7"
},
"devDependencies": {
"@eslint/eslintrc": "3.3.5",
"@playwright/test": "1.58.2",
"@tailwindcss/typography": "^0.5.13",
"@testing-library/react": "16.3.0",
"@types/escape-html": "^1.0.2",
"@types/node": "22.12.0",
"@types/react": "19.2.4",
"@types/react-dom": "19.2.3",
"@vitejs/plugin-react": "4.5.2",
"autoprefixer": "^10.4.24",
"copyfiles": "^2.4.1",
"eslint": "^9.39.2",
"eslint-config-next": "16.2.6",
"jsdom": "28.1.0",
"playwright": "1.56.1",
"playwright-core": "1.58.2",
"postcss": "8.5.12",
"prettier": "^3.8.1",
"tailwindcss": "^3.4.17",
"typescript": "5.7.3",
"vite": "^7.3.2",
"vite-tsconfig-paths": "5.1.4",
"vitest": "4.1.0"
},
"engines": {
"node": "^18.20.2 || >=20.9.0",
"pnpm": "^9 || ^10"
},
"pnpm": {
"overrides": {
"file-type": ">=21.3.1",
"fast-xml-parser": ">=5.7.0",
"rollup": ">=4.59.0",
"minimatch": ">=10.2.3",
"undici": ">=7.24.0",
"flatted": ">=3.4.2",
"picomatch": ">=4.0.4",
"brace-expansion": "5.0.6",
"ws": ">=8.20.1",
"nodemailer": ">=8.0.5",
"uuid": ">=14.0.0",
"yaml": ">=1.10.3",
"payload>ajv": ">=8.18.0",
"fast-uri": ">=3.1.2",
"dompurify": "https://codeload.github.com/cure53/DOMPurify/tar.gz/729097f63a78e3e0e9f771e648f462bee100e78f",
"immutable": ">=4.3.8",
"lodash": ">=4.18.0",
"serialize-javascript": ">=7.0.5",
"mongoose": "^8.22.1",
"postcss": ">=8.5.10"
},
"onlyBuiltDependencies": [
"sharp",
"esbuild",
"unrs-resolver"
]
}
}