Skip to content

Commit

Permalink
Merge pull request #3 from degabut/v1
Browse files Browse the repository at this point in the history
v1
  • Loading branch information
SuspiciousLookingOwl authored Jun 18, 2024
2 parents 7bce8b6 + f3e6c1c commit 18aabc1
Show file tree
Hide file tree
Showing 223 changed files with 2,945 additions and 1,807 deletions.
7 changes: 6 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "degabut-web",
"version": "0.6.10",
"version": "1.0.0",
"description": "",
"scripts": {
"start": "vite",
Expand All @@ -12,6 +12,8 @@
},
"license": "MIT",
"devDependencies": {
"@svgr/core": "^8.1.0",
"@svgr/plugin-jsx": "^8.1.0",
"@types/dom-to-image": "^2.6.7",
"@types/lodash": "^4.14.200",
"@types/node": "^17.0.45",
Expand All @@ -27,13 +29,16 @@
"prettier": "^2.8.8",
"typed-emitter": "^2.1.0",
"typescript": "^5.2.2",
"unplugin-icons": "^0.19.0",
"vite": "^5.2.6",
"vite-plugin-pwa": "^0.19.7",
"vite-plugin-solid": "^2.7.2"
},
"dependencies": {
"@discord/embedded-app-sdk": "^1.0.2",
"@iconify-json/mdi": "^1.1.66",
"@solidjs/router": "^0.13.1",
"@tailwindcss/container-queries": "^0.1.1",
"@thisbeyond/solid-dnd": "^0.7.4",
"autoprefixer": "^10.4.16",
"axios": "^0.27.2",
Expand Down
1 change: 0 additions & 1 deletion plugins/index.ts
Original file line number Diff line number Diff line change
@@ -1,3 +1,2 @@
export * from "./cyclic-hmr";
export * from "./generate-app-json";
export * from "./svg-string";
18 changes: 0 additions & 18 deletions plugins/svg-string.ts

This file was deleted.

Loading

0 comments on commit 18aabc1

Please sign in to comment.