- MANUAL-PRODUTO.md: Manual do usuário final - MANUAL-VENDAS.md: Estratégia comercial e vendas - MANUAL-TECNICO.md: Infraestrutura e deploy - README.md: Visão geral do projeto
19 lines
431 B
JSON
19 lines
431 B
JSON
{
|
|
"name": "react-builtin",
|
|
"main": "index.js",
|
|
"exports": {
|
|
".": {
|
|
"react-server": "./react.react-server.js",
|
|
"default": "./index.js"
|
|
},
|
|
"./package.json": "./package.json",
|
|
"./jsx-runtime": {
|
|
"react-server": "./jsx-runtime.react-server.js",
|
|
"default": "./jsx-runtime.js"
|
|
},
|
|
"./jsx-dev-runtime": "./jsx-dev-runtime.js"
|
|
},
|
|
"dependencies": {
|
|
"loose-envify": "^1.1.0"
|
|
}
|
|
} |