mirror of
https://github.com/muerwre/muerwre.github.io.git
synced 2025-04-25 02:46:39 +07:00
initial
This commit is contained in:
commit
5104c2518b
34 changed files with 6844 additions and 0 deletions
28
package.json
Normal file
28
package.json
Normal file
|
@ -0,0 +1,28 @@
|
|||
{
|
||||
"private": true,
|
||||
"typings": "*.d.ts",
|
||||
"scripts": {
|
||||
"build": "nuxt build",
|
||||
"dev": "nuxt dev",
|
||||
"generate": "nuxt generate",
|
||||
"preview": "nuxt preview",
|
||||
"postinstall": "nuxt prepare",
|
||||
"tsc": "nuxi typecheck"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@lewebsimple/nuxt3-svg": "^0.1.1",
|
||||
"@nuxt/content": "^2.2.0",
|
||||
"@nuxtjs/color-mode": "^3.1.8",
|
||||
"add": "^2.0.6",
|
||||
"nuxt": "3.0.0-rc.12",
|
||||
"typescript": "^4.8.4",
|
||||
"vue-tsc": "^1.0.9",
|
||||
"yarn": "^1.22.19"
|
||||
},
|
||||
"dependencies": {
|
||||
"@yeger/vue-masonry-wall": "^3.2.14",
|
||||
"body-scroll-lock": "^4.0.0-beta.0",
|
||||
"sass": "^1.55.0",
|
||||
"vue-masonry-css": "^1.0.3"
|
||||
}
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue