UNPKG

react-foundation-components-fork

Version:

Foundation Sites components built with the power of React and CSS Modules

105 lines (104 loc) 3.87 kB
{ "name": "react-foundation-components-fork", "version": "0.14.1", "description": "Foundation Sites components built with the power of React and CSS Modules", "main": "lib/index.js", "files": [ "lib" ], "scripts": { "clean": "rimraf lib docs/lib", "lint": "eslint src && eslint docs && eslint examples && sass-lint --verbose", "build": "npm run clean && babel --quiet src --out-dir lib && cpy \"**/*.scss\" ../lib --parents --cwd=src && node create-flex-components.js && node create-global-scoped-components.js", "build-docs": "npm run clean && npm run build && webpack --config docs/webpack.config.js", "start-docs": "npm run build && node server.js docs/webpack.config.js --dev", "start-examples-css-modules": "npm run build && node server.js examples/css-modules/webpack.config.js", "start-examples-css-modules-custom": "npm run build && node server.js examples/css-modules-custom/webpack.config.js", "start-examples-global": "npm run build && node server.js examples/global/webpack.config.js", "start-examples-global-flex": "npm run build && node server.js examples/global-flex/webpack.config.js", "start-examples-cdn": "npm run build && node server.js examples/cdn/webpack.config.js", "start-examples-cdn-flex": "npm run build && node server.js examples/cdn-flex/webpack.config.js", "changelog": "conventional-changelog -p angular -i CHANGELOG.md -s", "release-patch": "npm run build && release-it", "release-minor": "npm run build && release-it minor" }, "repository": { "type": "git", "url": "git+https://github.com/aruberto/react-foundation-components.git" }, "keywords": [ "react", "foundation", "foundation-sites", "css-modules", "react-component" ], "author": "aruberto", "license": "MIT", "bugs": { "url": "https://github.com/aruberto/react-foundation-components/issues" }, "homepage": "https://github.com/aruberto/react-foundation-components#readme", "peerDependencies": { "react": ">=16", "react-dom": ">=16" }, "dependencies": { "babel-runtime": "^6.25.0", "classnames": "^2.2.5", "dom-helpers": "^2.4.0", "foundation-sites": "~6.2.4", "lodash": "^4.17.4", "prop-types": "^15.6.0", "react-overlays": "^0.7.0", "react-prop-types": "^0.4.0", "uncontrollable": "^5.1.0", "underscore.string": "^3.3.4" }, "devDependencies": { "autoprefixer": "^6.7.7", "babel-cli": "^6.24.1", "babel-core": "^6.25.0", "babel-eslint": "^6.1.2", "babel-loader": "^6.4.1", "babel-plugin-react-transform": "^2.0.2", "babel-plugin-transform-runtime": "^6.23.0", "babel-preset-es2015": "^6.24.1", "babel-preset-react": "^6.24.1", "babel-preset-stage-0": "^6.24.1", "conventional-changelog-cli": "^1.3.2", "cpy-cli": "^1.0.1", "css-loader": "^0.25.0", "eslint": "^3.19.0", "eslint-config-airbnb": "^11.2.0", "eslint-plugin-import": "^1.16.0", "eslint-plugin-jsx-a11y": "^2.2.3", "eslint-plugin-react": "^6.10.3", "express": "^4.15.3", "extract-text-webpack-plugin": "^1.0.1", "file-loader": "^0.9.0", "fs-extra": "^0.30.0", "html-webpack-plugin": "^2.29.0", "img-loader": "^1.3.1", "jsontosass-loader": "^0.1.9", "minimist": "^1.2.0", "node-sass": "^4.5.3", "postcss-loader": "^0.13.0", "react": "^16.3.0", "react-dom": "^16.3.0", "react-router": "^2.8.1", "react-transform-catch-errors": "^1.0.2", "react-transform-hmr": "^1.0.4", "redbox-react": "^1.4.3", "release-it": "^2.8.2", "rimraf": "^2.6.1", "sass-lint": "^1.10.2", "sass-loader": "^4.1.1", "style-loader": "^0.13.2", "through2": "^2.0.3", "url-loader": "^0.5.9", "webpack": "^1.15.0", "webpack-dev-middleware": "^1.11.0", "webpack-hot-middleware": "^2.18.2" } }