1234567891011121314151617181920212223242526272829303132333435363738394041 |
- {
- "name": "nuxt-app",
- "private": true,
- "type": "module",
- "scripts": {
- "build": "nuxt build --dotenv .env.production --exec",
- "dev": "nuxt dev --dotenv .env.development --exec",
- "generate": "nuxt generate",
- "preview": "nuxt preview",
- "postinstall": "nuxt prepare",
- "start": "cross-env PORT=3005 HOST=127.0.0.1 node .output/server/index.mjs"
- },
- "dependencies": {
- "@duannx/vue-client-only": "^1.0.3",
- "@nuxt/http": "^0.6.4",
- "@nuxtjs/i18n": "^9.2.1",
- "@pinia/nuxt": "^0.10.1",
- "@vicons/ionicons4": "^0.13.0",
- "animate.css": "^4.1.1",
- "crypto-js": "^4.2.0",
- "github-markdown-css": "^5.6.1",
- "markdown-it": "^14.1.0",
- "nuxt": "^3.11.2",
- "nuxtjs-naive-ui": "^1.0.2",
- "pinia": "^3.0.1",
- "pinia-plugin-persistedstate": "^4.2.0",
- "qrcode.vue": "^3.6.0",
- "vue": "^3.4.27",
- "vue-client-only": "^2.1.0",
- "vue-router": "^4.3.2",
- "vue3-pdf-app": "^1.0.3",
- "vuex": "^4.1.0"
- },
- "devDependencies": {
- "naive-ui": "^2.38.2",
- "sass": "^1.77.2",
- "unplugin-auto-import": "^0.17.6",
- "unplugin-vue-components": "^0.27.0"
- }
- }
|