-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
35 lines (35 loc) · 1.04 KB
/
package.json
File metadata and controls
35 lines (35 loc) · 1.04 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
{
"name": "gardenjs_docs",
"version": "1.0.5",
"private": true,
"description": "Lightning-fast UI component explorer for JS front-end libraries",
"repository": "https://github.com/gardenjs/docs",
"homepage": "https://gardenjs.org",
"author": "Martin Farkas",
"type": "module",
"scripts": {
"dev": "vite dev",
"build": "vite build",
"preview": "vite preview",
"garden": "garden",
"build:garden": "vite build -c 'garden.vite.config.js'",
"preview:garden": "vite preview -c 'garden.vite.config.js'",
"format": "prettier --write .",
"format:check": "prettier --check ."
},
"devDependencies": {
"@gardenjs/render-plugin-svelte": "^2.0.1",
"@sveltejs/adapter-static": "^3.0.10",
"@sveltejs/kit": "^2.50.1",
"@sveltejs/vite-plugin-svelte": "^6.2.4",
"express": "^5.2.1",
"gardenjs": "1.6.9",
"mdsvex": "^0.12.6",
"prettier": "^3.8.1",
"prettier-plugin-svelte": "^3.4.1",
"sass": "^1.97.3",
"svelte": "5.49.1",
"vite": "7.3.1",
"vite-plugin-compression": "^0.5.1"
}
}