-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
139 lines (139 loc) · 4.14 KB
/
package.json
File metadata and controls
139 lines (139 loc) · 4.14 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
132
133
134
135
136
137
138
139
{
"name": "platformkit",
"version": "0.0.0",
"private": false,
"type": "module",
"engines": {
"node": ">=22"
},
"bin": {
"platformkit": "./bin/cli.mjs"
},
"files": [
"bin/",
"src/",
"public/",
"content/",
"scripts/",
"supabase/",
"index.html",
"default-data.json",
"platformkit.config.ts",
".nvmrc",
"vite.config.ts",
"tailwind.config.js",
"postcss.config.js",
"tsconfig.json",
"tsconfig.app.json",
"tsconfig.node.json",
"components.json"
],
"scripts": {
"dev": "clear; kill -9 $(lsof -t -i:8080); node scripts/install-layout-deps.mjs && vite --port 8080 --strictPort",
"build": "node scripts/install-layout-deps.mjs && node scripts/import-from-github.mjs && node scripts/export-data.mjs && vite build",
"build:dev": "vite build --mode development",
"lint": "eslint .",
"format": "prettier --write .",
"format:check": "prettier --check .",
"preview": "vite preview",
"export": "node scripts/export-data.mjs",
"import": "node scripts/import-from-github.mjs",
"push": "node scripts/export-to-github.mjs",
"import:build": "node scripts/import-from-github.mjs && vite build",
"clean-uploads": "node scripts/clean-uploads.mjs",
"serve:nginx": "./scripts/serve-nginx.sh",
"supabase:start": "npx supabase start",
"supabase:stop": "npx supabase stop",
"supabase:migrate": "npx supabase migration new",
"supabase:migrate:up": "npx supabase migration up --local && node scripts/sync-vault-local.mjs",
"supabase:status": "npx supabase status",
"supabase:env": "node scripts/supabase-env.mjs",
"supabase:secrets": "node scripts/supabase-secrets.mjs",
"supabase:functions": "npx supabase functions serve --env-file .env",
"supabase:types": "npx supabase gen types typescript --local > src/lib/database.types.ts",
"deploy:supabase": "node bin/cli.mjs deploy"
},
"dependencies": {
"@fingerprintjs/fingerprintjs": "^5.1.0",
"@floating-ui/dom": "^1.7.5",
"@formkit/core": "^1.7.2",
"@formkit/icons": "^1.7.2",
"@formkit/themes": "^1.7.2",
"@formkit/vue": "^1.7.2",
"@formkit/zod": "^1.7.2",
"@mediabunny/mp3-encoder": "^1.38.1",
"@primevue/themes": "^4.5.4",
"@supabase/supabase-js": "^2.98.0",
"@tiptap/extension-code-block-lowlight": "^3.20.0",
"@tiptap/extension-color": "^3.20.0",
"@tiptap/extension-highlight": "^3.20.0",
"@tiptap/extension-image": "^3.20.0",
"@tiptap/extension-link": "^3.20.0",
"@tiptap/extension-placeholder": "^3.20.0",
"@tiptap/extension-text-align": "^3.20.0",
"@tiptap/extension-text-style": "^3.20.0",
"@tiptap/extension-underline": "^3.20.0",
"@tiptap/pm": "^3.20.0",
"@tiptap/starter-kit": "^3.20.0",
"@tiptap/vue-3": "^3.20.0",
"@vitejs/plugin-vue": "^5.2.4",
"@vueuse/core": "^14.2.1",
"autoprefixer": "^10.4.20",
"busboy": "^1.6.0",
"dompurify": "^3.3.2",
"echarts": "^6.0.0",
"grid-layout-plus": "^1.1.1",
"gsap": "^3.14.2",
"highlight.js": "^11.11.1",
"js-yaml": "^4.1.1",
"lit-html": "^3.3.2",
"lowlight": "^3.3.0",
"lucide-vue-next": "^0.576.0",
"marked": "^17.0.3",
"mediabunny": "^1.38.1",
"motion-v": "^1.10.3",
"nodemailer": "^8.0.1",
"ogl": "^1.0.11",
"postcss": "^8.4.47",
"primeicons": "^7.0.0",
"primevue": "^4.5.4",
"qasai": "^0.1.3",
"tailwindcss": "^3.4.17",
"three": "^0.181.2",
"typescript": "^5.5.3",
"vidstack": "1.12.13",
"vite": "^6.3.4",
"vue": "^3.5.29",
"vue-echarts": "^8.0.1",
"vue-router": "^5.0.3",
"vuedraggable": "^4.1.0",
"zod": "^3.25.76"
},
"devDependencies": {
"@types/dompurify": "^3.2.0",
"@types/js-yaml": "^4.0.9",
"prettier": "^3.8.1",
"puppeteer": "^24.38.0",
"supabase": "^2.76.16"
},
"pnpm": {
"onlyBuiltDependencies": [
"gifsicle",
"jpegtran-bin",
"mozjpeg",
"optipng-bin",
"pngquant-bin",
"sharp",
"supabase"
],
"ignoredBuiltDependencies": [
"gifsicle",
"jpegtran-bin",
"mozjpeg",
"optipng-bin",
"pngquant-bin",
"sharp",
"supabase"
]
}
}