/
sweetebin
/
hackaton_26
Обзор
Документация
Войти
/
sweetebin
/
hackaton_26
Код
Запросы
0
Задачи
Вики
Пакеты
0
Релизы
0
CI/CD
Аналитика
Безопасность
master
web-form-project/node_modules/@babel/plugin-transform-react-jsx-source/package.json
35 строк
921 B
AKorostelev
web form project added
28 июл 2026, 10:57
28 июл 2026, 10:57
4339e77
Код
Авторство
О чём код?
{ "name": "@babel/plugin-transform-react-jsx-source", "version": "7.29.7", "description": "Add a __source prop to all JSX Elements", "repository": { "type": "git", "url": "https://github.com/babel/babel.git", "directory": "packages/babel-plugin-transform-react-jsx-source" }, "homepage": "https://babel.dev/docs/en/next/babel-plugin-transform-react-jsx-source", "license": "MIT", "publishConfig": { "access": "public" }, "main": "./lib/index.js", "keywords": [ "babel-plugin" ], "dependencies": { "@babel/helper-plugin-utils": "^7.29.7" }, "peerDependencies": { "@babel/core": "^7.0.0-0" }, "devDependencies": { "@babel/core": "^7.29.7", "@babel/helper-plugin-test-runner": "^7.29.7", "@babel/plugin-syntax-jsx": "^7.29.7" }, "engines": { "node": ">=6.9.0" }, "author": "The Babel Team (https://babel.dev/team)", "type": "commonjs" }