- 웹훅 URL을 https://admin.youtooplay.com/webhook로 변경 - Nginx 리버스 프록시 설정 파일 추가 - 배포 가이드 업데이트
This commit is contained in:
67
.output/server/package.json
Normal file
67
.output/server/package.json
Normal file
@@ -0,0 +1,67 @@
|
||||
{
|
||||
"name": "sneat-nuxtjs-admin-template-free-prod",
|
||||
"version": "1.1.0",
|
||||
"type": "module",
|
||||
"private": true,
|
||||
"dependencies": {
|
||||
".prisma": "0.0.0",
|
||||
"@babel/parser": "7.28.4",
|
||||
"@prisma/client": "6.16.2",
|
||||
"@unhead/dom": "1.11.20",
|
||||
"@unhead/shared": "1.11.20",
|
||||
"@unhead/ssr": "1.11.20",
|
||||
"@vue/compiler-core": "3.5.22",
|
||||
"@vue/compiler-dom": "3.5.22",
|
||||
"@vue/compiler-ssr": "3.5.22",
|
||||
"@vue/devtools-api": "6.6.4",
|
||||
"@vue/reactivity": "3.5.22",
|
||||
"@vue/runtime-core": "3.5.22",
|
||||
"@vue/runtime-dom": "3.5.22",
|
||||
"@vue/server-renderer": "3.5.22",
|
||||
"@vue/shared": "3.5.22",
|
||||
"buffer-equal-constant-time": "1.0.1",
|
||||
"devalue": "5.3.2",
|
||||
"ecdsa-sig-formatter": "1.0.11",
|
||||
"entities": "4.5.0",
|
||||
"estree-walker": "2.0.2",
|
||||
"hookable": "5.5.3",
|
||||
"jsonwebtoken": "9.0.2",
|
||||
"jwa": "1.4.2",
|
||||
"jws": "3.2.2",
|
||||
"lodash.includes": "4.3.0",
|
||||
"lodash.isboolean": "3.0.3",
|
||||
"lodash.isinteger": "4.0.4",
|
||||
"lodash.isnumber": "3.0.3",
|
||||
"lodash.isplainobject": "4.0.6",
|
||||
"lodash.isstring": "4.0.1",
|
||||
"lodash.once": "4.1.1",
|
||||
"ms": "2.1.3",
|
||||
"packrup": "0.1.2",
|
||||
"perfect-scrollbar": "1.5.6",
|
||||
"pg": "8.16.3",
|
||||
"pg-cloudflare": "1.2.7",
|
||||
"pg-connection-string": "2.9.1",
|
||||
"pg-int8": "1.0.1",
|
||||
"pg-pool": "3.10.1",
|
||||
"pg-protocol": "1.10.3",
|
||||
"pg-types": "2.2.0",
|
||||
"pgpass": "1.0.5",
|
||||
"pinia": "2.3.1",
|
||||
"postgres-array": "2.0.0",
|
||||
"postgres-bytea": "1.0.0",
|
||||
"postgres-date": "1.0.7",
|
||||
"postgres-interval": "1.2.0",
|
||||
"safe-buffer": "5.2.1",
|
||||
"semver": "7.7.2",
|
||||
"source-map-js": "1.2.1",
|
||||
"split2": "4.2.0",
|
||||
"ufo": "1.6.1",
|
||||
"unhead": "1.11.20",
|
||||
"vue": "3.5.22",
|
||||
"vue-bundle-renderer": "2.1.2",
|
||||
"vue-demi": "0.14.10",
|
||||
"vue-router": "4.5.1",
|
||||
"vue3-perfect-scrollbar": "2.0.0",
|
||||
"xtend": "4.0.2"
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user