mirror of
https://github.com/oceanprotocol/datascience.git
synced 2022-09-23 03:31:37 +02:00
49 lines
1.5 KiB
JSON
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.1.0"
|
|
},
|
|
"devDependencies": {
|
|
"@babel/core": "^7.2.0",
|
|
"@babel/preset-env": "^7.2.0",
|
|
"@babel/register": "^7.0.0",
|
|
"autoprefixer": "^9.4.1",
|
|
"babel-eslint": "^10.0.1",
|
|
"browser-sync": "^2.26.3",
|
|
"cssnano": "^4.1.7",
|
|
"del": "^3.0.0",
|
|
"eslint": "5.9.0",
|
|
"eslint-config-oceanprotocol": "^1.3.0",
|
|
"eslint-config-prettier": "^3.3.0",
|
|
"eslint-plugin-prettier": "^3.0.0",
|
|
"gulp": "^4.0.0",
|
|
"gulp-htmlmin": "^5.0.1",
|
|
"gulp-liquify": "^0.0.6",
|
|
"gulp-load-plugins": "^1.5.0",
|
|
"gulp-postcss": "^8.0.0",
|
|
"gulp-rev": "^9.0.0",
|
|
"gulp-rev-replace": "^0.4.4",
|
|
"gulp-sass": "^4.0.2",
|
|
"prettier": "^1.15.3"
|
|
},
|
|
"browserslist": [
|
|
">0.2%",
|
|
"not dead",
|
|
"not ie <= 11",
|
|
"not op_mini all"
|
|
]
|
|
}
|