1 | {
|
---|
2 | "_from": "@vitejs/plugin-react",
|
---|
3 | "_id": "@vitejs/plugin-react@4.3.4",
|
---|
4 | "_inBundle": false,
|
---|
5 | "_integrity": "sha512-SCCPBJtYLdE8PX/7ZQAs1QAZ8Jqwih+0VBLum1EGqmCCQal+MIUqLCzj3ZUy8ufbC0cAM4LRlSTm7IQJwWT4ug==",
|
---|
6 | "_location": "/@vitejs/plugin-react",
|
---|
7 | "_phantomChildren": {},
|
---|
8 | "_requested": {
|
---|
9 | "type": "tag",
|
---|
10 | "registry": true,
|
---|
11 | "raw": "@vitejs/plugin-react",
|
---|
12 | "name": "@vitejs/plugin-react",
|
---|
13 | "escapedName": "@vitejs%2fplugin-react",
|
---|
14 | "scope": "@vitejs",
|
---|
15 | "rawSpec": "",
|
---|
16 | "saveSpec": null,
|
---|
17 | "fetchSpec": "latest"
|
---|
18 | },
|
---|
19 | "_requiredBy": [
|
---|
20 | "#USER",
|
---|
21 | "/"
|
---|
22 | ],
|
---|
23 | "_resolved": "https://registry.npmjs.org/@vitejs/plugin-react/-/plugin-react-4.3.4.tgz",
|
---|
24 | "_shasum": "c64be10b54c4640135a5b28a2432330e88ad7c20",
|
---|
25 | "_spec": "@vitejs/plugin-react",
|
---|
26 | "_where": "/home/stevetosak/Proekt/IMaps/imaps-frontend",
|
---|
27 | "author": {
|
---|
28 | "name": "Evan You"
|
---|
29 | },
|
---|
30 | "bugs": {
|
---|
31 | "url": "https://github.com/vitejs/vite-plugin-react/issues"
|
---|
32 | },
|
---|
33 | "bundleDependencies": false,
|
---|
34 | "contributors": [
|
---|
35 | {
|
---|
36 | "name": "Alec Larson"
|
---|
37 | },
|
---|
38 | {
|
---|
39 | "name": "Arnaud Barré"
|
---|
40 | }
|
---|
41 | ],
|
---|
42 | "dependencies": {
|
---|
43 | "@babel/core": "^7.26.0",
|
---|
44 | "@babel/plugin-transform-react-jsx-self": "^7.25.9",
|
---|
45 | "@babel/plugin-transform-react-jsx-source": "^7.25.9",
|
---|
46 | "@types/babel__core": "^7.20.5",
|
---|
47 | "react-refresh": "^0.14.2"
|
---|
48 | },
|
---|
49 | "deprecated": false,
|
---|
50 | "description": "The default Vite plugin for React projects.",
|
---|
51 | "devDependencies": {
|
---|
52 | "unbuild": "^2.0.0"
|
---|
53 | },
|
---|
54 | "engines": {
|
---|
55 | "node": "^14.18.0 || >=16.0.0"
|
---|
56 | },
|
---|
57 | "exports": {
|
---|
58 | ".": {
|
---|
59 | "import": "./dist/index.mjs",
|
---|
60 | "require": "./dist/index.cjs"
|
---|
61 | }
|
---|
62 | },
|
---|
63 | "files": [
|
---|
64 | "dist"
|
---|
65 | ],
|
---|
66 | "homepage": "https://github.com/vitejs/vite-plugin-react/tree/main/packages/plugin-react#readme",
|
---|
67 | "license": "MIT",
|
---|
68 | "main": "./dist/index.cjs",
|
---|
69 | "module": "./dist/index.mjs",
|
---|
70 | "name": "@vitejs/plugin-react",
|
---|
71 | "peerDependencies": {
|
---|
72 | "vite": "^4.2.0 || ^5.0.0 || ^6.0.0"
|
---|
73 | },
|
---|
74 | "repository": {
|
---|
75 | "type": "git",
|
---|
76 | "url": "git+https://github.com/vitejs/vite-plugin-react.git",
|
---|
77 | "directory": "packages/plugin-react"
|
---|
78 | },
|
---|
79 | "scripts": {
|
---|
80 | "build": "unbuild && pnpm run patch-cjs && tsx scripts/copyRefreshUtils.ts",
|
---|
81 | "dev": "unbuild --stub",
|
---|
82 | "patch-cjs": "tsx ../../scripts/patchCJS.ts",
|
---|
83 | "prepublishOnly": "npm run build"
|
---|
84 | },
|
---|
85 | "types": "./dist/index.d.ts",
|
---|
86 | "version": "4.3.4"
|
---|
87 | }
|
---|