|
20 | 20 | "LICENSE", |
21 | 21 | "README.md" |
22 | 22 | ], |
23 | | - "locales": "./dist/locales", |
24 | | - "types": "./dist/types/src/polaris-vue.d.ts", |
| 23 | + "types": "./dist/types/polaris-vue.d.ts", |
25 | 24 | "main": "./dist/polaris-vue.umd.js", |
26 | 25 | "module": "./dist/polaris-vue.es.js", |
27 | 26 | "scripts": { |
28 | 27 | "dev": "vite", |
29 | | - "build": "rimraf dist && vite build && vue-tsc --declaration --emitDeclarationOnly && npm run gen-dts && npm run copy-locales && npm run remove-trashes", |
| 28 | + "build": "rimraf dist && vue-tsc --noEmit && vite build && npm run gen-dts && npm run copy-locales && npm run remove-trashes", |
30 | 29 | "preview": "vite preview --port 5050", |
31 | 30 | "lint": "eslint . --ext .vue,.js,.jsx,.cjs,.mjs,.ts,.tsx,.cts,.mts --fix --ignore-path .gitignore", |
32 | 31 | "gen-dts": "esbuild build/gen-component-declaration.js --bundle --platform=node | node && npm run move-dts", |
|
53 | 52 | "@shopify/postcss-plugin": "^5.0.2", |
54 | 53 | "@types/node": "^20.10.4", |
55 | 54 | "@vitejs/plugin-vue": "^5.0.2", |
56 | | - "@vue/language-plugin-pug": "^2.0.6", |
| 55 | + "@vue/language-plugin-pug": "1.8.27", |
57 | 56 | "change-case": "^5.3.0", |
58 | 57 | "eslint": "^8.54.0", |
59 | 58 | "eslint-plugin-vue": "^9.18.1", |
|
70 | 69 | "typescript": "^5.3.3", |
71 | 70 | "url": "^0.11.3", |
72 | 71 | "vite": "^5.0.10", |
| 72 | + "vite-plugin-dts": "^3.7.3", |
73 | 73 | "vite-plugin-eslint": "^1.8.1", |
74 | 74 | "vite-plugin-replace": "^0.1.1", |
75 | 75 | "vitepress": "^1.0.0-rc.35", |
76 | 76 | "vue": "^3.4.19", |
77 | 77 | "vue-component-meta": "^1.8.27", |
78 | 78 | "vue-router": "^4.2.5", |
79 | | - "vue-tsc": "^2.0.6" |
| 79 | + "vue-tsc": "^1.8.27" |
80 | 80 | }, |
81 | 81 | "peerDependencies": { |
82 | 82 | "vue": "^3.3" |
|
0 commit comments