|
| 1 | +{ |
| 2 | + "name": "smooth-ui", |
| 3 | + "version": "1.0.0", |
| 4 | + "main": "dist/smooth-ui.cjs.js", |
| 5 | + "jsnext:main": "dist/smooth-ui.es.js", |
| 6 | + "author": "Greg Bergé <[email protected]>", |
| 7 | + "license": "MIT", |
| 8 | + "scripts": { |
| 9 | + "build": "yarn build:cp && yarn build:rollup && yarn build:lib", |
| 10 | + "build:cp": "shx mkdir -p build/ && shx cp {package.json,README.md} build/", |
| 11 | + "build:docs": "styleguidist build", |
| 12 | + "build:lib": "cross-env BABEL_ENV=lib babel --out-dir build src", |
| 13 | + "build:rollup": "cross-env BABEL_ENV=rollup rollup -c", |
| 14 | + "build:watch": "yarn build:lib --watch", |
| 15 | + "dev": "styleguidist server", |
| 16 | + "prebuild": "shx rm -rf dist/*" |
| 17 | + }, |
| 18 | + "devDependencies": { |
| 19 | + "babel-cli": "^6.26.0", |
| 20 | + "babel-core": "^6.26.0", |
| 21 | + "babel-eslint": "^8.2.1", |
| 22 | + "babel-loader": "^7.1.2", |
| 23 | + "babel-plugin-external-helpers": "^6.22.0", |
| 24 | + "babel-plugin-transform-class-properties": "^6.24.1", |
| 25 | + "babel-plugin-transform-es2015-modules-commonjs": "^6.26.0", |
| 26 | + "babel-plugin-transform-object-rest-spread": "^6.26.0", |
| 27 | + "babel-preset-env": "^1.6.1", |
| 28 | + "babel-preset-react": "^6.24.1", |
| 29 | + "cross-env": "^5.1.3", |
| 30 | + "eslint": "^4.17.0", |
| 31 | + "eslint-config-airbnb": "^16.1.0", |
| 32 | + "eslint-config-prettier": "^2.9.0", |
| 33 | + "eslint-plugin-import": "^2.8.0", |
| 34 | + "eslint-plugin-jsx-a11y": "^6.0.3", |
| 35 | + "eslint-plugin-react": "^7.6.1", |
| 36 | + "jest": "^22.1.4", |
| 37 | + "react": "^16.2.0", |
| 38 | + "react-dom": "^16.2.0", |
| 39 | + "react-styleguidist": "^6.2.2", |
| 40 | + "rollup": "^0.55.3", |
| 41 | + "rollup-plugin-babel": "^3.0.3", |
| 42 | + "rollup-plugin-commonjs": "^8.3.0", |
| 43 | + "rollup-plugin-node-resolve": "^3.0.2", |
| 44 | + "rollup-plugin-replace": "^2.0.0", |
| 45 | + "rollup-plugin-uglify": "^3.0.0", |
| 46 | + "shx": "^0.2.2", |
| 47 | + "styled-components": "^3.1.6", |
| 48 | + "uglifyjs-webpack-plugin": "^1.1.8", |
| 49 | + "webpack": "^3.10.0" |
| 50 | + }, |
| 51 | + "dependencies": { |
| 52 | + "classnames": "^2.2.5", |
| 53 | + "object.omit": "^3.0.0", |
| 54 | + "polished": "^1.9.2", |
| 55 | + "prop-types": "^15.6.0", |
| 56 | + "recompact": "^3.2.1" |
| 57 | + }, |
| 58 | + "peerDependencies": { |
| 59 | + "react": "^16.2.0", |
| 60 | + "styled-components": "^3.1.6" |
| 61 | + } |
| 62 | +} |
0 commit comments