/
eb
/
build-babel
Обзор
Документация
Войти
/
eb
/
build-babel
Код
Запросы
0
Пакеты
0
Релизы
0
CI/CD
Аналитика
Безопасность
master
package.json
26 строк
711 B
EvgeniyBudaev
под все браузеры всех версий
25 фев 2020, 21:15
25 фев 2020, 21:15
0d732bd
Код
Авторство
О чём код?
{ "name": "build-babel", "version": "1.0.0", "description": "build babel", "main": "index.js", "scripts": { "test": "echo \"Error: no test specified\" && exit 1" }, "author": "Evgeniy Budaev", "license": "ISC", "devDependencies": { "@babel/cli": "^7.8.4", "@babel/core": "^7.8.4", "@babel/plugin-proposal-class-properties": "^7.8.3", "@babel/plugin-transform-block-scoping": "^7.8.3", "@babel/plugin-transform-classes": "^7.8.3", "@babel/plugin-transform-template-literals": "^7.8.3", "@babel/preset-env": "^7.8.4", "@babel/preset-react": "^7.8.3" }, "dependencies": { "core-js": "^3.6.4", "react": "^16.12.0", "react-dom": "^16.12.0" } }