-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
37 lines (37 loc) · 874 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
37
{
"name": "babel-plugin-v.i.t.u",
"version": "1.0.1",
"description": "A Babel plugin that converts `r-if` like Vue.js JSX attributes to conditional expressions for React components.",
"type": "module",
"main": "dist/index.js",
"types": "dist/types.d.ts",
"repository": {
"type": "git",
"url": "git+https://github.com/mid-guy/v.i.t.u.git"
},
"publishConfig": {
"access": "public"
},
"scripts": {
"build": "npm run clean && rollup -c",
"clean": "rm -rf dist"
},
"keywords": [
"jsx",
"r-if",
"react",
"react-compiler",
"babel-plugin"
],
"author": "mid-guy",
"license": "MIT",
"devDependencies": {
"rollup-plugin-copy": "^3.5.0",
"@babel/core": "^7.26.0",
"@babel/preset-env": "^7.26.0",
"@rollup/plugin-babel": "^6.0.4",
"@rollup/plugin-commonjs": "^28.0.1",
"@rollup/plugin-node-resolve": "^15.3.0",
"rollup": "^4.24.3"
}
}