source: imaps-frontend/node_modules/@babel/preset-react/package.json@ 79a0317

main
Last change on this file since 79a0317 was 79a0317, checked in by stefan toskovski <stefantoska84@…>, 3 days ago

F4 Finalna Verzija

  • Property mode set to 100644
File size: 1.2 KB
RevLine 
[79a0317]1{
2 "name": "@babel/preset-react",
3 "version": "7.26.3",
4 "description": "Babel preset for all React plugins.",
5 "author": "The Babel Team (https://babel.dev/team)",
6 "homepage": "https://babel.dev/docs/en/next/babel-preset-react",
7 "bugs": "https://github.com/babel/babel/issues?utf8=%E2%9C%93&q=is%3Aissue+label%3A%22area%3A%20react%22+is%3Aopen",
8 "license": "MIT",
9 "publishConfig": {
10 "access": "public"
11 },
12 "repository": {
13 "type": "git",
14 "url": "https://github.com/babel/babel.git",
15 "directory": "packages/babel-preset-react"
16 },
17 "main": "./lib/index.js",
18 "dependencies": {
19 "@babel/helper-plugin-utils": "^7.25.9",
20 "@babel/helper-validator-option": "^7.25.9",
21 "@babel/plugin-transform-react-display-name": "^7.25.9",
22 "@babel/plugin-transform-react-jsx": "^7.25.9",
23 "@babel/plugin-transform-react-jsx-development": "^7.25.9",
24 "@babel/plugin-transform-react-pure-annotations": "^7.25.9"
25 },
26 "peerDependencies": {
27 "@babel/core": "^7.0.0-0"
28 },
29 "devDependencies": {
30 "@babel/core": "^7.26.0",
31 "@babel/helper-plugin-test-runner": "^7.25.9"
32 },
33 "engines": {
34 "node": ">=6.9.0"
35 },
36 "type": "commonjs"
37}
Note: See TracBrowser for help on using the repository browser.