/
lostSun
/
project-client-server-apps
Обзор
Документация
Войти
/
lostSun
/
project-client-server-apps
Код
Запросы
0
Задачи
Вики
Пакеты
0
Релизы
0
CI/CD
Аналитика
Безопасность
master
node_modules/@svgr/core/package.json
38 строк
937 B
1lostsun
initial commit
05 май 2025, 11:35
05 май 2025, 11:35
fe8f535
Код
Авторство
О чём код?
{ "name": "@svgr/core", "description": "Transform SVG into React Components.", "version": "5.5.0", "main": "lib/index.js", "repository": "https://github.com/gregberge/svgr/tree/master/packages/core", "author": "Greg Bergé <berge.greg@gmail.com>", "publishConfig": { "access": "public" }, "keywords": [ "svgr", "svg", "react", "core", "api" ], "engines": { "node": ">=10" }, "homepage": "https://react-svgr.com", "funding": { "type": "github", "url": "https://github.com/sponsors/gregberge" }, "license": "MIT", "scripts": { "prebuild": "rm -rf lib/", "build": "babel --config-file ../../babel.config.js -d lib --ignore \"**/*.test.js\" src", "prepublishOnly": "yarn run build" }, "dependencies": { "@svgr/plugin-jsx": "^5.5.0", "camelcase": "^6.2.0", "cosmiconfig": "^7.0.0" }, "gitHead": "b5920550bd966f876cb65c5e23af180461e5aa23" }