Projekt

Obecné

Profil

Stáhnout (540 Bajtů) Statistiky
| Větev: | Revize:
1
{
2
  "name": "babel-plugin-transform-react-jsx",
3
  "version": "6.24.1",
4
  "description": "Turn JSX into React function calls",
5
  "repository": "https://github.com/babel/babel/tree/master/packages/babel-plugin-transform-react-jsx",
6
  "license": "MIT",
7
  "main": "lib/index.js",
8
  "keywords": [
9
    "babel-plugin"
10
  ],
11
  "dependencies": {
12
    "babel-runtime": "^6.22.0",
13
    "babel-helper-builder-react-jsx": "^6.24.1",
14
    "babel-plugin-syntax-jsx": "^6.8.0"
15
  },
16
  "devDependencies": {
17
    "babel-helper-plugin-test-runner": "^6.24.1"
18
  }
19
}
(3-3/3)