site/package.json

87 lines
2.2 KiB
JSON
Raw Permalink Normal View History

2015-12-19 20:56:04 +01:00
{
2017-05-29 21:15:48 +02:00
"name": "bigchaindb-site",
2016-02-29 16:20:09 +01:00
"version": "1.4.1",
2015-12-19 20:56:04 +01:00
"author": {
"name": "Matthias Kretschmann",
"email": "matthias@bigchaindb.com"
2015-12-19 20:56:04 +01:00
},
2016-01-30 15:04:10 +01:00
"description": "Landing page for BigchainDB",
"homepage": "https://www.bigchaindb.com",
2018-06-25 13:29:14 +02:00
"license": "Apache-2.0",
"main": "gulpfile.babel.js",
"scripts": {
"start": "gulp",
2017-05-30 18:25:40 +02:00
"build": "gulp build --production",
2020-05-25 12:21:33 +02:00
"build:staging": "gulp build --staging",
2020-05-25 13:27:15 +02:00
"deploy": "gulp deploy --live",
"deploy:staging": "gulp deploy --beta",
2017-05-30 18:25:40 +02:00
"test": "stylelint _src/_assets/styles/**/*.scss"
},
"browserslist": [
"last 2 versions",
2018-05-15 22:23:56 +02:00
"Chrome >= 50",
"Safari >= 9",
"Firefox >= 50",
"iOS >= 9",
"Android >= 6",
"ie >= 11"
],
2015-12-19 20:56:04 +01:00
"dependencies": {
2020-05-25 11:43:44 +02:00
"bootstrap": "^4.5.0",
2018-05-15 22:23:56 +02:00
"clipboard": "^2.0.1",
2020-05-25 11:05:48 +02:00
"cookies-eu-banner": "^2.0.1",
2018-06-13 11:46:13 +02:00
"is-in-viewport": "^3.0.4",
2020-05-25 11:05:48 +02:00
"jquery": "^3.5.1",
2017-05-30 21:47:05 +02:00
"normalize-opentype.css": "^0.2.4",
"normalize-scss": "^7.0.1",
2020-05-25 11:05:48 +02:00
"parsleyjs": "^2.9.2",
"popper.js": "^1.16.1",
"select2": "^4.0.13",
"smooth-scroll": "^16.1.3",
"textarea-autogrow": "^1.0.0",
2020-05-25 11:05:48 +02:00
"vivus": "^0.4.5"
2015-12-19 20:56:04 +01:00
},
"devDependencies": {
2020-05-27 10:53:58 +02:00
"@babel/core": "^7.10.0",
"@babel/preset-env": "^7.10.0",
2020-05-25 11:05:48 +02:00
"@babel/register": "^7.9.0",
"browser-sync": "^2.26.7",
"critical": "^1.3.9",
"del": "^5.1.0",
2019-05-21 14:15:11 +02:00
"gulp": "^4.0.2",
2020-05-25 11:05:48 +02:00
"gulp-autoprefixer": "^7.0.1",
"gulp-clean-css": "^4.3.0",
"gulp-cli": "^2.2.1",
2017-12-22 11:57:22 +01:00
"gulp-concat": "^2.6.1",
2020-05-25 11:05:48 +02:00
"gulp-header": "^2.0.9",
"gulp-htmlmin": "^5.0.1",
2020-05-25 11:05:48 +02:00
"gulp-if": "^3.0.0",
"gulp-imagemin": "^7.1.0",
2019-05-21 14:15:11 +02:00
"gulp-include": "^2.4.1",
2020-05-25 11:05:48 +02:00
"gulp-load-plugins": "^2.0.3",
"gulp-rename": "^2.0.0",
"gulp-replace": "^1.0.0",
"gulp-rev": "^9.0.0",
2018-03-01 13:05:37 +01:00
"gulp-rev-replace": "^0.4.4",
2020-05-25 11:05:48 +02:00
"gulp-sass": "^4.1.0",
2019-05-21 14:15:11 +02:00
"gulp-sourcemaps": "^2.6.5",
2020-05-25 11:05:48 +02:00
"gulp-svg-sprite": "^1.5.0",
2019-05-21 14:15:11 +02:00
"gulp-uglify": "^3.0.2",
2017-12-22 11:57:22 +01:00
"gulp-util": "^3.0.8",
2020-05-25 11:05:48 +02:00
"gulp-zip": "^5.0.1",
"js-yaml": "^3.14.0",
"request": "^2.88.2",
2020-05-25 12:21:33 +02:00
"stylelint": "^13.5.0",
2019-05-21 14:15:11 +02:00
"stylelint-config-bigchaindb": "^1.2.2",
2020-05-25 12:21:33 +02:00
"stylelint-config-standard": "^20.0.0",
2018-05-15 22:23:56 +02:00
"uglify-es": "^3.3.9"
2015-12-19 20:56:04 +01:00
},
"engines": {
2017-05-30 10:15:15 +02:00
"node": ">=7.0.0"
2015-12-19 20:56:04 +01:00
},
"repository": {
"type": "git",
2018-05-15 22:23:56 +02:00
"url": "https://github.com/bigchaindb/site.git"
2015-12-19 20:56:04 +01:00
}
}