aboutsummaryrefslogtreecommitdiffstats
path: root/package.json
diff options
context:
space:
mode:
Diffstat (limited to 'package.json')
-rw-r--r--package.json20
1 files changed, 20 insertions, 0 deletions
diff --git a/package.json b/package.json
new file mode 100644
index 0000000..04d744f
--- /dev/null
+++ b/package.json
@@ -0,0 +1,20 @@
+{
+ "name": "svelte-vite-tailwind",
+ "version": "0.0.0",
+ "scripts": {
+ "dev": "vite",
+ "build": "vite build",
+ "serve": "vite preview"
+ },
+ "devDependencies": {
+ "@sveltejs/vite-plugin-svelte": "^1.0.0-next.49",
+ "autoprefixer": "^10.4.7",
+ "postcss": "^8.4.14",
+ "svelte": "^3.48.0",
+ "tailwindcss": "^3.1.4",
+ "vite": "^2.9.13"
+ },
+ "dependencies": {
+ "svelte-routing": "^1.6.0"
+ }
+} \ No newline at end of file