mirror of
https://github.com/bigchaindb/site.git
synced 2024-10-31 23:35:38 +01:00
90 lines
2.3 KiB
JSON
90 lines
2.3 KiB
JSON
{
|
|
"name": "bigchaindb-site",
|
|
"version": "1.4.1",
|
|
"author": {
|
|
"name": "Matthias Kretschmann",
|
|
"email": "matthias@bigchaindb.com"
|
|
},
|
|
"description": "Landing page for BigchainDB",
|
|
"homepage": "https://www.bigchaindb.com",
|
|
"license": "(c) 2017 BigchainDB - All Rights Reserved",
|
|
"main": "gulpfile.babel.js",
|
|
"scripts": {
|
|
"start": "gulp",
|
|
"build": "gulp build --production",
|
|
"test": "stylelint _src/_assets/styles/**/*.scss"
|
|
},
|
|
"browserslist": [
|
|
"last 2 versions",
|
|
"Chrome >= 30",
|
|
"Safari >= 6.1",
|
|
"Firefox >= 35",
|
|
"Opera >= 32",
|
|
"iOS >= 8",
|
|
"Android >= 4",
|
|
"ie >= 10"
|
|
],
|
|
"dependencies": {
|
|
"bigchaindb-driver": "^4.0.0",
|
|
"bootstrap": "^4.1.0",
|
|
"clipboard": "^2.0.0",
|
|
"gumshoe": "github:cferdinandi/gumshoe",
|
|
"is-in-viewport": "^3.0.0",
|
|
"jquery": "^3.3.1",
|
|
"normalize-css": "^2.3.1",
|
|
"normalize-opentype.css": "^0.2.4",
|
|
"parsleyjs": "^2.8.1",
|
|
"popper.js": "^1.14.3",
|
|
"select2": "^4.0.5",
|
|
"smooth-scroll": "^12.1.5",
|
|
"svg4everybody": "^2.1.9",
|
|
"textarea-autogrow": "^1.0.0",
|
|
"vivus": "^0.4.3"
|
|
},
|
|
"devDependencies": {
|
|
"acorn": "^5.5.3",
|
|
"babel-core": "^6.26.0",
|
|
"babel-preset-env": "^1.6.1",
|
|
"browser-sync": "^2.23.7",
|
|
"concurrent-transform": "^1.0.0",
|
|
"critical": "^1.2.2",
|
|
"cross-spawn": "^6.0.5",
|
|
"del": "^3.0.0",
|
|
"gulp": "github:gulpjs/gulp#4.0",
|
|
"gulp-autoprefixer": "^5.0.0",
|
|
"gulp-clean-css": "^3.9.3",
|
|
"gulp-cli": "^2.0.1",
|
|
"gulp-concat": "^2.6.1",
|
|
"gulp-header": "^2.0.5",
|
|
"gulp-htmlmin": "^4.0.0",
|
|
"gulp-if": "^2.0.2",
|
|
"gulp-imagemin": "^4.1.0",
|
|
"gulp-include": "^2.3.1",
|
|
"gulp-load-plugins": "^1.5.0",
|
|
"gulp-rename": "^1.2.2",
|
|
"gulp-replace": "^0.6.1",
|
|
"gulp-rev": "^8.1.1",
|
|
"gulp-rev-replace": "^0.4.4",
|
|
"gulp-sass": "^4.0.1",
|
|
"gulp-sourcemaps": "^2.6.4",
|
|
"gulp-svg-sprite": "^1.4.0",
|
|
"gulp-uglify": "^3.0.0",
|
|
"gulp-util": "^3.0.8",
|
|
"gulp-zip": "^4.1.0",
|
|
"js-yaml": "^3.11.0",
|
|
"request": "^2.85.0",
|
|
"stylelint": "^9.2.0",
|
|
"stylelint-config-bigchaindb": "^1.2.1",
|
|
"stylelint-config-standard": "^18.2.0",
|
|
"uglify-es": "^3.3.10"
|
|
},
|
|
"engines": {
|
|
"node": ">=7.0.0"
|
|
},
|
|
"private": true,
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "https://github.com/ascribe/bigchain-website"
|
|
}
|
|
}
|