Skip to content

Commit

Permalink
chore: initialize paraglide
Browse files Browse the repository at this point in the history
  • Loading branch information
openscript committed Mar 31, 2024
1 parent 4e41336 commit f93f538
Show file tree
Hide file tree
Showing 9 changed files with 721 additions and 17 deletions.
7 changes: 5 additions & 2 deletions .vscode/extensions.json
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
{
"recommendations": ["antfu.slidev"]
}
"recommendations": [
"antfu.slidev",
"inlang.vs-code-extension"
]
}
3 changes: 3 additions & 0 deletions messages/de-CH.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
{
"language": "Language"
}
3 changes: 3 additions & 0 deletions messages/en-US.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
{
"language": "Sprache"
}
7 changes: 5 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
},
"packageManager": "[email protected]",
"scripts": {
"build": "slidev build example.md",
"build": "paraglide-js compile --project ./project.inlang && slidev build example.md",
"check:format": "eslint . --max-warnings 0",
"check:types": "tsc --noEmit",
"dev": "slidev example.md --open",
Expand All @@ -23,14 +23,17 @@
"release:major": "standard-version --release-as major && git push --follow-tags",
"release:minor": "standard-version --release-as minor && git push --follow-tags",
"release:patch": "standard-version --release-as patch && git push --follow-tags",
"release:create-github-release": "conventional-github-releaser -p angular"
"release:create-github-release": "conventional-github-releaser -p angular",
"postinstall": "paraglide-js compile --project ./project.inlang"
},
"dependencies": {
"@inlang/paraglide-js-adapter-vite": "^1.2.29",
"@slidev/types": "^0.48.8",
"codemirror-theme-vars": "^0.1.2",
"prism-theme-vars": "^0.2.4"
},
"devDependencies": {
"@inlang/paraglide-js": "1.3.5",
"@slidev/cli": "^0.48.8",
"conventional-github-releaser": "^3.1.5",
"eslint": "^8.57.0",
Expand Down
Loading

0 comments on commit f93f538

Please sign in to comment.