|
| 1 | +{ |
| 2 | + "name": "@fantastic-mobile/example-nut", |
| 3 | + "type": "module", |
| 4 | + "private": true, |
| 5 | + "scripts": { |
| 6 | + "dev": "vite", |
| 7 | + "build": "vue-tsc -b && vite build", |
| 8 | + "build:test": "vue-tsc -b && vite build --mode test", |
| 9 | + "serve": "http-server ./dist -o", |
| 10 | + "serve:test": "http-server ./dist-test -o", |
| 11 | + "svgo": "svgo -f src/assets/icons", |
| 12 | + "lint": "vue-tsc -b" |
| 13 | + }, |
| 14 | + "dependencies": { |
| 15 | + "@fantastic-mobile/components": "workspace:*", |
| 16 | + "@fantastic-mobile/settings": "workspace:*", |
| 17 | + "@fantastic-mobile/themes": "workspace:*", |
| 18 | + "@nutui/nutui": "^4.3.14", |
| 19 | + "@nutui/touch-emulator": "^1.0.0", |
| 20 | + "@vee-validate/zod": "catalog:", |
| 21 | + "@vueuse/components": "catalog:", |
| 22 | + "@vueuse/core": "catalog:", |
| 23 | + "@vueuse/integrations": "catalog:", |
| 24 | + "axios": "catalog:", |
| 25 | + "class-variance-authority": "catalog:", |
| 26 | + "clsx": "catalog:", |
| 27 | + "dayjs": "catalog:", |
| 28 | + "defu": "catalog:", |
| 29 | + "echarts": "catalog:", |
| 30 | + "eruda": "catalog:", |
| 31 | + "es-toolkit": "catalog:", |
| 32 | + "lucide-vue-next": "catalog:", |
| 33 | + "mitt": "catalog:", |
| 34 | + "nprogress": "catalog:", |
| 35 | + "overlayscrollbars-vue": "catalog:", |
| 36 | + "path-browserify": "catalog:", |
| 37 | + "pinia": "catalog:", |
| 38 | + "pinia-plugin-persistedstate": "catalog:", |
| 39 | + "qs": "catalog:", |
| 40 | + "reka-ui": "catalog:", |
| 41 | + "spinkit": "catalog:", |
| 42 | + "tailwind-merge": "catalog:", |
| 43 | + "type-fest": "catalog:", |
| 44 | + "vconsole": "catalog:", |
| 45 | + "vee-validate": "catalog:", |
| 46 | + "vue": "catalog:", |
| 47 | + "vue-router": "catalog:", |
| 48 | + "vue-sonner": "catalog:", |
| 49 | + "zod": "catalog:" |
| 50 | + }, |
| 51 | + "devDependencies": { |
| 52 | + "@faker-js/faker": "catalog:", |
| 53 | + "@iconify/json": "catalog:", |
| 54 | + "@iconify/vue": "catalog:", |
| 55 | + "@spiriit/vite-plugin-svg-spritemap": "catalog:", |
| 56 | + "@types/nprogress": "catalog:", |
| 57 | + "@types/qs": "catalog:", |
| 58 | + "@vitejs/plugin-legacy": "catalog:", |
| 59 | + "@vitejs/plugin-vue": "catalog:", |
| 60 | + "@vitejs/plugin-vue-jsx": "catalog:", |
| 61 | + "@vue/tsconfig": "catalog:", |
| 62 | + "autoprefixer": "catalog:", |
| 63 | + "boxen": "catalog:", |
| 64 | + "http-server": "catalog:", |
| 65 | + "picocolors": "catalog:", |
| 66 | + "postcss": "catalog:", |
| 67 | + "postcss-mobile-forever": "catalog:", |
| 68 | + "postcss-nested": "catalog:", |
| 69 | + "sass-embedded": "catalog:", |
| 70 | + "svgo": "catalog:", |
| 71 | + "unplugin-auto-import": "catalog:", |
| 72 | + "unplugin-turbo-console": "catalog:", |
| 73 | + "unplugin-vue-components": "catalog:", |
| 74 | + "vite": "catalog:", |
| 75 | + "vite-plugin-archiver": "catalog:", |
| 76 | + "vite-plugin-banner": "catalog:", |
| 77 | + "vite-plugin-compression2": "catalog:", |
| 78 | + "vite-plugin-env-parse": "catalog:", |
| 79 | + "vite-plugin-fake-server": "catalog:", |
| 80 | + "vite-plugin-pages": "catalog:", |
| 81 | + "vite-plugin-qrcode": "catalog:", |
| 82 | + "vite-plugin-vue-devtools": "catalog:", |
| 83 | + "vue-tsc": "catalog:" |
| 84 | + } |
| 85 | +} |
0 commit comments