mirror of
https://github.com/bigchaindb/site.git
synced 2024-11-01 15:55:36 +01:00
Matthias Kretschmann
26d547ae02
- new native select style - progressively enhanced select styles via select.js - new textarea autogrow functionality - start isolating all the forms, load only when needed
81 lines
2.0 KiB
JSON
81 lines
2.0 KiB
JSON
{
|
|
"name": "bigchain-website",
|
|
"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"
|
|
},
|
|
"browserslist": [
|
|
"last 2 versions",
|
|
"Chrome >= 30",
|
|
"Safari >= 6.1",
|
|
"Firefox >= 35",
|
|
"Opera >= 32",
|
|
"iOS >= 8",
|
|
"Android >= 4",
|
|
"ie >= 10"
|
|
],
|
|
"dependencies": {
|
|
"is-in-viewport": "^3.0.0",
|
|
"jquery": "^3.1.1",
|
|
"normalize-css": ">=2.3.1",
|
|
"normalize-opentype.css": ">=0.2.4",
|
|
"parsleyjs": "^2.0.7",
|
|
"svg4everybody": "^2.0.0",
|
|
"tether-select": "^1.1.0",
|
|
"textarea-autogrow": "^1.0.0",
|
|
"vivus": "^0.4.0",
|
|
"whatwg-fetch": "^2.0.3"
|
|
},
|
|
"devDependencies": {
|
|
"babel-core": "^6.24.0",
|
|
"babel-preset-es2015": "^6.24.0",
|
|
"browser-sync": ">=2.10.0",
|
|
"concurrent-transform": "^1.0.0",
|
|
"critical": "^0.8.4",
|
|
"cross-spawn": "^5.1.0",
|
|
"del": "^2.0.2",
|
|
"fs": "0.0.1-security",
|
|
"gulp": "github:gulpjs/gulp#4.0",
|
|
"gulp-autoprefixer": "^4.0.0",
|
|
"gulp-awspublish": "^3.0.0",
|
|
"gulp-awspublish-router": "^0.1.1",
|
|
"gulp-clean-css": "^3.0.4",
|
|
"gulp-cli": "^1.2.2",
|
|
"gulp-concat": "^2.6.0",
|
|
"gulp-header": "^1.7.1",
|
|
"gulp-htmlmin": "^3.0.0",
|
|
"gulp-if": "^2.0.2",
|
|
"gulp-imagemin": "^3.1.1",
|
|
"gulp-include": "^2.0.2",
|
|
"gulp-load-plugins": "^1.5.0",
|
|
"gulp-rename": "^1.2.2",
|
|
"gulp-replace": "^0.5.4",
|
|
"gulp-rev": "^7.1.2",
|
|
"gulp-rev-replace": "^0.4.2",
|
|
"gulp-sass": "^3.1.0",
|
|
"gulp-sourcemaps": "^2.4.1",
|
|
"gulp-svg-sprite": "^1.2.9",
|
|
"gulp-uglify": "^2.0.1",
|
|
"gulp-util": "^3.0.6",
|
|
"js-yaml": "^3.8.3",
|
|
"request": "^2.81.0"
|
|
},
|
|
"engines": {
|
|
"node": ">=5.0.0"
|
|
},
|
|
"private": true,
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "https://github.com/ascribe/bigchain-website"
|
|
}
|
|
}
|