aboutsummaryrefslogtreecommitdiff
path: root/package.json
diff options
context:
space:
mode:
authorFurkan Sahin <furkan-dev@proton.me>2022-07-21 07:22:36 -0400
committerFurkan Sahin <furkan-dev@proton.me>2022-07-21 07:22:36 -0400
commit59067695f934184c7e6efaa4fc89fbde2f27a7cb (patch)
treeaa0673196256ec61544b6acbc3471a81516b5f20 /package.json
parentb3fdc004706a1501b32372747abc1f4f4b7dd367 (diff)
initial migration, app runs
Diffstat (limited to 'package.json')
-rw-r--r--package.json29
1 files changed, 11 insertions, 18 deletions
diff --git a/package.json b/package.json
index aaa16a2..1d57840 100644
--- a/package.json
+++ b/package.json
@@ -3,39 +3,32 @@
"version": "1.0.0",
"private": true,
"scripts": {
- "build": "rollup -c",
- "dev": "rollup -c -w --environment PORT:1776",
- "start": "sirv public --no-clear",
+ "build": "vite build",
+ "dev": "vite",
+ "start": "vite preview",
"check": "svelte-check --tsconfig ./tsconfig.json"
},
"devDependencies": {
- "@rollup/plugin-commonjs": "^17.0.0",
- "@rollup/plugin-json": "^4.1.0",
- "@rollup/plugin-node-resolve": "^11.0.0",
- "@rollup/plugin-typescript": "^8.3.0",
"@smui/button": "^4.2.0",
"@smui/icon-button": "^4.2.0",
"@smui/list": "^4.2.0",
"@smui/snackbar": "^4.2.0",
+ "@sveltejs/vite-plugin-svelte": "^1.0.1",
"@tsconfig/svelte": "^2.0.1",
"autoprefixer": "^10.4.7",
"concurrently": "^7.2.1",
"postcss": "^8.4.14",
- "postcss-load-config": "^3.1.4",
- "rollup": "^2.60.2",
- "rollup-plugin-css-only": "^3.1.0",
- "rollup-plugin-livereload": "^2.0.0",
- "rollup-plugin-svelte": "^7.0.0",
- "rollup-plugin-terser": "^7.0.0",
+ "postcss-load-config": "^4.0.1",
"svelte": "^3.44.2",
"svelte-check": "^2.2.10",
- "svelte-preprocess": "^4.10.6",
- "tailwindcss": "^3.0.24",
+ "svelte-preprocess": "^4.10.7",
+ "tailwindcss": "^3.1.5",
"tslib": "^2.0.0",
- "typescript": "4.3.5"
+ "typescript": "4.3.5",
+ "vite": "^3.0.2"
},
"dependencies": {
"daisyui": "^2.15.2",
- "sirv-cli": "^1.0.0"
+ "svelte-add": "^2022.7.0-8.0"
}
-} \ No newline at end of file
+}