-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
36 lines (36 loc) · 1.05 KB
/
package.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
{
"name": "babel-plugin-jsx-to-schema",
"description": "babel plugin that can transform react jsx code to json schema",
"version": "0.1.8",
"main": "lib/index.js",
"devDependencies": {
"babel-core": "^6.26.3",
"babel-preset-es2015": "^6.24.1",
"babel-preset-latest": "^6.24.1",
"babel-preset-stage-0": "^6.24.1",
"babel-preset-stage-2": "^6.24.1",
"rollup": "^1.2.1",
"rollup-plugin-babel": "^3.0.7",
"rollup-plugin-node-resolve": "^4.0.0"
},
"scripts": {
"build": "npx rollup -c rollup.config.js",
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/frontMoment/babel-plugin-jsx-to-schema.git"
},
"author": {
"name": "beizhu",
"email": "[email protected]"
},
"license": "MIT",
"bugs": {
"url": "https://github.com/frontMoment/babel-plugin-jsx-to-schema/issues"
},
"homepage": "https://github.com/frontMoment/babel-plugin-jsx-to-schema#readme",
"dependencies": {
"babel-plugin-transform-react-jsx": "^6.24.1"
}
}