1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950 |
- {
- "name": "nuxt-app",
- "private": true,
- "scripts": {
- "build": "nuxt build --dotenv .env.development",
- "build:staging": "nuxt build --dotenv .env.staging",
- "build:pro": "nuxt build --dotenv .env.production",
- "dev": "nuxt dev --dotenv .env.development",
- "dev:staging": "nuxt dev --dotenv .env.staging",
- "dev:pro": "nuxt dev --dotenv .env.production",
- "generate": "nuxt generate",
- "preview": "nuxt preview",
- "postinstall": "nuxt prepare"
- },
- "dependencies": {
- "@pinia/nuxt": "^0.5.5",
- "@popperjs/core": "^2.11.8",
- "@vueuse/core": "^11.1.0",
- "@vueuse/nuxt": "^11.1.0",
- "dayjs": "^1.11.13",
- "dayjs-nuxt": "^2.1.11",
- "lodash-es": "^4.17.21",
- "md5": "^2.3.0",
- "naive-ui": "^2.39.0",
- "nanoid": "^5.0.8",
- "nuxt": "^3.13.0",
- "nuxt-icons": "^3.2.1",
- "nuxt-swiper": "^1.2.2",
- "nuxtjs-naive-ui": "^1.0.2",
- "pinia": "^2.2.4",
- "vue": "latest",
- "vue-cropper": "^1.1.4",
- "vue-draggable-plus": "^0.5.6",
- "vue-router": "latest"
- },
- "devDependencies": {
- "@css-render/vue3-ssr": "^0.15.14",
- "@element-plus/nuxt": "^1.0.10",
- "@nuxt/icon": "^1.5.5",
- "@nuxtjs/tailwindcss": "^6.12.1",
- "@samk-dev/nuxt-vcalendar": "^1.0.4",
- "@types/node": "^22.7.3",
- "element-plus": "^2.8.6",
- "prettier": "^3.3.3",
- "prettier-plugin-tailwindcss": "^0.6.6",
- "sass": "^1.79.3",
- "unplugin-auto-import": "^0.18.3",
- "unplugin-vue-components": "^0.27.4"
- }
- }
|