Compare commits
3 Commits
ci/add-jen
...
6a4685f588
| Author | SHA1 | Date | |
|---|---|---|---|
| 6a4685f588 | |||
| 133c5c661b | |||
| 6a54ecd003 |
1
.node-version
Normal file
1
.node-version
Normal file
@@ -0,0 +1 @@
|
||||
v22.22.0
|
||||
5
.vscode/settings.json
vendored
5
.vscode/settings.json
vendored
@@ -5,5 +5,8 @@
|
||||
"editor.codeActionsOnSave": {
|
||||
"source.fixAll.oxc": "always"
|
||||
},
|
||||
"typescript.tsdk": "node_modules\\typescript\\lib"
|
||||
"typescript.tsdk": "node_modules\\typescript\\lib",
|
||||
"[typescript]": {
|
||||
"editor.defaultFormatter": "oxc.oxc-vscode"
|
||||
}
|
||||
}
|
||||
@@ -15,7 +15,7 @@ export default defineNuxtConfig({
|
||||
'radix-vue/nuxt',
|
||||
'dayjs-nuxt',
|
||||
'@pinia/nuxt',
|
||||
'@pinia-plugin-persistedstate/nuxt',
|
||||
'pinia-plugin-persistedstate',
|
||||
'@vite-pwa/nuxt',
|
||||
'@nuxtjs/google-fonts',
|
||||
'@nuxt/image',
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "xsh-assistant",
|
||||
"version": "0.1.6",
|
||||
"name": "xsh-assistant-next",
|
||||
"version": "2.0.0",
|
||||
"private": true,
|
||||
"type": "module",
|
||||
"scripts": {
|
||||
@@ -31,8 +31,9 @@
|
||||
"highlight.js": "^11.10.0",
|
||||
"idb-keyval": "^6.2.1",
|
||||
"markdown-it": "^14.1.0",
|
||||
"nuxt": "^3.12.4",
|
||||
"nuxt": "^3.21.1",
|
||||
"nuxt-driver.js": "^0.0.11",
|
||||
"pinia-plugin-persistedstate": "^4.7.1",
|
||||
"radix-vue": "^1.9.2",
|
||||
"v-calendar": "^3.1.2",
|
||||
"vue": "^3.4.34",
|
||||
@@ -42,7 +43,6 @@
|
||||
"devDependencies": {
|
||||
"@nuxt/ui": "^2.20.0",
|
||||
"@nuxtjs/google-fonts": "^3.2.0",
|
||||
"@pinia-plugin-persistedstate/nuxt": "^1.2.1",
|
||||
"@pinia/nuxt": "^0.5.2",
|
||||
"@tailwindcss/typography": "^0.5.13",
|
||||
"@types/markdown-it": "^13.0.9",
|
||||
|
||||
9853
pnpm-lock.yaml
generated
9853
pnpm-lock.yaml
generated
File diff suppressed because it is too large
Load Diff
Reference in New Issue
Block a user