1
0
mirror of https://github.com/oceanprotocol/datascience.git synced 2022-09-23 03:31:37 +02:00
datascience/package.json
dependabot[bot] 2eceaa0e0b
Bump eslint from 7.1.0 to 7.2.0
Bumps [eslint](https://github.com/eslint/eslint) from 7.1.0 to 7.2.0.
- [Release notes](https://github.com/eslint/eslint/releases)
- [Changelog](https://github.com/eslint/eslint/blob/master/CHANGELOG.md)
- [Commits](https://github.com/eslint/eslint/compare/v7.1.0...v7.2.0)

Signed-off-by: dependabot[bot] <support@github.com>
2020-06-08 01:05:01 +00:00

49 lines
1.5 KiB
JSON

{
"name": "@oceanprotocol/datascience",
"version": "0.1.0",
"private": true,
"homepage": "https://datascience.oceanprotocol.com",
"scripts": {
"start": "gulp",
"build": "gulp build",
"test": "npm run lint:yaml && npm run lint:scss",
"lint:js": "eslint ./src/**/*.js",
"lint:yaml": "prettier --list-different \"**/*.y?(a)ml\"",
"lint:scss": "prettier --list-different \"**/*.scss\"",
"format": "prettier ./**/*.{scss,yml,js,json} --write",
"deploy": "./deploy.sh"
},
"dependencies": {
"@oceanprotocol/art": "^2.2.0"
},
"devDependencies": {
"@babel/core": "^7.10.2",
"@babel/preset-env": "^7.10.2",
"@babel/register": "^7.10.1",
"autoprefixer": "^9.8.0",
"babel-eslint": "^10.1.0",
"browser-sync": "^2.26.7",
"cssnano": "^4.1.10",
"del": "^5.1.0",
"eslint": "^7.2.0",
"eslint-config-oceanprotocol": "^1.5.0",
"eslint-config-prettier": "^6.11.0",
"eslint-plugin-prettier": "^3.1.3",
"gulp": "^4.0.2",
"gulp-htmlmin": "^5.0.1",
"gulp-liquify": "^0.0.6",
"gulp-load-plugins": "^2.0.3",
"gulp-postcss": "^8.0.0",
"gulp-rev": "^9.0.0",
"gulp-rev-replace": "^0.4.4",
"gulp-sass": "^4.1.0",
"prettier": "^2.0.0"
},
"browserslist": [
">0.2%",
"not dead",
"not ie <= 11",
"not op_mini all"
]
}