react-toolbox-build4server
Version:
Builds react-toolbox in such a way that it's components can be required and used in node - most likely for server-side rendered webapps - without having to depend on webpack to build your entire server-side project
56 lines (55 loc) • 1.7 kB
JSON
{
"name": "react-toolbox-build4server",
"version": "0.16.2",
"description": "Builds react-toolbox in such a way that it's components can be required and used in node - most likely for server-side rendered webapps - without having to depend on webpack to build your entire server-side project",
"main": "./react-toolbox",
"scripts": {
"postinstall": "gulp",
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/ofzza/react-toolbox-build4server.git"
},
"keywords": [
"react",
"react-toolbox",
"material-design",
"isomorphic",
"server-side",
"build"
],
"author": "ofzza",
"license": "MIT",
"bugs": {
"url": "https://github.com/ofzza/react-toolbox-build4server/issues"
},
"homepage": "https://github.com/ofzza/react-toolbox-build4server#readme",
"dependencies": {
"autoprefixer": "^6.3.6",
"babel-preset-es2015": "^6.6.0",
"babel-preset-react": "^6.5.0",
"babel-preset-stage-0": "^6.5.0",
"colors": "^1.1.2",
"gulp": "^3.9.1",
"gulp-babel": "^6.1.2",
"gulp-clean": "^0.3.2",
"gulp-concat": "^2.6.0",
"gulp-postcss": "^6.1.1",
"gulp-rename": "^1.2.2",
"gulp-sass": "^2.3.1",
"gulp-sourcemaps": "^1.6.0",
"gulp-sync": "^0.1.4",
"loader-utils": "^0.2.14",
"lodash": "^4.11.2",
"normalize.css": "^4.1.1",
"postcss": "^5.0.21",
"postcss-hash-classname": "^0.4.0",
"postcss-partial-import": "^1.3.0",
"postcss-scss": "^0.1.7",
"postcss-selector-parser": "^2.0.0",
"react-addons-css-transition-group": "^0.14.8",
"react-toolbox": "^0.16.2",
"through2": "^2.0.1"
}
}