gentux-style-guide
Version:
<http://gentuxdesign.com>
44 lines (43 loc) • 1.18 kB
JSON
{
"name": "gentux-style-guide",
"version": "7.8.9",
"devDependencies": {
"babel-cli": "^6.24.1",
"babel-core": "^6.24.1",
"babel-loader": "^7.0.0",
"babel-preset-env": "^1.4.0",
"babel-preset-react": "^6.24.1",
"bootstrap-sass": "^3.3.6",
"browser-sync": "^2.9.11",
"gulp": "~3.9.0",
"gulp-bootlint": "^0.7.1",
"gulp-concat": "^2.6.0",
"gulp-copy": "0.0.2",
"gulp-htmlhint": "^0.3.1",
"gulp-sass": "^2.0.4",
"gulp-uglify": "^1.5.1",
"gulp-util": "^3.0.7",
"gulp-w3cjs": "^1.2.0",
"jquery": "^2.1.4",
"jquery.localscroll": "^1.4.0",
"jquery.scrollto": "^2.1.2",
"pump": "^1.0.1",
"react": "^15.5.4",
"rsyncwrapper": "^0.4.3",
"scrollmagic": "^2.0.5",
"webpack": "^2.5.1"
},
"repository": {
"type": "git",
"url": "https://github.com/generationtux/styleguide"
},
"author": "Gentux",
"license": "MIT",
"homepage": "http://gentuxdesign.com",
"scripts": {
"build": "./node_modules/.bin/webpack -p",
"build-babel": "./node_modules/.bin/babel ./src --out-dir lib",
"prepublish": "npm run build && npm run build-babel"
},
"main": "./lib/modules"
}