mirror of
https://github.com/zhigang1992/create-react-app.git
synced 2026-04-26 14:15:50 +08:00
- babel-plugin-named-asset-import@0.3.1 - babel-preset-react-app@7.0.1 - create-react-app@2.1.4 - eslint-config-react-app@3.0.7 - react-app-polyfill@0.2.1 - react-dev-utils@7.0.2 - react-error-overlay@5.1.3 - react-scripts@2.1.4
25 lines
550 B
JSON
25 lines
550 B
JSON
{
|
|
"name": "babel-plugin-named-asset-import",
|
|
"version": "0.3.1",
|
|
"description": "Babel plugin for named asset imports in Create React App",
|
|
"repository": "facebookincubator/create-react-app",
|
|
"license": "MIT",
|
|
"bugs": {
|
|
"url": "https://github.com/facebookincubator/create-react-app/issues"
|
|
},
|
|
"main": "index.js",
|
|
"files": [
|
|
"index.js"
|
|
],
|
|
"peerDependencies": {
|
|
"@babel/core": "^7.1.0"
|
|
},
|
|
"devDependencies": {
|
|
"babel-plugin-tester": "^5.5.1",
|
|
"jest": "^23.6.0"
|
|
},
|
|
"scripts": {
|
|
"test": "jest"
|
|
}
|
|
}
|