Skip to content

Commit 4a2d28c

Browse files
committed
Try to use SvelteAdmin
1 parent 4d794d3 commit 4a2d28c

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

74 files changed

+1670
-1506
lines changed

.gitignore

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,5 +8,3 @@ node_modules
88
!.env.example
99
vite.config.js.timestamp-*
1010
vite.config.ts.timestamp-*
11-
12-
static/bootstrap*

.prettierrc

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
1-
{
2-
"useTabs": true,
3-
"singleQuote": true,
4-
"trailingComma": "none",
5-
"printWidth": 100,
6-
"plugins": ["prettier-plugin-svelte"],
7-
"pluginSearchDirs": ["."],
8-
"overrides": [{ "files": "*.svelte", "options": { "parser": "svelte" } }]
9-
}
1+
{
2+
"useTabs": true,
3+
"singleQuote": true,
4+
"trailingComma": "none",
5+
"printWidth": 100,
6+
"plugins": ["prettier-plugin-svelte"],
7+
"pluginSearchDirs": ["."],
8+
"overrides": [{ "files": "*.svelte", "options": { "parser": "svelte" } }]
9+
}

package.json

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,7 @@
1818
"postinstall": "pnpm install --dir tests/webdriverio/"
1919
},
2020
"devDependencies": {
21+
"@orbitale/svelte-admin": "^0.16.0",
2122
"@popperjs/core": "^2.11.7",
2223
"@sveltejs/adapter-static": "3.0.1",
2324
"@sveltejs/kit": "^2.5.5",
@@ -28,6 +29,8 @@
2829
"@typescript-eslint/parser": "^7.5.0",
2930
"@zerodevx/svelte-toast": "^0.9.3",
3031
"bootstrap": "^5.2.3",
32+
"carbon-components-svelte": "^0.82.8",
33+
"carbon-icons-svelte": "^12.4.2",
3134
"chart.js": "^4.3.0",
3235
"concurrently": "^8.0.1",
3336
"date-fns": "^2.30.0",

0 commit comments

Comments
 (0)