UNPKG

vite-plugin-react-code-navigation

Version:
48 lines (47 loc) 1.36 kB
{ "name": "vite-plugin-react-code-navigation", "version": "1.2.1", "description": "代码导航 vite 插件", "main": "dist/index.cjs", "module": "dist/index.mjs", "types": "dist/index.d.ts", "exports": { ".": { "types": "./dist/index.d.ts", "require": "./dist/index.cjs", "import": "./dist/index.mjs" } }, "repository": { "type": "git", "url": "git+https://github.com/Charles-ShiZ/vite-plugin-react-code-navigation" }, "homepage": "https://github.com/Charles-ShiZ/vite-plugin-react-code-navigation", "scripts": { "esbuild:cjs": "esbuild ./src/index.ts --bundle --platform=node --outfile=dist/index.cjs --format=cjs", "esbuild:esm": "esbuild ./src/index.ts --bundle --platform=node --outfile=dist/index.mjs --format=esm", "build": "npm run esbuild:cjs && npm run esbuild:esm", "test": "echo \"Error: no test specified\" && exit 1" }, "keywords": [ "vite", "plugin", "react-vite-plugin", "jump to code", "jump to vscode", "jump to source code", "code-navigation" ], "author": "shizhanhong", "license": "ISC", "devDependencies": { "@types/babel__generator": "^7.6.4", "@types/node": "^18.7.18", "esbuild": "^0.15.8", "vite": "^3.1.3" }, "dependencies": { "@babel/generator": "^7.20.7", "@babel/parser": "^7.20.7" } }