UNPKG

1.25 kBJSONView Raw
1{
2 "name": "babel-plugin-import",
3 "version": "1.12.0",
4 "description": "Component modular import plugin for babel.",
5 "repository": {
6 "type": "git",
7 "url": "https://github.com/ant-design/babel-plugin-import"
8 },
9 "main": "lib/index.js",
10 "scripts": {
11 "build": "umi-tools build",
12 "test": "umi-tools test --coverage",
13 "debug": "umi-tools test",
14 "lint": "eslint --ext .js src",
15 "coveralls": "cat ./coverage/lcov.info | coveralls",
16 "prepack": "npm run build"
17 },
18 "pre-commit": [
19 "lint"
20 ],
21 "keywords": [
22 "babel-plugin",
23 "antd"
24 ],
25 "author": "chencheng <sorrycc@gmail.com>",
26 "license": "MIT",
27 "devDependencies": {
28 "@babel/core": "^7.0.0",
29 "@babel/preset-react": "^7.0.0",
30 "babel-core": "^7.0.0-0",
31 "babel-preset-umi": "^1.0.0",
32 "coveralls": "^2.11.6",
33 "eslint": "^2.7.0",
34 "eslint-config-airbnb": "^6.2.0",
35 "material-ui": "^0.15.4",
36 "pre-commit": "~1.1.2",
37 "react-toolbox": "^1.2.5",
38 "umi-tools": "^0.1.4"
39 },
40 "babel": {
41 "presets": [
42 "umi"
43 ]
44 },
45 "files": [
46 "src",
47 "lib",
48 "package.json",
49 "README.md"
50 ],
51 "dependencies": {
52 "@babel/helper-module-imports": "^7.0.0",
53 "@babel/runtime": "^7.0.0"
54 }
55}