mirror of
https://github.com/velocitatem/garlic.git
synced 2026-05-31 08:43:36 +00:00
Nuxt
This commit is contained in:
19
demo-nuxt/package.json
Normal file
19
demo-nuxt/package.json
Normal file
@@ -0,0 +1,19 @@
|
||||
{
|
||||
"name": "demo-nuxt",
|
||||
"version": "1.0.0",
|
||||
"private": true,
|
||||
"scripts": {
|
||||
"dev": "nuxt",
|
||||
"build": "nuxt build",
|
||||
"start": "nuxt start",
|
||||
"generate": "nuxt generate"
|
||||
},
|
||||
"dependencies": {
|
||||
"@nuxt/kit": "^3.2.3",
|
||||
"core-js": "^3.25.3",
|
||||
"nuxt": "^2.15.8",
|
||||
"vue": "^2.7.10",
|
||||
"vue-server-renderer": "^2.7.10",
|
||||
"vue-template-compiler": "^2.7.10"
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user