-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
36 lines (36 loc) · 920 Bytes
/
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-r-if",
"version": "1.0.3-0",
"description": "Vue中的v-if在jsx中的模拟实现",
"main": "dist/index.js",
"scripts": {
"test": "node_modules/.bin/mocha --compilers js:babel-core/register --reporter spec",
"build": "node_modules/.bin/babel -d dist index.js"
},
"keywords": [
"babel",
"plugin",
"jsx",
"react",
"vue",
"v-if",
"display-if",
"conditional",
"react-component"
],
"author": "shenxiaotian",
"repository": "shen774411223d/babel-plugin-jsx-r-if",
"homepage": "https://github.com/shen774411223d/babel-plugin-jsx-r-if#readme",
"license": "ISC",
"dependencies": {
"babel-core": "^6.4.0"
},
"devDependencies": {
"babel-cli": "^6.4.0",
"babel-plugin-transform-react-jsx": "^6.4.0",
"babel-preset-es2015": "^6.3.13",
"chai": "^3.3.0",
"js-beautify": "^1.5.10",
"mocha": "^2.3.3"
}
}