1
0
mirror of https://github.com/ipdb/website.git synced 2024-06-23 01:36:26 +02:00
website/package.json

89 lines
2.4 KiB
JSON
Raw Normal View History

2017-08-09 17:12:21 +02:00
{
2018-09-28 13:06:58 +02:00
"name": "@ipdb/website",
2017-08-09 17:12:21 +02:00
"version": "1.0.0",
"author": {
"name": "Matthias Kretschmann",
"email": "matthias@bigchaindb.com"
},
"description": "The blockchain database governance the universe needs",
"homepage": "https://ipdb.io",
2018-09-28 12:08:19 +02:00
"license": "(c) 2018 IPDB Foundation - All Rights Reserved",
2017-08-09 17:12:21 +02:00
"main": "gulpfile.babel.js",
"scripts": {
"start": "gulp",
"build": "gulp build --production",
2017-08-09 17:38:44 +02:00
"eslint": "./node_modules/eslint/bin/eslint.js _src/_assets/js/*",
"stylelint": "stylelint _src/_assets/styles/**/*.scss",
"test": "npm run eslint && npm run stylelint"
2017-08-09 17:12:21 +02:00
},
"browserslist": [
"last 2 versions",
2017-09-04 22:47:32 +02:00
"Chrome >= 50",
"Safari >= 9",
"Firefox >= 40",
"Opera >= 37",
"iOS >= 9",
"Android >= 50",
"Edge >= 12",
"ie >= 11"
2017-08-09 17:12:21 +02:00
],
2017-08-29 13:51:54 +02:00
"dependencies": {
"ajaxchimp": "^1.3.0",
2017-09-05 23:54:33 +02:00
"cookie-banner": "github:dobarkod/cookie-banner",
2018-09-28 12:08:19 +02:00
"jquery": "^3.3.1",
"smooth-scroll": "^14.2.1",
2017-08-30 15:58:38 +02:00
"textarea-autogrow": "^1.0.0"
2017-08-29 13:51:54 +02:00
},
2017-08-09 17:12:21 +02:00
"devDependencies": {
2018-09-28 12:08:19 +02:00
"@babel/core": "^7.1.0",
"@babel/preset-env": "^7.1.0",
"@babel/register": "^7.0.0",
2018-09-28 13:06:58 +02:00
"babel-eslint": "^10.0.1",
2018-09-28 12:08:19 +02:00
"browser-sync": "^2.24.7",
2018-09-28 13:06:58 +02:00
"chalk": "^2.4.1",
2017-08-09 17:12:21 +02:00
"concurrent-transform": "^1.0.0",
2018-09-28 12:08:19 +02:00
"critical": "^1.3.4",
"cross-spawn": "^6.0.5",
2017-08-09 17:12:21 +02:00
"del": "^3.0.0",
2018-09-28 12:08:19 +02:00
"eslint": "^5.6.0",
2017-12-18 15:27:36 +01:00
"eslint-config-ascribe": "^3.0.5",
2018-09-28 12:08:19 +02:00
"eslint-plugin-import": "^2.14.0",
2018-09-28 13:06:58 +02:00
"gulp": "next",
2018-09-28 12:08:19 +02:00
"gulp-autoprefixer": "^6.0.0",
"gulp-awspublish": "^3.4.0",
"gulp-awspublish-router": "^0.1.5",
"gulp-clean-css": "^3.10.0",
"gulp-cli": "^2.0.1",
2017-12-22 12:32:03 +01:00
"gulp-concat": "^2.6.1",
2018-09-28 12:08:19 +02:00
"gulp-header": "^2.0.5",
"gulp-htmlmin": "^5.0.1",
2017-08-09 17:12:21 +02:00
"gulp-if": "^2.0.2",
2018-01-02 20:11:27 +01:00
"gulp-imagemin": "^4.1.0",
2017-12-22 12:32:03 +01:00
"gulp-include": "^2.3.1",
2017-08-09 17:12:21 +02:00
"gulp-load-plugins": "^1.5.0",
2018-09-28 12:08:19 +02:00
"gulp-rename": "^1.4.0",
"gulp-replace": "^1.0.0",
2018-01-02 20:11:27 +01:00
"gulp-rev": "^8.1.1",
2018-09-28 12:08:19 +02:00
"gulp-rev-replace": "^0.4.4",
"gulp-sass": "^4.0.1",
"gulp-sourcemaps": "^2.6.4",
"gulp-svg-sprite": "^1.5.0",
"gulp-uglify": "^3.0.1",
2018-09-28 12:08:19 +02:00
"gulp-util": "^3.0.8",
2018-09-28 12:08:19 +02:00
"js-yaml": "^3.12.0",
2018-09-28 13:06:58 +02:00
"minimist": "^1.2.0",
2018-09-28 12:08:19 +02:00
"request": "^2.88.0",
"stylelint": "^9.6.0",
"stylelint-config-bigchaindb": "^1.2.1",
"stylelint-config-standard": "^18.2.0",
"uglify-es": "^3.3.9"
2017-08-09 17:12:21 +02:00
},
"engines": {
"node": ">=7.0.0"
},
"repository": {
"type": "git",
"url": "https://github.com/ipdb/site"
}
}