-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
29 lines (29 loc) · 850 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
{
"name": "react-app-rewire-module-resolver",
"version": "1.0.0",
"description":
"Adds the babel-plugin-module-resolver to your create-react-app via react-app-rewired",
"main": "index.js",
"files": ["index.js"],
"repository": {
"type": "git",
"url":
"git+https://github.com/LopesAlysson/react-app-rewire-module-resolver.git"
},
"keywords": ["react-app-rewire", "babel-plugin"],
"author": "Alysson Lopes <[email protected]",
"license": "MIT",
"bugs": {
"url":
"https://github.com/LopesAlysson/react-app-rewire-module-resolver/issues"
},
"homepage":
"https://github.com/LopesAlysson/react-app-rewire-module-resolver#readme",
"dependencies": {
"babel-core": "^6.26.2"
},
"peerDependencies": {
"babel-plugin-module-resolver": "^3.1.1",
"react-app-rewired": "^1.5.2"
}
}