react-vfor
Version:
`ReactVFor` is a Vite/React plugin that allows you to use Vue-like `v-for` syntax in React components.
52 lines (51 loc) • 1.1 kB
JSON
{
"name": "react-vfor",
"version": "1.0.29",
"type": "module",
"main": "dist/index.cjs.js",
"module": "dist/index.es.js",
"unpkg": "dist/index.umd.js",
"types": "dist/types/index.d.ts",
"files": ["dist"],
"exports": {
".": {
"import": "./dist/index.es.js",
"require": "./dist/index.cjs.js",
"types": "./dist/types/index.d.ts"
}
},
"scripts": {
"build": "vite build",
"prepare": "npm run build"
},
"repository": {
"type": "git",
"url": "git+https://github.com/denievkhalid/react-vfor.git"
},
"peerDependencies": {
"@babel/core": "^7.0.0",
"@babel/preset-react": "^7.0.0",
"@babel/preset-typescript": "^7.0.0",
"react": "^18.0.0",
"react-dom": "^18.0.0"
},
"devDependencies": {
"@vitejs/plugin-react": "^5.0.0",
"prettier": "^3.6.2",
"typescript": "^5.1.0",
"vite": "^5.0.0",
"vite-plugin-dts": "^4.5.4"
},
"keywords": [
"react",
"vite",
"v-for",
"jsx",
"vue-syntax",
"react-plugin",
"vite-plugin",
"jsx-loops",
"react-vite-plugin",
"babel"
]
}