Skip to content

Commit

Permalink
feat: support svelte-preprocess
Browse files Browse the repository at this point in the history
  • Loading branch information
tmkx committed May 16, 2023
1 parent 322cb77 commit 9362f4b
Show file tree
Hide file tree
Showing 5 changed files with 1,111 additions and 567 deletions.
5 changes: 4 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -61,8 +61,10 @@
"resolve": "1.20.0",
"rollup-plugin-dts": "5.3.0",
"rollup-plugin-hashbang": "2.2.2",
"sass": "1.62.1",
"strip-json-comments": "4.0.0",
"svelte": "3.46.4",
"svelte-preprocess": "5.0.3",
"terser": "^5.16.0",
"ts-essentials": "9.1.2",
"tsconfig-paths": "3.12.0",
Expand All @@ -88,6 +90,7 @@
}
},
"engines": {
"node": ">=14.18"
"node": ">=14.18",
"pnpm": ">=8.0.0 || >=7.24.2"
}
}

0 comments on commit 9362f4b

Please sign in to comment.