UNPKG
cra-template-fireship
Version:
latest (0.3.2)
0.3.2
0.3.1
Build and ship 🔥 your app ⚡ faster
github.com/klutchdev/fireship-js
klutchdev/fireship-js
cra-template-fireship
/
template.json
17 lines
•
314 B
JSON
View Raw
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
{
"package"
:
{
"dependencies"
:
{
"react-router-dom"
:
"^6.2.1"
,
"prettier"
:
"^2.5.1"
,
"source-map-explorer"
:
"^2.5.2"
}
,
"scripts"
:
{
"analyze"
:
"source-map-explorer 'build/static/js/*.js'"
}
,
"eslintConfig"
:
{
"extends"
:
[
"react-app"
]
}
}
}