|
| 1 | +{ |
| 2 | + "name": "bluprint-components", |
| 3 | + "version": "0.0.1", |
| 4 | + "main": "src/index.js", |
| 5 | + "description": "The missing components for Blueprint", |
| 6 | + "repository": "git@github.com:Landish/bluprint-components.git", |
| 7 | + "author": "Lado Lomidze <lado.lomidze@gmail.com> (https://ladolomidze.com/)", |
| 8 | + "license": "MIT", |
| 9 | + "config": { |
| 10 | + "commitizen": { |
| 11 | + "path": "cz-conventional-changelog" |
| 12 | + } |
| 13 | + }, |
| 14 | + "lint-staged": { |
| 15 | + "{src,styleguide,__tests__}/**/*.{js,jsx,json}": [ |
| 16 | + "prettier --write", |
| 17 | + "git add" |
| 18 | + ] |
| 19 | + }, |
| 20 | + "scripts": { |
| 21 | + "cz": "git-cz", |
| 22 | + "precommit": "lint-staged", |
| 23 | + "format": "prettier --write {src,styleguide,__tests__}/**/*.{js,jsx,json}", |
| 24 | + "test": "jest", |
| 25 | + "test:watch": "jest --watch", |
| 26 | + "docs": "styleguidist server", |
| 27 | + "docs:build": "styleguidist build" |
| 28 | + }, |
| 29 | + "dependencies": { |
| 30 | + "@blueprintjs/core": "^1.28.0", |
| 31 | + "classnames": "^2.2.5", |
| 32 | + "prop-types": "^15.5.10", |
| 33 | + "react": "^15.6.1", |
| 34 | + "react-addons-css-transition-group": "^15.6.0", |
| 35 | + "react-dom": "^15.6.1" |
| 36 | + }, |
| 37 | + "devDependencies": { |
| 38 | + "babel-preset-es2015": "^6.24.1", |
| 39 | + "babel-preset-react": "^6.24.1", |
| 40 | + "babel-preset-stage-2": "^6.24.1", |
| 41 | + "commitizen": "^2.9.6", |
| 42 | + "cz-conventional-changelog": "^2.0.0", |
| 43 | + "jest": "20", |
| 44 | + "lint-staged": "^4.2.1", |
| 45 | + "loaders": "^1.1.3", |
| 46 | + "prettier": "^1.7.0", |
| 47 | + "react-styleguidist": "^6.0.24", |
| 48 | + "webpack": "^3.6.0" |
| 49 | + } |
| 50 | +} |
0 commit comments