@buffetjs/styles
Version:
Buffetjs Styles - The styling solution of Buffetjs
114 lines (113 loc) • 4.42 kB
JSON
{
"name": "@buffetjs/styles",
"version": "3.3.8",
"description": "Buffetjs Styles - The styling solution of Buffetjs",
"main": "build",
"module": "build/esm/index.js",
"sideEffects": [
"*.css"
],
"scripts": {
"prebuild": "rimraf build",
"build": "yarn build:development && yarn build:production && yarn build:esm && yarn create:index",
"build:analyze": "cross-env NODE_ENV=production webpack-cli --json > build/stats.production.json && webpack-bundle-analyzer build/stats.production.json",
"build:development": "cross-env NODE_ENV=development webpack-cli",
"build:esm": "cross-env BABEL_ENV=esm babel ./src --out-dir ./build/esm --ignore \"**/*.test.js\" --ignore \"**/test.js\" && node ./deployAssets.js",
"build:production": "cross-env NODE_ENV=production webpack-cli",
"build:watch": "yarn create:index && cross-env NODE_ENV=development webpack-cli -w",
"build:watch:esm": "node ./deployAssets.js && cross-env BABEL_ENV=esm babel ./src --out-dir ./build/esm --ignore \"**/*.test.js\" --ignore \"**/test.js\" --watch",
"create:index": "node ./createBuildIndex.js",
"test": "yarn test:lint && yarn test:style && yarn test:jest",
"test:jest": "jest --runInBand --no-cache --config=jest.config.js",
"test:jest:update": "jest --runInBand --no-cache --config=jest.config.js -u",
"test:lint": "eslint .",
"test:lint:quiet": "eslint . --quiet",
"test:style": "stylelint src/components/**/*.js",
"test:style:quiet": "stylelint src/components/**/*.js --quiet",
"test:prettier": "echo \"Error: no test specified\" && exit 1",
"coverage:unit": "jest --coverage",
"lint:fix": "eslint . --fix",
"prepublishOnly": "npm run build"
},
"keywords": [
"styled-components",
"buffetjs",
"react",
"styles"
],
"dependencies": {
"@fortawesome/fontawesome-free": "^5.12.0",
"@fortawesome/fontawesome-svg-core": "^1.2.22",
"@fortawesome/free-regular-svg-icons": "^5.10.2",
"@fortawesome/free-solid-svg-icons": "^5.10.2",
"@fortawesome/react-fontawesome": "^0.1.4",
"prop-types": "^15.7.2",
"react-dates": "^21.1.0",
"react-tooltip": "^4.2.11"
},
"devDependencies": {
"@babel/cli": "^7.1.5",
"@babel/core": "^7.1.6",
"@babel/plugin-proposal-class-properties": "^7.1.0",
"@babel/plugin-proposal-export-default-from": "^7.0.0",
"@babel/plugin-proposal-export-namespace-from": "^7.0.0",
"@babel/plugin-proposal-function-bind": "^7.0.0",
"@babel/plugin-transform-flow-strip-types": "^7.1.6",
"@babel/polyfill": "^7.0.0",
"@babel/preset-env": "^7.1.6",
"@babel/preset-flow": "^7.0.0",
"@babel/preset-react": "^7.0.0",
"@testing-library/jest-dom": "^5.1.1",
"@testing-library/react": "^9.4.0",
"@testing-library/react-hooks": "^3.2.1",
"babel-eslint": "^10.0.1",
"babel-jest": "^23.6.0",
"babel-loader": "^8.0.4",
"babel-plugin-module-resolver": "3.0.0",
"bundlesize": "^0.17.0",
"cross-env": "^5.1.4",
"enzyme": "^3.10.0",
"enzyme-adapter-react-16": "^1.15.2",
"enzyme-to-json": "^3.5.0",
"eslint": "^7.5.0",
"eslint-config-airbnb": "^18.2.0",
"eslint-config-prettier": "^6.11.0",
"eslint-import-resolver-lerna": "^1.1.0",
"eslint-import-resolver-webpack": "^0.12.2",
"eslint-plugin-import": "^2.22.0",
"eslint-plugin-jest": "^23.19.0",
"eslint-plugin-jsx-a11y": "^6.3.1",
"eslint-plugin-react": "^7.20.5",
"file-loader": "^6.0.0",
"fs-extra": "^9.0.1",
"jest": "^26.1.0",
"jest-styled-components": "^7.0.2",
"mini-css-extract-plugin": "^0.4.0",
"react-test-renderer": "^16.13.1",
"rimraf": "^3.0.2",
"stylelint": "^13.6.1",
"stylelint-config-prettier": "^8.0.2",
"stylelint-config-rational-order": "^0.1.2",
"stylelint-config-standard": "^20.0.0",
"stylelint-config-styled-components": "^0.1.1",
"stylelint-processor-styled-components": "^1.10.0",
"url-loader": "^1.0.1",
"webpack": "~4.44.0",
"webpack-bundle-analyzer": "^3.8.0",
"webpack-cli": "~3.3.12"
},
"peerDependencies": {
"react": "^16.9.0",
"styled-components": "^5.0.0"
},
"author": "Strapi Team",
"license": "MIT",
"publishConfig": {
"access": "public"
},
"repository": {
"type": "git",
"url": "https://github.com/strapi/buffet"
},
"gitHead": "edfc053af434893c26ce8749a53bdb6b245f386c"
}