{ "name": "react95", "version": "2.0.0", "authors": [ "Artur Bień" ], "description": "Refreshed Windows95 UI components for modern web apps - React95", "keywords": [ "react", "styled-components", "windows95", "component", "vaporwave" ], "license": "MIT", "repository": "git@github.com:arturbien/React95.git", "homepage": "https://react95.io", "main": "./dist/index.js", "files": [ "/dist" ], "publishConfig": { "access": "public" }, "scripts": { "storybook": "start-storybook -p 9009 -s public", "build:storybook": "build-storybook -s public -o ./docs", "prepublishOnly": "npm run release", "release": "npm run build:dev && npm run build:prod", "build:dev": "cross-env NODE_ENV=development rollup -c", "build:prod": "cross-env NODE_ENV=production rollup -c", "test": "jest", "test:watch": "jest --watch", "test:coverage": "jest --coverage", "lint": "eslint src", "lint:fix": "npm run lint -- --fix" }, "peerDependencies": { "react": "^16.8.2", "react-dom": "^16.8.2", "styled-components": "^4.1.3" }, "devDependencies": { "@babel/cli": "^7.4.3", "@babel/core": "^7.4.3", "@babel/plugin-proposal-class-properties": "^7.4.0", "@babel/plugin-transform-runtime": "^7.5.0", "@babel/preset-env": "^7.4.3", "@babel/preset-react": "^7.0.0", "@storybook/addon-actions": "^5.0.10", "@storybook/addon-info": "^5.0.10", "@storybook/addon-links": "^5.0.10", "@storybook/addon-options": "^5.0.10", "@storybook/addon-storysource": "^5.0.10", "@storybook/react": "^5.0.10", "@testing-library/jest-dom": "^4.0.0", "@testing-library/react": "^8.0.4", "@types/jest": "^24.0.15", "babel-eslint": "^10.0.2", "babel-loader": "^8.0.5", "babel-plugin-styled-components": "^1.10.0", "classnames": "^2.2.6", "cross-env": "^5.2.0", "eslint": "^5.16.0", "eslint-config-airbnb": "^17.1.1", "eslint-plugin-import": "^2.18.2", "eslint-plugin-jsx-a11y": "^6.2.3", "eslint-plugin-react": "^7.14.3", "husky": "^3.0.1", "jest": "^24.8.0", "jest-styled-components": "^6.3.3", "lint-staged": "^9.2.1", "prop-types": "^15.7.2", "react": "^16.8.2", "react-dom": "^16.8.2", "rimraf": "^2.6.3", "rollup": "^1.9.0", "rollup-plugin-babel": "^4.3.2", "rollup-plugin-commonjs": "^9.3.0", "rollup-plugin-node-resolve": "^4.0.1", "rollup-plugin-replace": "^2.1.1", "storybook-addon-styled-component-theme": "^1.2.0", "styled-components": "^4.1.3" }, "dependencies": {}, "husky": { "hooks": { "pre-commit": "lint-staged" } }, "lint-staged": { "*.js": [ "eslint --fix", "git add" ] } }