4b53a53c1b
* removing Astro.resolve, adding sass dev dependencies * updating tailwind example to use ESM style imports * moving from `<style global>@import` to ESM imports * updating lockfile to pick up examples sass deps * chore(lint): ESLint fix Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
16 lines
335 B
JSON
16 lines
335 B
JSON
{
|
|
"name": "@example/portfolio-svelte",
|
|
"version": "0.0.1",
|
|
"private": true,
|
|
"scripts": {
|
|
"dev": "astro dev",
|
|
"start": "astro dev",
|
|
"build": "astro build",
|
|
"preview": "astro preview"
|
|
},
|
|
"devDependencies": {
|
|
"@astrojs/renderer-svelte": "^0.5.1",
|
|
"astro": "^0.24.0-next.0",
|
|
"sass": "^1.49.9"
|
|
}
|
|
}
|