diff --git a/package.json b/package.json index 9ff902f..f25a86d 100644 --- a/package.json +++ b/package.json @@ -9,9 +9,7 @@ "type": "module", "private": false, "devDependencies": { - "@linaria/vite": "^4.5.2", "@sveltejs/vite-plugin-svelte": "^2.4.2", - "sass": "^1.64.0", "scss": "^0.2.4", "svelte": "^4.1.0", "vite": "^4.4.4" @@ -19,8 +17,5 @@ "scripts": { "dev": "vite", "build": "vite build" - }, - "dependencies": { - "@linaria/core": "^4.5.2" } } diff --git a/vite.config.js b/vite.config.js index a5a436d..e213b53 100644 --- a/vite.config.js +++ b/vite.config.js @@ -1,6 +1,5 @@ import { defineConfig } from 'vite'; import { svelte } from '@sveltejs/vite-plugin-svelte'; -import linaria from '@linaria/vite'; // https://vitejs.dev/config/ export default defineConfig({