Skip to content

Commit

Permalink
Try to use SvelteAdmin
Browse files Browse the repository at this point in the history
  • Loading branch information
Pierstoval committed Sep 22, 2024
1 parent 4d794d3 commit 4a2d28c
Show file tree
Hide file tree
Showing 74 changed files with 1,670 additions and 1,506 deletions.
2 changes: 0 additions & 2 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -8,5 +8,3 @@ node_modules
!.env.example
vite.config.js.timestamp-*
vite.config.ts.timestamp-*

static/bootstrap*
18 changes: 9 additions & 9 deletions .prettierrc
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
{
"useTabs": true,
"singleQuote": true,
"trailingComma": "none",
"printWidth": 100,
"plugins": ["prettier-plugin-svelte"],
"pluginSearchDirs": ["."],
"overrides": [{ "files": "*.svelte", "options": { "parser": "svelte" } }]
}
{
"useTabs": true,
"singleQuote": true,
"trailingComma": "none",
"printWidth": 100,
"plugins": ["prettier-plugin-svelte"],
"pluginSearchDirs": ["."],
"overrides": [{ "files": "*.svelte", "options": { "parser": "svelte" } }]
}
3 changes: 3 additions & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@
"postinstall": "pnpm install --dir tests/webdriverio/"
},
"devDependencies": {
"@orbitale/svelte-admin": "^0.16.0",
"@popperjs/core": "^2.11.7",
"@sveltejs/adapter-static": "3.0.1",
"@sveltejs/kit": "^2.5.5",
Expand All @@ -28,6 +29,8 @@
"@typescript-eslint/parser": "^7.5.0",
"@zerodevx/svelte-toast": "^0.9.3",
"bootstrap": "^5.2.3",
"carbon-components-svelte": "^0.82.8",
"carbon-icons-svelte": "^12.4.2",
"chart.js": "^4.3.0",
"concurrently": "^8.0.1",
"date-fns": "^2.30.0",
Expand Down
Loading

0 comments on commit 4a2d28c

Please sign in to comment.