|
Last change
on this file was 9af201e, checked in by MBK <marija.karapandzova@…>, 2 weeks ago |
|
Fix frontend appearance
|
-
Property mode
set to
100644
|
|
File size:
710 bytes
|
| Line | |
|---|
| 1 | {
|
|---|
| 2 | "name": "babel-plugin-named-asset-import",
|
|---|
| 3 | "version": "0.3.8",
|
|---|
| 4 | "description": "Babel plugin for named asset imports in Create React App",
|
|---|
| 5 | "repository": {
|
|---|
| 6 | "type": "git",
|
|---|
| 7 | "url": "https://github.com/facebook/create-react-app.git",
|
|---|
| 8 | "directory": "packages/babel-plugin-named-asset-import"
|
|---|
| 9 | },
|
|---|
| 10 | "license": "MIT",
|
|---|
| 11 | "bugs": {
|
|---|
| 12 | "url": "https://github.com/facebook/create-react-app/issues"
|
|---|
| 13 | },
|
|---|
| 14 | "main": "index.js",
|
|---|
| 15 | "files": [
|
|---|
| 16 | "index.js"
|
|---|
| 17 | ],
|
|---|
| 18 | "peerDependencies": {
|
|---|
| 19 | "@babel/core": "^7.1.0"
|
|---|
| 20 | },
|
|---|
| 21 | "devDependencies": {
|
|---|
| 22 | "babel-plugin-tester": "^10.1.0",
|
|---|
| 23 | "jest": "^27.4.3"
|
|---|
| 24 | },
|
|---|
| 25 | "scripts": {
|
|---|
| 26 | "test": "jest"
|
|---|
| 27 | },
|
|---|
| 28 | "gitHead": "221e511730ca51c036c6954a9d2ee7659ff860f9"
|
|---|
| 29 | }
|
|---|
Note:
See
TracBrowser
for help on using the repository browser.