source: imaps-frontend/node_modules/vite/package.json@ 79a0317

main
Last change on this file since 79a0317 was 79a0317, checked in by stefan toskovski <stefantoska84@…>, 3 days ago

F4 Finalna Verzija

  • Property mode set to 100644
File size: 5.6 KB
Line 
1{
2 "//": "READ CONTRIBUTING.md to understand what to put under deps vs. devDeps!",
3 "_development": true,
4 "_from": "vite@5.4.11",
5 "_id": "vite@5.4.11",
6 "_inBundle": false,
7 "_integrity": "sha512-c7jFQRklXua0mTzneGW9QVyxFjUgwcihC4bXEtujIo2ouWCe1Ajt/amn2PCxYnhYfd5k09JX3SB7OYWFKYqj8Q==",
8 "_location": "/vite",
9 "_phantomChildren": {},
10 "_requested": {
11 "type": "version",
12 "registry": true,
13 "raw": "vite@5.4.11",
14 "name": "vite",
15 "escapedName": "vite",
16 "rawSpec": "5.4.11",
17 "saveSpec": null,
18 "fetchSpec": "5.4.11"
19 },
20 "_requiredBy": [
21 "#DEV:/"
22 ],
23 "_resolved": "https://registry.npmjs.org/vite/-/vite-5.4.11.tgz",
24 "_shasum": "3b415cd4aed781a356c1de5a9ebafb837715f6e5",
25 "_spec": "vite@5.4.11",
26 "_where": "/home/stevetosak/Proekt/IMaps/imaps-frontend",
27 "author": {
28 "name": "Evan You"
29 },
30 "bin": {
31 "vite": "bin/vite.js"
32 },
33 "bugs": {
34 "url": "https://github.com/vitejs/vite/issues"
35 },
36 "bundleDependencies": false,
37 "dependencies": {
38 "esbuild": "^0.21.3",
39 "fsevents": "~2.3.3",
40 "postcss": "^8.4.43",
41 "rollup": "^4.20.0"
42 },
43 "deprecated": false,
44 "description": "Native-ESM powered web dev build tool",
45 "devDependencies": {
46 "@ampproject/remapping": "^2.3.0",
47 "@babel/parser": "^7.25.6",
48 "@jridgewell/trace-mapping": "^0.3.25",
49 "@polka/compression": "^1.0.0-next.25",
50 "@rollup/plugin-alias": "^5.1.0",
51 "@rollup/plugin-commonjs": "^26.0.1",
52 "@rollup/plugin-dynamic-import-vars": "^2.1.2",
53 "@rollup/plugin-json": "^6.1.0",
54 "@rollup/plugin-node-resolve": "15.2.3",
55 "@rollup/pluginutils": "^5.1.0",
56 "@types/escape-html": "^1.0.4",
57 "@types/pnpapi": "^0.0.5",
58 "artichokie": "^0.2.1",
59 "cac": "^6.7.14",
60 "chokidar": "^3.6.0",
61 "connect": "^3.7.0",
62 "convert-source-map": "^2.0.0",
63 "cors": "^2.8.5",
64 "cross-spawn": "^7.0.3",
65 "debug": "^4.3.6",
66 "dep-types": "link:./src/types",
67 "dotenv": "^16.4.5",
68 "dotenv-expand": "^11.0.6",
69 "es-module-lexer": "^1.5.4",
70 "escape-html": "^1.0.3",
71 "estree-walker": "^3.0.3",
72 "etag": "^1.8.1",
73 "fast-glob": "^3.3.2",
74 "http-proxy": "^1.18.1",
75 "launch-editor-middleware": "^2.9.1",
76 "lightningcss": "^1.26.0",
77 "magic-string": "^0.30.11",
78 "micromatch": "^4.0.8",
79 "mlly": "^1.7.1",
80 "mrmime": "^2.0.0",
81 "open": "^8.4.2",
82 "parse5": "^7.1.2",
83 "pathe": "^1.1.2",
84 "periscopic": "^4.0.2",
85 "picocolors": "^1.0.1",
86 "picomatch": "^2.3.1",
87 "postcss-import": "^16.1.0",
88 "postcss-load-config": "^4.0.2",
89 "postcss-modules": "^6.0.0",
90 "resolve.exports": "^2.0.2",
91 "rollup-plugin-dts": "^6.1.1",
92 "rollup-plugin-esbuild": "^6.1.1",
93 "rollup-plugin-license": "^3.5.2",
94 "sass": "^1.77.8",
95 "sass-embedded": "^1.77.8",
96 "sirv": "^2.0.4",
97 "source-map-support": "^0.5.21",
98 "strip-ansi": "^7.1.0",
99 "strip-literal": "^2.1.0",
100 "tsconfck": "^3.1.4",
101 "tslib": "^2.7.0",
102 "types": "link:./types",
103 "ufo": "^1.5.4",
104 "ws": "^8.18.0"
105 },
106 "engines": {
107 "node": "^18.0.0 || >=20.0.0"
108 },
109 "exports": {
110 ".": {
111 "import": {
112 "types": "./dist/node/index.d.ts",
113 "default": "./dist/node/index.js"
114 },
115 "require": {
116 "types": "./index.d.cts",
117 "default": "./index.cjs"
118 }
119 },
120 "./client": {
121 "types": "./client.d.ts"
122 },
123 "./runtime": {
124 "types": "./dist/node/runtime.d.ts",
125 "import": "./dist/node/runtime.js"
126 },
127 "./dist/client/*": "./dist/client/*",
128 "./types/*": {
129 "types": "./types/*"
130 },
131 "./package.json": "./package.json"
132 },
133 "files": [
134 "bin",
135 "dist",
136 "client.d.ts",
137 "index.cjs",
138 "index.d.cts",
139 "types"
140 ],
141 "funding": "https://github.com/vitejs/vite?sponsor=1",
142 "homepage": "https://vite.dev",
143 "keywords": [
144 "frontend",
145 "framework",
146 "hmr",
147 "dev-server",
148 "build-tool",
149 "vite"
150 ],
151 "license": "MIT",
152 "main": "./dist/node/index.js",
153 "name": "vite",
154 "optionalDependencies": {
155 "fsevents": "~2.3.3"
156 },
157 "peerDependencies": {
158 "less": "*",
159 "sass": "*",
160 "stylus": "*",
161 "terser": "^5.4.0",
162 "sugarss": "*",
163 "@types/node": "^18.0.0 || >=20.0.0",
164 "lightningcss": "^1.21.0",
165 "sass-embedded": "*"
166 },
167 "peerDependenciesMeta": {
168 "less": {
169 "optional": true
170 },
171 "sass": {
172 "optional": true
173 },
174 "stylus": {
175 "optional": true
176 },
177 "terser": {
178 "optional": true
179 },
180 "sugarss": {
181 "optional": true
182 },
183 "@types/node": {
184 "optional": true
185 },
186 "lightningcss": {
187 "optional": true
188 },
189 "sass-embedded": {
190 "optional": true
191 }
192 },
193 "repository": {
194 "type": "git",
195 "url": "git+https://github.com/vitejs/vite.git",
196 "directory": "packages/vite"
197 },
198 "scripts": {
199 "build": "rimraf dist && run-s build-bundle build-types",
200 "build-bundle": "rollup --config rollup.config.ts --configPlugin esbuild",
201 "build-types": "run-s build-types-temp build-types-roll build-types-check",
202 "build-types-check": "tsc --project tsconfig.check.json",
203 "build-types-roll": "rollup --config rollup.dts.config.ts --configPlugin esbuild && rimraf temp",
204 "build-types-temp": "tsc --emitDeclarationOnly --outDir temp -p src/node",
205 "dev": "tsx scripts/dev.ts",
206 "format": "prettier --write --cache --parser typescript \"src/**/*.ts\"",
207 "lint": "eslint --cache --ext .ts src/**",
208 "typecheck": "tsc --noEmit"
209 },
210 "type": "module",
211 "types": "./dist/node/index.d.ts",
212 "typesVersions": {
213 "*": {
214 "runtime": [
215 "dist/node/runtime.d.ts"
216 ]
217 }
218 },
219 "version": "5.4.11"
220}
Note: See TracBrowser for help on using the repository browser.