|
1 | 1 | { |
2 | | - "name": "@laioutr-app/shopware", |
3 | | - "version": "0.8.5", |
4 | | - "description": "Shopware integration for laioutr", |
5 | | - "license": "UNLICENSED", |
6 | | - "sideEffects": false, |
| 2 | + "name": "@laioutr/app-shopware", |
| 3 | + "version": "1.0.0", |
| 4 | + "description": "Shopware integration for Laioutr", |
| 5 | + "repository": "laioutr/app-shopware", |
| 6 | + "license": "MIT", |
7 | 7 | "type": "module", |
8 | 8 | "exports": { |
9 | 9 | ".": { |
10 | 10 | "types": "./dist/types.d.mts", |
11 | 11 | "import": "./dist/module.mjs" |
12 | | - }, |
13 | | - "./runtime": { |
14 | | - "types": "./dist/runtime/index.d.ts", |
15 | | - "import": "./dist/runtime/index.js" |
16 | 12 | } |
17 | 13 | }, |
18 | 14 | "main": "./dist/module.mjs", |
| 15 | + "typesVersions": { |
| 16 | + "*": { |
| 17 | + ".": [ |
| 18 | + "./dist/types.d.mts" |
| 19 | + ] |
| 20 | + } |
| 21 | + }, |
19 | 22 | "files": [ |
20 | 23 | "dist" |
21 | 24 | ], |
22 | 25 | "scripts": { |
23 | | - "build": "rm -rf dist && nuxt-module-build build", |
24 | | - "lint": "eslint --cache --cache-location ../../.eslintcache", |
25 | | - "release": "pnpm build && pnpm publish", |
26 | | - "setup": "nuxt-module-build prepare", |
27 | | - "stub": "nuxt-module-build build --stub", |
28 | | - "stub:setup": "pnpm run setup", |
29 | | - "test": "vitest run && nuxi typecheck", |
| 26 | + "dev": "npm run dev:prepare && nuxi dev playground", |
| 27 | + "dev:build": "nuxi build playground", |
| 28 | + "dev:prepare": "nuxt-module-build build --stub && nuxt-module-build prepare && nuxi prepare playground", |
| 29 | + "lint": "eslint .", |
| 30 | + "orchestr-dev": "infisical run -c \"npm run orchestr-dev:prepare && nuxi dev --stack-trace orchestr-playground\"", |
| 31 | + "orchestr-dev:prepare": "nuxt-module-build build --stub && nuxt-module-build prepare && nuxi prepare orchestr-playground", |
| 32 | + "prepack": "nuxt-module-build build", |
| 33 | + "release": "npm run lint && npm run test && npm run prepack && changelogen --release && npm publish && git push --follow-tags", |
| 34 | + "test": "vitest run", |
| 35 | + "test:types": "vue-tsc --noEmit && cd playground && vue-tsc --noEmit", |
30 | 36 | "test:watch": "vitest watch" |
31 | 37 | }, |
32 | | - "lint-staged": { |
33 | | - "*.{js,mjs,jsx,ts,tsx,vue}": [ |
34 | | - "pnpm lint --fix", |
35 | | - "prettier --cache --write" |
36 | | - ], |
37 | | - "*.{css,scss,md,html,json}": "prettier --cache --write" |
38 | | - }, |
39 | 38 | "dependencies": { |
40 | | - "@laioutr-core/canonical-types": "workspace:*", |
41 | | - "@laioutr-core/frontend-core": "workspace:*", |
42 | | - "@laioutr-core/kit": "workspace:*", |
43 | | - "@nuxt/kit": "catalog:nuxt-core", |
44 | | - "@nuxt/schema": "catalog:nuxt-core", |
| 39 | + "@laioutr-core/canonical-types": "^0.14.0", |
| 40 | + "@laioutr-core/frontend-core": "^0.20.5", |
| 41 | + "@laioutr-core/kit": "^0.7.8", |
| 42 | + "@nuxt/kit": "3.16.2", |
| 43 | + "@pinia/colada": "0.17.1", |
| 44 | + "@pinia/colada-nuxt": "0.2.1", |
45 | 45 | "@screeny05/ts-money": "1.1.0", |
46 | 46 | "@shopware/api-client": "1.2.1", |
47 | | - "defu": "6.1.4", |
48 | | - "slug": "^8.2.3" |
| 47 | + "@vueuse/core": "13.1.0", |
| 48 | + "pinia": "3.0.2", |
| 49 | + "slug": "^8.2.3", |
| 50 | + "zod": "3.25.61" |
49 | 51 | }, |
50 | 52 | "devDependencies": { |
51 | | - "@laioutr/eslint-config": "catalog:repo-tools", |
52 | | - "@nuxt/module-builder": "catalog:nuxt-core", |
53 | | - "@nuxt/schema": "catalog:nuxt-core", |
54 | | - "@nuxt/test-utils": "catalog:nuxt-core", |
| 53 | + "@laioutr-app/ui": "1.18.6", |
| 54 | + "@laioutr-core/orchestr-devtools": "1.5.3", |
| 55 | + "@laioutr/eslint-config": "1.5.0", |
| 56 | + "@laioutr/logger": "0.5.1", |
| 57 | + "@laioutr/prettier-config": "1.1.0", |
| 58 | + "@nuxt/devtools": "2.5.0", |
| 59 | + "@nuxt/devtools-ui-kit": "2.5.0", |
| 60 | + "@nuxt/module-builder": "1.0.1", |
| 61 | + "@nuxt/schema": "3.16.2", |
| 62 | + "@nuxt/test-utils": "3.19.1", |
55 | 63 | "@types/node": "latest", |
56 | | - "@types/slug": "^5.0.7", |
57 | | - "@vue/test-utils": "^2.4.6", |
58 | | - "nitropack": "catalog:nuxt-core", |
59 | | - "nodemon": "^3.1.7", |
60 | | - "nuxt": "catalog:nuxt-core", |
61 | | - "typescript": "catalog:nuxt-core", |
62 | | - "vitest": "catalog:nuxt-core", |
63 | | - "vue-tsc": "catalog:nuxt-core" |
| 64 | + "changelogen": "0.6.2", |
| 65 | + "eslint": "9.35.0", |
| 66 | + "nuxt": "3.16.2", |
| 67 | + "typescript": "5.8.3", |
| 68 | + "vitest": "3.1.1", |
| 69 | + "vue-tsc": "2.2.10" |
64 | 70 | }, |
65 | | - "publishConfig": { |
66 | | - "registry": "https://npm.laioutr.cloud/" |
| 71 | + "pnpm": { |
| 72 | + "overrides": { |
| 73 | + "@nuxt/devtools": "2.5.0", |
| 74 | + "@nuxt/kit": "3.16.2", |
| 75 | + "@nuxt/module-builder": "1.0.1", |
| 76 | + "@nuxt/schema": "3.16.2", |
| 77 | + "@nuxt/test-utils": "3.19.1", |
| 78 | + "@nuxtjs/i18n": "8.4.0", |
| 79 | + "@types/node": "20.14.9", |
| 80 | + "nitropack": "2.9.6", |
| 81 | + "nuxt": "3.16.2", |
| 82 | + "typescript": "5.8.3", |
| 83 | + "unbuild": "3.5.0", |
| 84 | + "unenv": "1.10.0", |
| 85 | + "vite": "5.3.1", |
| 86 | + "vite-plugin-inspect": "0.8.3", |
| 87 | + "vitest": "3.1.1", |
| 88 | + "vue": "3.5.22", |
| 89 | + "vue-tsc": "2.2.10" |
| 90 | + } |
67 | 91 | } |
68 | 92 | } |
0 commit comments