|
1 | 1 | { |
2 | 2 | "name": "@vitejs/vite-monorepo", |
3 | 3 | "private": true, |
| 4 | + "type": "module", |
4 | 5 | "engines": { |
5 | 6 | "node": "^14.18.0 || >=16.0.0" |
6 | 7 | }, |
|
50 | 51 | "@types/json-stable-stringify": "^1.0.34", |
51 | 52 | "@types/less": "^3.0.3", |
52 | 53 | "@types/micromatch": "^4.0.2", |
53 | | - "@types/minimist": "^1.2.2", |
54 | 54 | "@types/node": "^18.15.5", |
55 | 55 | "@types/picomatch": "^2.3.0", |
56 | | - "@types/prompts": "2.4.2", |
57 | 56 | "@types/resolve": "^1.20.2", |
58 | 57 | "@types/sass": "~1.43.1", |
59 | | - "@types/semver": "^7.3.13", |
60 | 58 | "@types/stylus": "^0.48.38", |
61 | 59 | "@types/ws": "^8.5.4", |
62 | 60 | "@typescript-eslint/eslint-plugin": "^5.56.0", |
63 | 61 | "@typescript-eslint/parser": "^5.56.0", |
| 62 | + "@vitejs/release-scripts": "^1.1.0", |
64 | 63 | "conventional-changelog-cli": "^2.2.2", |
65 | 64 | "eslint": "^8.36.0", |
66 | 65 | "eslint-define-config": "^1.17.0", |
|
71 | 70 | "fast-glob": "^3.2.12", |
72 | 71 | "fs-extra": "^11.1.1", |
73 | 72 | "lint-staged": "^13.2.0", |
74 | | - "minimist": "^1.2.8", |
75 | 73 | "npm-run-all": "^4.1.5", |
76 | 74 | "picocolors": "^1.0.0", |
77 | 75 | "playwright-chromium": "^1.31.2", |
78 | 76 | "prettier": "2.8.5", |
79 | | - "prompts": "^2.4.2", |
80 | 77 | "resolve": "^1.22.1", |
81 | 78 | "rimraf": "^4.4.0", |
82 | 79 | "rollup": "^3.20.2", |
83 | | - "semver": "^7.3.8", |
84 | 80 | "simple-git-hooks": "^2.8.1", |
85 | 81 | "tslib": "^2.5.0", |
86 | 82 | "tsx": "^3.12.6", |
|
0 commit comments