Changeset 0c6b92a for imaps-frontend/node_modules/vite/package.json
- Timestamp:
- 12/12/24 17:06:06 (5 weeks ago)
- Branches:
- main
- Parents:
- d565449
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
imaps-frontend/node_modules/vite/package.json
rd565449 r0c6b92a 1 1 { 2 2 "name": "vite", 3 "version": "5. 3.5",3 "version": "5.4.11", 4 4 "type": "module", 5 5 "license": "MIT", … … 69 69 "url": "https://github.com/vitejs/vite/issues" 70 70 }, 71 "homepage": "https://vite js.dev",71 "homepage": "https://vite.dev", 72 72 "funding": "https://github.com/vitejs/vite?sponsor=1", 73 73 "//": "READ CONTRIBUTING.md to understand what to put under deps vs. devDeps!", 74 74 "dependencies": { 75 75 "esbuild": "^0.21.3", 76 "postcss": "^8.4. 39",77 "rollup": "^4. 13.0"76 "postcss": "^8.4.43", 77 "rollup": "^4.20.0" 78 78 }, 79 79 "optionalDependencies": { … … 82 82 "devDependencies": { 83 83 "@ampproject/remapping": "^2.3.0", 84 "@babel/parser": "^7.2 4.8",84 "@babel/parser": "^7.25.6", 85 85 "@jridgewell/trace-mapping": "^0.3.25", 86 86 "@polka/compression": "^1.0.0-next.25", … … 100 100 "cors": "^2.8.5", 101 101 "cross-spawn": "^7.0.3", 102 "debug": "^4.3. 5",102 "debug": "^4.3.6", 103 103 "dep-types": "link:./src/types", 104 104 "dotenv": "^16.4.5", … … 110 110 "fast-glob": "^3.3.2", 111 111 "http-proxy": "^1.18.1", 112 "launch-editor-middleware": "^2. 8.0",113 "lightningcss": "^1.2 5.1",114 "magic-string": "^0.30.1 0",115 "micromatch": "^4.0. 7",112 "launch-editor-middleware": "^2.9.1", 113 "lightningcss": "^1.26.0", 114 "magic-string": "^0.30.11", 115 "micromatch": "^4.0.8", 116 116 "mlly": "^1.7.1", 117 117 "mrmime": "^2.0.0", … … 130 130 "rollup-plugin-license": "^3.5.2", 131 131 "sass": "^1.77.8", 132 "sass-embedded": "^1.77.8", 132 133 "sirv": "^2.0.4", 133 134 "source-map-support": "^0.5.21", 134 135 "strip-ansi": "^7.1.0", 135 136 "strip-literal": "^2.1.0", 136 "tsconfck": "^3.1. 1",137 "tslib": "^2. 6.3",137 "tsconfck": "^3.1.4", 138 "tslib": "^2.7.0", 138 139 "types": "link:./types", 139 140 "ufo": "^1.5.4", … … 145 146 "lightningcss": "^1.21.0", 146 147 "sass": "*", 148 "sass-embedded": "*", 147 149 "stylus": "*", 148 150 "sugarss": "*", … … 154 156 }, 155 157 "sass": { 158 "optional": true 159 }, 160 "sass-embedded": { 156 161 "optional": true 157 162 },
Note:
See TracChangeset
for help on using the changeset viewer.