site/package.json

90 lines
2.3 KiB
JSON
Raw 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",
"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": {
2018-08-28 17:24:30 +02:00
"bigchaindb-driver": "^4.1.0",
"bootstrap": "^4.1.3",
2018-05-15 22:23:56 +02:00
"clipboard": "^2.0.1",
2018-06-13 11:46:13 +02:00
"cookies-eu-banner": "^1.2.14",
"gumshoejs": "github:cferdinandi/gumshoe",
"is-in-viewport": "^3.0.4",
2018-02-01 14:14:03 +01:00
"jquery": "^3.3.1",
2017-05-30 21:47:05 +02:00
"normalize-opentype.css": "^0.2.4",
"normalize-scss": "^7.0.1",
2018-03-01 13:05:37 +01:00
"parsleyjs": "^2.8.1",
2018-08-28 17:24:30 +02:00
"popper.js": "^1.14.4",
2017-11-03 09:45:20 +01:00
"select2": "^4.0.5",
2018-12-03 12:00:59 +01:00
"smooth-scroll": "^15.0.0",
2017-08-08 12:18:52 +02:00
"svg4everybody": "^2.1.9",
"textarea-autogrow": "^1.0.0",
2018-06-13 11:46:13 +02:00
"vivus": "^0.4.4"
2015-12-19 20:56:04 +01:00
},
"devDependencies": {
2018-12-03 12:00:59 +01:00
"@babel/core": "^7.1.6",
"@babel/preset-env": "^7.1.6",
"@babel/register": "^7.0.0",
"acorn": "^6.0.0",
2018-12-03 12:00:59 +01:00
"browser-sync": "^2.26.3",
2016-01-30 14:56:26 +01:00
"concurrent-transform": "^1.0.0",
2018-08-28 17:24:30 +02:00
"critical": "^1.3.4",
2018-03-13 09:59:08 +01:00
"cross-spawn": "^6.0.5",
2017-07-18 11:38:13 +02:00
"del": "^3.0.0",
2018-06-25 13:29:14 +02:00
"gulp": "^4.0.0",
"gulp-autoprefixer": "^6.0.0",
2018-12-03 12:00:59 +01:00
"gulp-clean-css": "^4.0.0",
2018-02-01 14:14:03 +01:00
"gulp-cli": "^2.0.1",
2017-12-22 11:57:22 +01:00
"gulp-concat": "^2.6.1",
2018-03-13 09:59:08 +01:00
"gulp-header": "^2.0.5",
"gulp-htmlmin": "^5.0.1",
2017-03-04 23:32:25 +01:00
"gulp-if": "^2.0.2",
2018-12-03 12:00:59 +01:00
"gulp-imagemin": "^5.0.3",
2017-12-22 11:57:22 +01:00
"gulp-include": "^2.3.1",
2017-03-04 23:32:25 +01:00
"gulp-load-plugins": "^1.5.0",
2018-08-28 17:24:30 +02:00
"gulp-rename": "^1.4.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",
2018-04-26 10:02:22 +02:00
"gulp-sass": "^4.0.1",
2018-02-01 14:14:03 +01:00
"gulp-sourcemaps": "^2.6.4",
2018-03-19 12:46:31 +01:00
"gulp-svg-sprite": "^1.4.0",
2018-08-28 17:24:30 +02:00
"gulp-uglify": "^3.0.1",
2017-12-22 11:57:22 +01:00
"gulp-util": "^3.0.8",
2018-08-28 17:24:30 +02:00
"gulp-zip": "^4.2.0",
2018-06-13 11:46:13 +02:00
"js-yaml": "^3.12.0",
2018-08-28 17:24:30 +02:00
"request": "^2.88.0",
"stylelint": "^9.5.0",
2018-03-01 13:05:37 +01:00
"stylelint-config-bigchaindb": "^1.2.1",
2018-03-13 09:59:08 +01:00
"stylelint-config-standard": "^18.2.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
}
}