-
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
40 lines (40 loc) · 886 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
30
31
32
33
34
35
36
37
38
39
40
{
"name": "react-app-rewire-alias",
"version": "1.1.7",
"description": "Alias for craco or rewired create-react-app",
"main": "src/index.js",
"repository": {
"type": "git",
"url": "https://github.com/oklas/react-app-rewire-alias"
},
"keywords": [
"create-react-app",
"alias",
"rewire",
"craco",
"cra",
"aliases",
"webpack",
"jest",
"outside of src",
"imports restriction",
"monorepo",
"multirepo",
"react-app-rewire"
],
"author": "Serguei Okladnikov <[email protected]> (https://github.com/oklas)",
"license": "MIT",
"bugs": {
"url": "https://github.com/oklas/react-app-rewire-alias/issues"
},
"homepage": "https://github.com/oklas/react-app-rewire-alias",
"devDependencies": {
},
"peerDependencies": {
"react-app-rewired": "1 || ^2"
},
"dependencies": {
},
"scripts": {
}
}