|
1 | 1 | {
|
2 | 2 | "name": "codemirror-editor-vue3",
|
3 | 3 | "description": "CodeMirror component for Vue3",
|
4 |
| - "version": "2.3.0-beta2", |
| 4 | + "version": "2.3.0-beta.1", |
5 | 5 | "license": "MIT",
|
6 | 6 | "files": [
|
7 | 7 | "dist"
|
|
45 | 45 | "dev": "vite",
|
46 | 46 | "build": "vite build",
|
47 | 47 | "build:types": "tsc --emitDeclarationOnly vite build",
|
48 |
| - "publish-pkg": "npm run release && vite build && git push && git push --tags && npm publish && npm run deploy-docs", |
49 |
| - "publish-beta": "npm run release && vite build && npm publish --tag=beta", |
50 | 48 | "docs-dev": "vitepress dev docs --open",
|
51 | 49 | "docs-build": "vitepress build docs",
|
52 | 50 | "docs-serve": "vitepress serve docs",
|
53 | 51 | "deploy-docs": "bash scripts/deploy-docs.sh",
|
| 52 | + "release": "tsx scripts/release.ts", |
54 | 53 | "changelog": "conventional-changelog -p angular -i CHANGELOG.md -s",
|
55 |
| - "release": "node scripts/release.cjs", |
56 | 54 | "lint": "eslint . --ext .vue,.js,.jsx,.cjs,.mjs,.ts,.tsx,.cts,.mts --fix",
|
57 | 55 | "tsc": "tsc"
|
58 | 56 | },
|
|
61 | 59 | "diff-match-patch": "^1.0.5"
|
62 | 60 | },
|
63 | 61 | "peerDependencies": {
|
64 |
| - "vue": "^3.x", |
65 | 62 | "codemirror": "^5.x",
|
66 |
| - "diff-match-patch": "^1.0.5" |
| 63 | + "diff-match-patch": "^1.0.5", |
| 64 | + "vue": "^3.x" |
67 | 65 | },
|
68 | 66 | "devDependencies": {
|
69 | 67 | "@commitlint/cli": "^16.1.0",
|
|
81 | 79 | "conventional-changelog-cli": "^2.0.31",
|
82 | 80 | "dedent": "^0.7.0",
|
83 | 81 | "diff-match-patch": "^1.0.5",
|
84 |
| - "enquirer": "^2.3.6", |
85 | 82 | "eslint": "^8.35.0",
|
86 | 83 | "eslint-config-airbnb-base": "^15.0.0",
|
87 | 84 | "eslint-config-prettier": "^8.6.0",
|
88 | 85 | "eslint-plugin-import": "^2.27.5",
|
89 | 86 | "eslint-plugin-prettier": "^4.2.1",
|
90 | 87 | "eslint-plugin-vue": "^9.9.0",
|
91 |
| - "execa": "^4.0.2", |
| 88 | + "execa": "^7.0.0", |
92 | 89 | "less": "^4.1.3",
|
93 | 90 | "lint-staged": "^10.2.10",
|
94 | 91 | "minimist": "^1.2.6",
|
| 92 | + "picocolors": "^1.0.0", |
95 | 93 | "prettier": "^2.8.4",
|
| 94 | + "prompts": "^2.4.2", |
96 | 95 | "rollup-plugin-cpy": "^2.0.1",
|
97 | 96 | "rollup-plugin-vue": "^6.0.0",
|
98 | 97 | "semver": "^7.3.5",
|
| 98 | + "tsx": "^3.12.3", |
| 99 | + "enquirer": "^2.3.6", |
99 | 100 | "typescript": "^4.9.5",
|
100 | 101 | "unplugin-auto-import": "^0.15.0",
|
101 | 102 | "vite": "^4.1.4",
|
|
0 commit comments