Skip to content

Commit

Permalink
chore: add examples
Browse files Browse the repository at this point in the history
  • Loading branch information
shinokada committed Jun 12, 2022
1 parent 5fab870 commit bc30167
Show file tree
Hide file tree
Showing 10 changed files with 2,963 additions and 4,631 deletions.
3,932 changes: 0 additions & 3,932 deletions package-lock.json

This file was deleted.

9 changes: 7 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,18 +14,23 @@
"dev": "svelte-kit dev",
"build": "svelte-kit build",
"package": "svelte-kit package",
"preview": "svelte-kit preview"
"preview": "svelte-kit preview",
"test": "vitest"
},
"devDependencies": {
"@sveltejs/adapter-auto": "next",
"@sveltejs/kit": "next",
"@testing-library/jest-dom": "^5.16.4",
"@testing-library/svelte": "^3.1.3",
"autoprefixer": "^10.4.2",
"postcss": "^8.4.5",
"postcss-load-config": "^3.1.1",
"svelte": "^3.44.0",
"svelte-preprocess": "^4.10.1",
"svelte2tsx": "^0.5.3",
"tailwindcss": "^3.0.12"
"tailwindcss": "^3.0.12",
"typescript": "^4.7.3",
"vitest": "^0.14.1"
},
"type": "module",
"main": "index.js",
Expand Down
Loading

0 comments on commit bc30167

Please sign in to comment.