UNPKG
cra-template-paulo-vanilla
Version:
latest (0.1.3)
0.1.3
0.1.2
0.1.1
0.1.0
CRA with more organized folder structure, CSS Modules, helpful Readme and project Snippets.
cra-template-paulo-vanilla
/
template.json
14 lines
•
372 B
JSON
View Raw
1
2
3
4
5
6
7
8
9
10
11
12
13
14
{
"package"
: {
"dependencies"
: {
"
@fontsource
/roboto"
:
"^4.5.0"
,
"
@testing
-library/jest-dom"
:
"^5.11.4"
,
"
@testing
-library/react"
:
"^11.1.0"
,
"
@testing
-library/user-event"
:
"^12.1.10"
,
"web-vitals"
:
"^1.0.1"
},
"eslintConfig"
: {
"extends"
: [
"react-app"
,
"react-app/jest"
] } } }