/
bear
/
js_dev_boilerplate
Обзор
Документация
Войти
/
bear
/
js_dev_boilerplate
Код
Запросы
0
Пакеты
0
Релизы
0
CI/CD
Аналитика
Безопасность
master
package.json
42 строки
1 KB
dependabot[bot]
build(deps): bump lodash from 4.17.15 to 4.17.19
19 июл 2020, 01:49
Не верифицирован
19 июл 2020, 01:49
ff046cb
Код
Авторство
О чём код?
{ "name": "dttable", "version": "0.0.1", "description": "data table", "main": "index.js", "scripts": { "test": "echo \"Error: no test specified\" && exit 1", "build": "NODE_ENV=production babel src --out-dir dist --source-maps inline", "prepublishOnly": "npm run build" }, "keywords": [ "data table" ], "repository": { "type": "git", "url": "git+https://https://github.com/BlackChaose/js_dev_boilerplate.git" }, "files": [ "public" ], "author": "Nikita Kalitin", "license": "MIT", "homepage": "https://github.com/BlackChaose/my_snippets#readme", "dependencies": { "lodash": "^4.17.19" }, "devDependencies": { "@babel/cli": "^7.7.4", "@babel/core": "^7.7.4", "@babel/node": "^7.7.4", "@babel/plugin-transform-modules-commonjs": "^7.7.0", "@babel/preset-env": "^7.7.4", "babel-eslint": "^10.0.3", "babel-jest": "^24.9.0", "eslint": "^5.16.0", "eslint-config-airbnb-base": "^14.0.0", "eslint-config-base": "^1.0.0", "eslint-plugin-babel": "^5.3.0", "eslint-plugin-import": "^2.18.2", "jest": "^24.9.0" } }