/
eb
/
microfrontend-example
Обзор
Документация
Войти
/
eb
/
microfrontend-example
Код
Запросы
0
Пакеты
0
Релизы
0
CI/CD
Аналитика
Безопасность
main
container/package.json
20 строк
431 B
Evgeniy Budaev
Scaffolding the Container
02 сен 2021, 05:45
02 сен 2021, 05:45
c101851
Код
Авторство
О чём код?
{ "name": "container", "version": "1.0.0", "description": "", "main": "index.js", "scripts": { "start": "webpack serve", "test": "echo \"Error: no test specified\" && exit 1" }, "keywords": [], "author": "", "license": "ISC", "dependencies": { "html-webpack-plugin": "^5.1.0", "nodemon": "^2.0.12", "webpack": "^5.3.2", "webpack-cli": "^4.5.0", "webpack-dev-server": "^3.11.0" } }