- 웹훅 URL을 https://admin.youtooplay.com/webhook로 변경 - Nginx 리버스 프록시 설정 파일 추가 - 배포 가이드 업데이트
This commit is contained in:
96
package.json
96
package.json
@@ -1,10 +1,90 @@
|
||||
{
|
||||
"version": "1.1.0",
|
||||
"private": true,
|
||||
"scripts": {
|
||||
"release": "code -r CHANGELOG.md && node -e \"process.stdin.once('data', () => process.exit())\" && pnpm bumpp --all package.json javascript-version/package.json typescript-version/package.json"
|
||||
},
|
||||
"devDependencies": {
|
||||
"bumpp": "^8.2.1"
|
||||
}
|
||||
"name": "sneat-nuxtjs-admin-template-free",
|
||||
"version": "1.1.0",
|
||||
"private": true,
|
||||
"type": "module",
|
||||
"scripts": {
|
||||
"dev": "nuxt dev",
|
||||
"build": "node --max-old-space-size=4096 node_modules/nuxt/bin/nuxt.mjs build",
|
||||
"lint": "eslint . -c .eslintrc.cjs --fix --ext .ts,.js,.cjs,.vue,.tsx,.jsx",
|
||||
"build:icons": "tsx plugins/iconify/build-icons.ts",
|
||||
"postinstall": "nuxt prepare && npm run build:icons",
|
||||
"generate": "nuxt generate"
|
||||
},
|
||||
"dependencies": {
|
||||
"@floating-ui/dom": "1.6.8",
|
||||
"@prisma/client": "^6.16.2",
|
||||
"@stylistic/stylelint-config": "^1.0.1",
|
||||
"@types/bcryptjs": "^2.4.6",
|
||||
"@types/jsonwebtoken": "^9.0.10",
|
||||
"@vueuse/core": "^10.11.1",
|
||||
"@vueuse/math": "^10.11.1",
|
||||
"apexcharts": "3.49.2",
|
||||
"bcryptjs": "^3.0.2",
|
||||
"jsonwebtoken": "^9.0.2",
|
||||
"nuxt": "3.14.1592",
|
||||
"pg": "^8.16.3",
|
||||
"pinia": "^2.3.0",
|
||||
"prismjs": "^1.29.0",
|
||||
"roboto-fontface": "^0.10.0",
|
||||
"vue-flatpickr-component": "11.0.5",
|
||||
"vue-prism-component": "^2.0.0",
|
||||
"vue3-apexcharts": "1.5.2",
|
||||
"vue3-perfect-scrollbar": "^2.0.0",
|
||||
"vuetify": "3.7.5",
|
||||
"webfontloader": "^1.6.28"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@antfu/eslint-config-vue": "^0.43.1",
|
||||
"@antfu/utils": "^0.7.10",
|
||||
"@iconify-json/bx": "^1.2.2",
|
||||
"@iconify-json/bxl": "^1.2.2",
|
||||
"@iconify-json/bxs": "^1.2.2",
|
||||
"@iconify-json/fa": "^1.2.1",
|
||||
"@iconify-json/mdi": "^1.2.1",
|
||||
"@iconify/tools": "^4.0.7",
|
||||
"@iconify/utils": "^2.1.13",
|
||||
"@iconify/vue": "4.1.2",
|
||||
"@nuxtjs/device": "^3.2.4",
|
||||
"@pinia/nuxt": "^0.9.0",
|
||||
"@types/node": "^22.10.2",
|
||||
"@types/webfontloader": "^1.6.35",
|
||||
"@typescript-eslint/eslint-plugin": "^7.18.0",
|
||||
"@typescript-eslint/parser": "^7.18.0",
|
||||
"@vueuse/nuxt": "^12.2.0",
|
||||
"boxicons": "^2.1.4",
|
||||
"eslint": "^8.57.1",
|
||||
"eslint-config-airbnb-base": "^15.0.0",
|
||||
"eslint-import-resolver-typescript": "^3.6.1",
|
||||
"eslint-plugin-case-police": "^0.6.1",
|
||||
"eslint-plugin-import": "^2.31.0",
|
||||
"eslint-plugin-promise": "^6.6.0",
|
||||
"eslint-plugin-regex": "^1.10.0",
|
||||
"eslint-plugin-regexp": "^2.6.0",
|
||||
"eslint-plugin-sonarjs": "^0.24.0",
|
||||
"eslint-plugin-unicorn": "^51.0.1",
|
||||
"eslint-plugin-vue": "^9.32.0",
|
||||
"postcss-html": "^1.7.0",
|
||||
"postcss-scss": "^4.0.9",
|
||||
"sass": "~1.76.0",
|
||||
"stylelint": "16.8.0",
|
||||
"stylelint-codeguide": "2.0.0",
|
||||
"stylelint-config-idiomatic-order": "10.0.0",
|
||||
"stylelint-config-standard-scss": "13.1.0",
|
||||
"stylelint-use-logical-spec": "5.0.1",
|
||||
"tsx": "^4.19.2",
|
||||
"type-fest": "^4.30.1",
|
||||
"typescript": "^5.7.2",
|
||||
"vite": "^5.4.11",
|
||||
"vite-plugin-vuetify": "2.0.3",
|
||||
"vite-svg-loader": "^5.1.0"
|
||||
},
|
||||
"resolutions": {
|
||||
"postcss": "^8",
|
||||
"stylelint-order": "6.0.3"
|
||||
},
|
||||
"overrides": {
|
||||
"postcss": "^8",
|
||||
"stylelint-order": "6.0.3"
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user