-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
38 lines (38 loc) · 1.13 KB
/
package.json
File metadata and controls
38 lines (38 loc) · 1.13 KB
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
38
{
"name": "babel-preset-karas",
"version": "7.10.3",
"description": "Babel preset for all Karas plugins.",
"author": "army8735 <army8735@qq.com>",
"license": "MIT",
"publishConfig": {
"access": "public"
},
"repository": {
"type": "git",
"url": "https://github.com/karasjs/babel-preset-karas.git"
},
"scripts": {
"build": "rollup -c rollup.config.js",
"dev": "rollup -c rollup.config.js --watch"
},
"main": "lib/index.js",
"dependencies": {
"@babel/helper-plugin-utils": "^7.10.4",
"@babel/plugin-transform-react-display-name": "^7.10.4",
"@babel/plugin-transform-react-jsx": "^7.10.4",
"@babel/plugin-transform-react-jsx-development": "^7.10.4",
"@babel/plugin-transform-react-jsx-self": "^7.10.4",
"@babel/plugin-transform-react-jsx-source": "^7.10.4",
"@babel/plugin-transform-react-pure-annotations": "^7.10.4"
},
"peerDependencies": {
"@babel/core": "^7.10.4"
},
"devDependencies": {
"@babel/preset-env": "^7.11.0",
"babel-preset-karas": "^7.10.0",
"rollup": "^2.26.6",
"rollup-plugin-babel": "^4.4.0",
"webstorm-disable-index": "^1.2.0"
}
}